HEX: #C7B35B
RGB: (199,179,91)
#C7B35B contains mainly red and green colors. Web safe color of #C7B35B is #CC9966 (or #C96).
#C7B35B color RGB value is (199,179,91).
RGB: (199,179,91)
(78%, 70%, 36%)
R 199 of 255 = 78%
G 179 of 255 = 70%
B 91 of 255 = 36%
R + G + B ~ 61%. #C7B35B is quite light color.
R + G + B = 199 + 179 + 91 = 469 (100%)
R 199 of 469 ~ 42.43%
G 179 of 469 ~ 38.17%
B 91 of 469 ~ 19.4'%
#C7B35B color CMYK value is (0,10,54,22).
CMYK: (0,10,54,22) C0M10Y54K22 (0%,10%,54%,22%) (0.00/0.10/0.54/0.22)
Color #C7B35B in popluar color models
C7 | B3 | 5B | |
---|---|---|---|
RGB | 199 | 179 | 91 |
HSL | 49° | 49.09% | 56.86% |
HSB/HSV | 49° | 54.27% | 78.04% |
CMYK | 0.00% | 10.05% | 54.27% |
21.96% |
Color #C7B35B in popluar number systems.
HEX | C7 | B3 | 5B |
Decimal | 199 | 179 | 91 |
Binary | 11000111 | 10110011 | 1011011 |
Octal | 307 | 263 | 133 |
Shades of #C7B35B
Tints of #C7B35B
Examples of css and html codes for elements with #C7B35B color. Also use rgb(199,179,91) instead hex code.
.myTextColor { color: #C7B35B; }
<p style="color:#C7B35B">This sample text font color is #C7B35B.</p>
This text font color is #C7B35B.
.myBgColor { background-color: #C7B35B; }
<div style="background-color:#C7B35B">Inner text</div>
This div background color is #C7B35B.
.myBorderColor { border: 1px solid #C7B35B; }
<div style="border:3px solid #C7B35B">Div</div>
This div border color is #C7B35B.
.myOpacity80 { color: #C7B35B; opacity: 0.8; }
<p style="color:#C7B35B;opacity:0.8;">80%</p>
Text with #C7B35B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7B35B;}
<p style="text-shadow: 3px 3px 1px #C7B35B">Text here.</p>
This text has shadow with #C7B35B color.
.textShadow {text-shadow: 3px 3px 1px #C7B35B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7B35B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7B35B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7B35B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7B35B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7B35B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7B35B;
-webkit-box-shadow: 1px 1px 3px 2px #C7B35B;
box-shadow: 1px 1px 3px 2px #C7B35B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7B35B; -webkit-box-shadow: 1px 1px 3px 2px #C7B35B; box-shadow:1px 1px 3px 2px #C7B35B;">
Div content here
</div>
This text has color #C7B35B on black background.
This text has color #C7B35B on white background.
This text has black color on #C7B35B background.
This text has white color on #C7B35B background.
Complementary color for #hex is #384CA4.