HEX: #95A54A
RGB: (149,165,74)
#95A54A contains mainly red and green colors. Web safe color of #95A54A is #999933 (or #993).
#95A54A color RGB value is (149,165,74).
RGB: (149,165,74)
(58%, 65%, 29%)
R 149 of 255 = 58%
G 165 of 255 = 65%
B 74 of 255 = 29%
R + G + B ~ 51%. #95A54A is middle color (not dark and not light).
R + G + B = 149 + 165 + 74 = 388 (100%)
R 149 of 388 ~ 38.4%
G 165 of 388 ~ 42.53%
B 74 of 388 ~ 19.07'%
#95A54A color CMYK value is (10,0,55,35).
CMYK: (10,0,55,35) C10M0Y55K35 (10%,0%,55%,35%) (0.10/0.00/0.55/0.35)
Color #95A54A in popluar color models
95 | A5 | 4A | |
---|---|---|---|
RGB | 149 | 165 | 74 |
HSL | 71° | 38.08% | 46.86% |
HSB/HSV | 71° | 55.15% | 64.71% |
CMYK | 9.70% | 0.00% | 55.15% |
35.29% |
Color #95A54A in popluar number systems.
HEX | 95 | A5 | 4A |
Decimal | 149 | 165 | 74 |
Binary | 10010101 | 10100101 | 1001010 |
Octal | 225 | 245 | 112 |
Shades of #95A54A
Tints of #95A54A
Examples of css and html codes for elements with #95A54A color. Also use rgb(149,165,74) instead hex code.
.myTextColor { color: #95A54A; }
<p style="color:#95A54A">This sample text font color is #95A54A.</p>
This text font color is #95A54A.
.myBgColor { background-color: #95A54A; }
<div style="background-color:#95A54A">Inner text</div>
This div background color is #95A54A.
.myBorderColor { border: 1px solid #95A54A; }
<div style="border:3px solid #95A54A">Div</div>
This div border color is #95A54A.
.myOpacity80 { color: #95A54A; opacity: 0.8; }
<p style="color:#95A54A;opacity:0.8;">80%</p>
Text with #95A54A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #95A54A;}
<p style="text-shadow: 3px 3px 1px #95A54A">Text here.</p>
This text has shadow with #95A54A color.
.textShadow {text-shadow: 3px 3px 1px #95A54A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #95A54A, 5px 5px 20px red">Text here.</p>
This text has shadow with #95A54A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95A54A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#95A54A, Direction=45, Strength=4)">Text</p>
This text has shadow with #95A54A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #95A54A;
-webkit-box-shadow: 1px 1px 3px 2px #95A54A;
box-shadow: 1px 1px 3px 2px #95A54A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95A54A; -webkit-box-shadow: 1px 1px 3px 2px #95A54A; box-shadow:1px 1px 3px 2px #95A54A;">
Div content here
</div>
This text has color #95A54A on black background.
This text has color #95A54A on white background.
This text has black color on #95A54A background.
This text has white color on #95A54A background.
Complementary color for #hex is #6A5AB5.