HEX: #C58C4A
RGB: (197,140,74)
#C58C4A contains mainly red and green colors. Web safe color of #C58C4A is #CC9933 (or #C93).
#C58C4A color RGB value is (197,140,74).
RGB: (197,140,74)
(77%, 55%, 29%)
R 197 of 255 = 77%
G 140 of 255 = 55%
B 74 of 255 = 29%
R + G + B ~ 54%. #C58C4A is middle color (not dark and not light).
R + G + B = 197 + 140 + 74 = 411 (100%)
R 197 of 411 ~ 47.93%
G 140 of 411 ~ 34.06%
B 74 of 411 ~ 18'%
#C58C4A color CMYK value is (0,29,62,23).
CMYK: (0,29,62,23)
C0M29Y62K23 (0%, 29%, 62%, 23%)
(0.00 / 0.29 / 0.62 / 0.23)
Color #C58C4A in popluar color models
C5 | 8C | 4A | |
---|---|---|---|
RGB | 197 | 140 | 74 |
HSL | 32° | 51.46% | 53.14% |
HSB/HSV | 32° | 62.44% | 77.25% |
CMYK | 0.00% | 28.93% | 62.44% |
22.75% |
Color #C58C4A in popluar number systems.
HEX | C5 | 8C | 4A |
Decimal | 197 | 140 | 74 |
Binary | 11000101 | 10001100 | 1001010 |
Octal | 305 | 214 | 112 |
Shades of #C58C4A
Tints of #C58C4A
Examples of css and html codes for elements with #C58C4A color. Also use rgb(197,140,74) instead hex code.
.myTextColor { color: #C58C4A; }
<p style="color:#C58C4A">This sample text font color is #C58C4A.</p>
This text font color is #C58C4A.
.myBgColor { background-color: #C58C4A; }
<div style="background-color:#C58C4A">Inner text</div>
This div background color is #C58C4A.
.myBorderColor { border: 1px solid #C58C4A; }
<div style="border:3px solid #C58C4A">Div</div>
This div border color is #C58C4A.
.myOpacity80 { color: #C58C4A; opacity: 0.8; }
<p style="color:#C58C4A;opacity:0.8;">80%</p>
Text with #C58C4A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C58C4A;}
<p style="text-shadow: 3px 3px 1px #C58C4A">Text here.</p>
This text has shadow with #C58C4A color.
.textShadow {text-shadow: 3px 3px 1px #C58C4A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C58C4A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C58C4A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C58C4A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C58C4A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C58C4A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C58C4A;
-webkit-box-shadow: 1px 1px 3px 2px #C58C4A;
box-shadow: 1px 1px 3px 2px #C58C4A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C58C4A; -webkit-box-shadow: 1px 1px 3px 2px #C58C4A; box-shadow:1px 1px 3px 2px #C58C4A;">
Div content here
</div>
This text has color #C58C4A on black background.
This text has color #C58C4A on white background.
This text has black color on #C58C4A background.
This text has white color on #C58C4A background.
Complementary color for #hex is #3A73B5.