HEX: #C7B253
RGB: (199,178,83)
#C7B253 contains mainly red and green colors. Web safe color of #C7B253 is #CC9966 (or #C96).
#C7B253 color RGB value is (199,178,83).
RGB: (199,178,83)
(78%, 70%, 33%)
R 199 of 255 = 78%
G 178 of 255 = 70%
B 83 of 255 = 33%
R + G + B ~ 60%. #C7B253 is middle color (not dark and not light).
R + G + B = 199 + 178 + 83 = 460 (100%)
R 199 of 460 ~ 43.26%
G 178 of 460 ~ 38.7%
B 83 of 460 ~ 18.04'%
#C7B253 color CMYK value is (0,11,58,22).
CMYK: (0,11,58,22)
C0M11Y58K22 (0%, 11%, 58%, 22%)
(0.00 / 0.11 / 0.58 / 0.22)
Color #C7B253 in popluar color models
C7 | B2 | 53 | |
---|---|---|---|
RGB | 199 | 178 | 83 |
HSL | 49° | 50.88% | 55.29% |
HSB/HSV | 49° | 58.29% | 78.04% |
CMYK | 0.00% | 10.55% | 58.29% |
21.96% |
Color #C7B253 in popluar number systems.
HEX | C7 | B2 | 53 |
Decimal | 199 | 178 | 83 |
Binary | 11000111 | 10110010 | 1010011 |
Octal | 307 | 262 | 123 |
Shades of #C7B253
Tints of #C7B253
Examples of css and html codes for elements with #C7B253 color. Also use rgb(199,178,83) instead hex code.
.myTextColor { color: #C7B253; }
<p style="color:#C7B253">This sample text font color is #C7B253.</p>
This text font color is #C7B253.
.myBgColor { background-color: #C7B253; }
<div style="background-color:#C7B253">Inner text</div>
This div background color is #C7B253.
.myBorderColor { border: 1px solid #C7B253; }
<div style="border:3px solid #C7B253">Div</div>
This div border color is #C7B253.
.myOpacity80 { color: #C7B253; opacity: 0.8; }
<p style="color:#C7B253;opacity:0.8;">80%</p>
Text with #C7B253 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B253;}
<p style="text-shadow: 3px 3px 1px #C7B253">Text here.</p>
This text has shadow with #C7B253 color.
.textShadow {text-shadow: 3px 3px 1px #C7B253', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B253, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7B253 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B253, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B253, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B253 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7B253;
-webkit-box-shadow: 1px 1px 3px 2px #C7B253;
box-shadow: 1px 1px 3px 2px #C7B253;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7B253; -webkit-box-shadow: 1px 1px 3px 2px #C7B253; box-shadow:1px 1px 3px 2px #C7B253;">
Div content here
</div>
This text has color #C7B253 on black background.
This text has color #C7B253 on white background.
This text has black color on #C7B253 background.
This text has white color on #C7B253 background.
Complementary color for #hex is #384DAC.