HEX: #95A44B
RGB: (149,164,75)
#95A44B contains mainly red and green colors. Web safe color of #95A44B is #999933 (or #993).
#95A44B color RGB value is (149,164,75).
RGB: (149,164,75)
(58%, 64%, 29%)
R 149 of 255 = 58%
G 164 of 255 = 64%
B 75 of 255 = 29%
R + G + B ~ 50%. #95A44B is middle color (not dark and not light).
R + G + B = 149 + 164 + 75 = 388 (100%)
R 149 of 388 ~ 38.4%
G 164 of 388 ~ 42.27%
B 75 of 388 ~ 19.33'%
#95A44B color CMYK value is (9,0,54,36).
CMYK: (9,0,54,36)
C9M0Y54K36 (9%, 0%, 54%, 36%)
(0.09 / 0.00 / 0.54 / 0.36)
Color #95A44B in popluar color models
95 | A4 | 4B | |
---|---|---|---|
RGB | 149 | 164 | 75 |
HSL | 70° | 37.24% | 46.86% |
HSB/HSV | 70° | 54.27% | 64.31% |
CMYK | 9.15% | 0.00% | 54.27% |
35.69% |
Color #95A44B in popluar number systems.
HEX | 95 | A4 | 4B |
Decimal | 149 | 164 | 75 |
Binary | 10010101 | 10100100 | 1001011 |
Octal | 225 | 244 | 113 |
Shades of #95A44B
Tints of #95A44B
Examples of css and html codes for elements with #95A44B color. Also use rgb(149,164,75) instead hex code.
.myTextColor { color: #95A44B; }
<p style="color:#95A44B">This sample text font color is #95A44B.</p>
This text font color is #95A44B.
.myBgColor { background-color: #95A44B; }
<div style="background-color:#95A44B">Inner text</div>
This div background color is #95A44B.
.myBorderColor { border: 1px solid #95A44B; }
<div style="border:3px solid #95A44B">Div</div>
This div border color is #95A44B.
.myOpacity80 { color: #95A44B; opacity: 0.8; }
<p style="color:#95A44B;opacity:0.8;">80%</p>
Text with #95A44B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95A44B;}
<p style="text-shadow: 3px 3px 1px #95A44B">Text here.</p>
This text has shadow with #95A44B color.
.textShadow {text-shadow: 3px 3px 1px #95A44B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95A44B, 5px 5px 20px red">Text here.</p>
This text has shadow with #95A44B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95A44B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95A44B, Direction=45, Strength=4)">Text</p>
This text has shadow with #95A44B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95A44B;
-webkit-box-shadow: 1px 1px 3px 2px #95A44B;
box-shadow: 1px 1px 3px 2px #95A44B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95A44B; -webkit-box-shadow: 1px 1px 3px 2px #95A44B; box-shadow:1px 1px 3px 2px #95A44B;">
Div content here
</div>
This text has color #95A44B on black background.
This text has color #95A44B on white background.
This text has black color on #95A44B background.
This text has white color on #95A44B background.
Complementary color for #hex is #6A5BB4.