HEX: #C4904A
RGB: (196,144,74)
#C4904A contains mainly red and green colors. Web safe color of #C4904A is #CC9933 (or #C93).
#C4904A color RGB value is (196,144,74).
RGB: (196,144,74)
(77%, 56%, 29%)
R 196 of 255 = 77%
G 144 of 255 = 56%
B 74 of 255 = 29%
R + G + B ~ 54%. #C4904A is middle color (not dark and not light).
R + G + B = 196 + 144 + 74 = 414 (100%)
R 196 of 414 ~ 47.34%
G 144 of 414 ~ 34.78%
B 74 of 414 ~ 17.87'%
#C4904A color CMYK value is (0,27,62,23).
CMYK: (0,27,62,23)
C0M27Y62K23 (0%, 27%, 62%, 23%)
(0.00 / 0.27 / 0.62 / 0.23)
Color #C4904A in popluar color models
C4 | 90 | 4A | |
---|---|---|---|
RGB | 196 | 144 | 74 |
HSL | 34° | 50.83% | 52.94% |
HSB/HSV | 34° | 62.24% | 76.86% |
CMYK | 0.00% | 26.53% | 62.24% |
23.14% |
Color #C4904A in popluar number systems.
HEX | C4 | 90 | 4A |
Decimal | 196 | 144 | 74 |
Binary | 11000100 | 10010000 | 1001010 |
Octal | 304 | 220 | 112 |
Shades of #C4904A
Tints of #C4904A
Examples of css and html codes for elements with #C4904A color. Also use rgb(196,144,74) instead hex code.
.myTextColor { color: #C4904A; }
<p style="color:#C4904A">This sample text font color is #C4904A.</p>
This text font color is #C4904A.
.myBgColor { background-color: #C4904A; }
<div style="background-color:#C4904A">Inner text</div>
This div background color is #C4904A.
.myBorderColor { border: 1px solid #C4904A; }
<div style="border:3px solid #C4904A">Div</div>
This div border color is #C4904A.
.myOpacity80 { color: #C4904A; opacity: 0.8; }
<p style="color:#C4904A;opacity:0.8;">80%</p>
Text with #C4904A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C4904A;}
<p style="text-shadow: 3px 3px 1px #C4904A">Text here.</p>
This text has shadow with #C4904A color.
.textShadow {text-shadow: 3px 3px 1px #C4904A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C4904A, 5px 5px 20px red">Text here.</p>
This text has shadow with #C4904A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C4904A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C4904A, Direction=45, Strength=4)">Text</p>
This text has shadow with #C4904A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C4904A;
-webkit-box-shadow: 1px 1px 3px 2px #C4904A;
box-shadow: 1px 1px 3px 2px #C4904A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C4904A; -webkit-box-shadow: 1px 1px 3px 2px #C4904A; box-shadow:1px 1px 3px 2px #C4904A;">
Div content here
</div>
This text has color #C4904A on black background.
This text has color #C4904A on white background.
This text has black color on #C4904A background.
This text has white color on #C4904A background.
Complementary color for #hex is #3B6FB5.