HEX: #C58A39
RGB: (197,138,57)
#C58A39 contains mainly red and green colors. Web safe color of #C58A39 is #CC9933 (or #C93).
#C58A39 color RGB value is (197,138,57).
RGB: (197,138,57)
(77%, 54%, 22%)
R 197 of 255 = 77%
G 138 of 255 = 54%
B 57 of 255 = 22%
R + G + B ~ 51%. #C58A39 is middle color (not dark and not light).
R + G + B = 197 + 138 + 57 = 392 (100%)
R 197 of 392 ~ 50.26%
G 138 of 392 ~ 35.2%
B 57 of 392 ~ 14.54'%
#C58A39 color CMYK value is (0,30,71,23).
CMYK: (0,30,71,23)
C0M30Y71K23 (0%, 30%, 71%, 23%)
(0.00 / 0.30 / 0.71 / 0.23)
Color #C58A39 in popluar color models
C5 | 8A | 39 | |
---|---|---|---|
RGB | 197 | 138 | 57 |
HSL | 35° | 55.12% | 49.80% |
HSB/HSV | 35° | 71.07% | 77.25% |
CMYK | 0.00% | 29.95% | 71.07% |
22.75% |
Color #C58A39 in popluar number systems.
HEX | C5 | 8A | 39 |
Decimal | 197 | 138 | 57 |
Binary | 11000101 | 10001010 | 111001 |
Octal | 305 | 212 | 71 |
Shades of #C58A39
Tints of #C58A39
Examples of css and html codes for elements with #C58A39 color. Also use rgb(197,138,57) instead hex code.
.myTextColor { color: #C58A39; }
<p style="color:#C58A39">This sample text font color is #C58A39.</p>
This text font color is #C58A39.
.myBgColor { background-color: #C58A39; }
<div style="background-color:#C58A39">Inner text</div>
This div background color is #C58A39.
.myBorderColor { border: 1px solid #C58A39; }
<div style="border:3px solid #C58A39">Div</div>
This div border color is #C58A39.
.myOpacity80 { color: #C58A39; opacity: 0.8; }
<p style="color:#C58A39;opacity:0.8;">80%</p>
Text with #C58A39 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C58A39;}
<p style="text-shadow: 3px 3px 1px #C58A39">Text here.</p>
This text has shadow with #C58A39 color.
.textShadow {text-shadow: 3px 3px 1px #C58A39', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C58A39, 5px 5px 20px red">Text here.</p>
This text has shadow with #C58A39 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C58A39, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C58A39, Direction=45, Strength=4)">Text</p>
This text has shadow with #C58A39 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C58A39;
-webkit-box-shadow: 1px 1px 3px 2px #C58A39;
box-shadow: 1px 1px 3px 2px #C58A39;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C58A39; -webkit-box-shadow: 1px 1px 3px 2px #C58A39; box-shadow:1px 1px 3px 2px #C58A39;">
Div content here
</div>
This text has color #C58A39 on black background.
This text has color #C58A39 on white background.
This text has black color on #C58A39 background.
This text has white color on #C58A39 background.
Complementary color for #hex is #3A75C6.
Color #C58A39 is used in Indian Yellow gradient.
Indian Yellow