HEX: #C59023
RGB: (197,144,35)
#C59023 contains mainly red and green colors. Web safe color of #C59023 is #CC9933 (or #C93).
#C59023 color RGB value is (197,144,35).
RGB: (197,144,35)
(77%, 56%, 14%)
R 197 of 255 = 77%
G 144 of 255 = 56%
B 35 of 255 = 14%
R + G + B ~ 49%. #C59023 is middle color (not dark and not light).
R + G + B = 197 + 144 + 35 = 376 (100%)
R 197 of 376 ~ 52.39%
G 144 of 376 ~ 38.3%
B 35 of 376 ~ 9.31'%
#C59023 color CMYK value is (0,27,82,23).
CMYK: (0,27,82,23)
C0M27Y82K23 (0%, 27%, 82%, 23%)
(0.00 / 0.27 / 0.82 / 0.23)
Color #C59023 in popluar color models
C5 | 90 | 23 | |
---|---|---|---|
RGB | 197 | 144 | 35 |
HSL | 40° | 69.83% | 45.49% |
HSB/HSV | 40° | 82.23% | 77.25% |
CMYK | 0.00% | 26.90% | 82.23% |
22.75% |
Color #C59023 in popluar number systems.
HEX | C5 | 90 | 23 |
Decimal | 197 | 144 | 35 |
Binary | 11000101 | 10010000 | 100011 |
Octal | 305 | 220 | 43 |
Shades of #C59023
Tints of #C59023
Examples of css and html codes for elements with #C59023 color. Also use rgb(197,144,35) instead hex code.
.myTextColor { color: #C59023; }
<p style="color:#C59023">This sample text font color is #C59023.</p>
This text font color is #C59023.
.myBgColor { background-color: #C59023; }
<div style="background-color:#C59023">Inner text</div>
This div background color is #C59023.
.myBorderColor { border: 1px solid #C59023; }
<div style="border:3px solid #C59023">Div</div>
This div border color is #C59023.
.myOpacity80 { color: #C59023; opacity: 0.8; }
<p style="color:#C59023;opacity:0.8;">80%</p>
Text with #C59023 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C59023;}
<p style="text-shadow: 3px 3px 1px #C59023">Text here.</p>
This text has shadow with #C59023 color.
.textShadow {text-shadow: 3px 3px 1px #C59023', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C59023, 5px 5px 20px red">Text here.</p>
This text has shadow with #C59023 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C59023, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C59023, Direction=45, Strength=4)">Text</p>
This text has shadow with #C59023 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C59023;
-webkit-box-shadow: 1px 1px 3px 2px #C59023;
box-shadow: 1px 1px 3px 2px #C59023;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C59023; -webkit-box-shadow: 1px 1px 3px 2px #C59023; box-shadow:1px 1px 3px 2px #C59023;">
Div content here
</div>
This text has color #C59023 on black background.
This text has color #C59023 on white background.
This text has black color on #C59023 background.
This text has white color on #C59023 background.
Complementary color for #hex is #3A6FDC.