HEX: #57764B
RGB: (87,118,75)
#57764B contains red, green and blue colors in about the same proportion. Web safe color of #57764B is #666633 (or #663).
#57764B color RGB value is (87,118,75).
RGB: (87,118,75)
(34%, 46%, 29%)
R 87 of 255 = 34%
G 118 of 255 = 46%
B 75 of 255 = 29%
R + G + B ~ 36%. #57764B is quite dark color.
R + G + B = 87 + 118 + 75 = 280 (100%)
R 87 of 280 ~ 31.07%
G 118 of 280 ~ 42.14%
B 75 of 280 ~ 26.79'%
#57764B color CMYK value is (26,0,36,54).
CMYK: (26,0,36,54)
C26M0Y36K54 (26%, 0%, 36%, 54%)
(0.26 / 0.00 / 0.36 / 0.54)
Color #57764B in popluar color models
57 | 76 | 4B | |
---|---|---|---|
RGB | 87 | 118 | 75 |
HSL | 103° | 22.28% | 37.84% |
HSB/HSV | 103° | 36.44% | 46.27% |
CMYK | 26.27% | 0.00% | 36.44% |
53.73% |
Color #57764B in popluar number systems.
HEX | 57 | 76 | 4B |
Decimal | 87 | 118 | 75 |
Binary | 1010111 | 1110110 | 1001011 |
Octal | 127 | 166 | 113 |
Shades of #57764B
Tints of #57764B
Examples of css and html codes for elements with #57764B color. Also use rgb(87,118,75) instead hex code.
.myTextColor { color: #57764B; }
<p style="color:#57764B">This sample text font color is #57764B.</p>
This text font color is #57764B.
.myBgColor { background-color: #57764B; }
<div style="background-color:#57764B">Inner text</div>
This div background color is #57764B.
.myBorderColor { border: 1px solid #57764B; }
<div style="border:3px solid #57764B">Div</div>
This div border color is #57764B.
.myOpacity80 { color: #57764B; opacity: 0.8; }
<p style="color:#57764B;opacity:0.8;">80%</p>
Text with #57764B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #57764B;}
<p style="text-shadow: 3px 3px 1px #57764B">Text here.</p>
This text has shadow with #57764B color.
.textShadow {text-shadow: 3px 3px 1px #57764B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #57764B, 5px 5px 20px red">Text here.</p>
This text has shadow with #57764B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#57764B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#57764B, Direction=45, Strength=4)">Text</p>
This text has shadow with #57764B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #57764B;
-webkit-box-shadow: 1px 1px 3px 2px #57764B;
box-shadow: 1px 1px 3px 2px #57764B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #57764B; -webkit-box-shadow: 1px 1px 3px 2px #57764B; box-shadow:1px 1px 3px 2px #57764B;">
Div content here
</div>
This text has color #57764B on black background.
This text has color #57764B on white background.
This text has black color on #57764B background.
This text has white color on #57764B background.
Complementary color for #hex is #A889B4.