Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Gray Asparagus | 4D5740 | #4D5740 | 77, 87, 64 | 30.2, 34.12, 25.1 | 11.49, 0, 26.44, 65.88 | 86.086956521739, 26.436781609195, 34.117647058824 |
Color #4d5740 is Gray Asparagus. In RGB: 30.2, 34.12, 25.1. In CMYK: 11.49, 0, 26.44, 65.88.
div { background: #4d5740; color: #000; }
div { background: #4d5740; color: #fff; }
div { background: linear-gradient(to bottom, #36402A 0%, #656F57 100%); color: #000; }
div { background: linear-gradient(to bottom, #656F57 0%, #36402A 100%); color: #000; }
div { background: linear-gradient(to bottom, #36402A 0%, #656F57 100%); color: #fff; }
div { background: linear-gradient(to bottom, #656F57 0%, #36402A 100%); color: #fff; }
div { border: 1px solid #4d5740; }
div { border: 5px solid #4d5740; }
div { border: 1px dashed #4d5740; }
div { border: 5px dashed #4d5740; }
div { border: 1px dotted #4d5740; }
div { border: 5px dotted #4d5740; }