HEX: #C48A34
RGB: (196,138,52)
#C48A34 contains mainly red and green colors. Web safe color of #C48A34 is #CC9933 (or #C93).
#C48A34 color RGB value is (196,138,52).
RGB: (196,138,52)
(77%, 54%, 20%)
R 196 of 255 = 77%
G 138 of 255 = 54%
B 52 of 255 = 20%
R + G + B ~ 50%. #C48A34 is middle color (not dark and not light).
R + G + B = 196 + 138 + 52 = 386 (100%)
R 196 of 386 ~ 50.78%
G 138 of 386 ~ 35.75%
B 52 of 386 ~ 13.47'%
#C48A34 color CMYK value is (0,30,73,23).
CMYK: (0,30,73,23) C0M30Y73K23 (0%,30%,73%,23%) (0.00/0.30/0.73/0.23)
Color #C48A34 in popluar color models
C4 | 8A | 34 | |
---|---|---|---|
RGB | 196 | 138 | 52 |
HSL | 36° | 58.06% | 48.63% |
HSB/HSV | 36° | 73.47% | 76.86% |
CMYK | 0.00% | 29.59% | 73.47% |
23.14% |
Color #C48A34 in popluar number systems.
HEX | C4 | 8A | 34 |
Decimal | 196 | 138 | 52 |
Binary | 11000100 | 10001010 | 110100 |
Octal | 304 | 212 | 64 |
Shades of #C48A34
Tints of #C48A34
Examples of css and html codes for elements with #C48A34 color. Also use rgb(196,138,52) instead hex code.
.myTextColor { color: #C48A34; }
<p style="color:#C48A34">This sample text font color is #C48A34.</p>
This text font color is #C48A34.
.myBgColor { background-color: #C48A34; }
<div style="background-color:#C48A34">Inner text</div>
This div background color is #C48A34.
.myBorderColor { border: 1px solid #C48A34; }
<div style="border:3px solid #C48A34">Div</div>
This div border color is #C48A34.
.myOpacity80 { color: #C48A34; opacity: 0.8; }
<p style="color:#C48A34;opacity:0.8;">80%</p>
Text with #C48A34 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C48A34;}
<p style="text-shadow: 3px 3px 1px #C48A34">Text here.</p>
This text has shadow with #C48A34 color.
.textShadow {text-shadow: 3px 3px 1px #C48A34', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C48A34, 5px 5px 20px red">Text here.</p>
This text has shadow with #C48A34 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C48A34, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C48A34, Direction=45, Strength=4)">Text</p>
This text has shadow with #C48A34 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C48A34;
-webkit-box-shadow: 1px 1px 3px 2px #C48A34;
box-shadow: 1px 1px 3px 2px #C48A34;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C48A34; -webkit-box-shadow: 1px 1px 3px 2px #C48A34; box-shadow:1px 1px 3px 2px #C48A34;">
Div content here
</div>
This text has color #C48A34 on black background.
This text has color #C48A34 on white background.
This text has black color on #C48A34 background.
This text has white color on #C48A34 background.
Complementary color for #hex is #3B75CB.