COLOR #95A64F

HEX: #95A64F
RGB: (149,166,79)

Color info

#95A64F contains mainly red and green colors. Web safe color of #95A64F is #999966 (or #996).

RGB color model

#95A64F color RGB value is (149,166,79).

  • red value is 149;
  • green value is 166;
  • blue value is 79.
RGB:
(149,166,79)
(58%,65%,31%)

RGB channels and saturation

R 149 of 255 = 58%
G 166 of 255 = 65%
B 79 of 255 = 31%

149
166
79

R + G + B ~ 51%. #95A64F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 166 + 79 = 394 (100%)
R 149 of 394 ~ 37.82%
G 166 of 394 ~ 42.13%
B 79 of 394 ~ 20.05%

%37.82
%42.13
%20.05

CMYK color model

#95A64F color CMYK value is (10,0,52,35).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 52.41%
  • key color value is 34.90%
CMYK:
(10,0,52,35)
C10M0Y52K35 
(10%,0%,52%,35%)
(0.10/0.00/0.52/0.35)	

CMYK percentages

%10.24
%0
%52.41
%34.9

Codes

Color #95A64F in popluar color models

95A64F
RGB14916679
HSL72°35.51%48.04%
HSB/HSV72°52.41%65.10%
CMYK10.24%0.00%52.41%
34.90%

Color #95A64F in popluar number systems.

HEX95A64F
Decimal14916679
Binary10010101101001101001111
Octal225246117

Shades and tints

Shades of #95A64F

#95A64F
(149,166,79)
#889748
(136,151,72)
#7B8841
(123,136,65)
#6E793A
(110,121,58)
#616A33
(97,106,51)
#545B2C
(84,91,44)
#474C25
(71,76,37)
#3A3D1E
(58,61,30)
#2D2E17
(45,46,23)
#201F10
(32,31,16)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #95A64F

#95A64F
(149,166,79)
#9EAE5F
(158,174,95)
#A7B66F
(167,182,111)
#B0BE7F
(176,190,127)
#B9C68F
(185,198,143)
#C2CE9F
(194,206,159)
#CBD6AF
(203,214,175)
#D4DEBF
(212,222,191)
#DDE6CF
(221,230,207)
#E6EEDF
(230,238,223)
#EFF6EF
(239,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A64F color. Also use rgb(149,166,79) instead hex code.

Text Font Color

.myTextColor { color: #95A64F; }

<p style="color:#95A64F">This sample text font color is #95A64F.</p>

This text font color is #95A64F.


Background Color

.myBgColor { background-color: #95A64F; }

<div style="background-color:#95A64F">Inner text</div>

This div background color is #95A64F.


Border color

.myBorderColor { border: 1px solid #95A64F; }

<div style="border:3px solid #95A64F">Div</div>

This div border color is #95A64F.


Opacity

.myOpacity80 { color: #95A64F; opacity: 0.8; }

<p style="color:#95A64F;opacity:0.8;">80%</p>

Text with #95A64F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95A64F;}

<p style="text-shadow: 3px 3px 1px #95A64F">Text here.</p>

This text has shadow with #95A64F color.

.textShadow {text-shadow: 3px 3px 1px #95A64F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95A64F, 5px 5px 20px red">Text here.</p>

This text has shadow with #95A64F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95A64F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95A64F, Direction=45, Strength=4)">Text</p>

This text has shadow with #95A64F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #95A64F;
  -webkit-box-shadow:	1px 1px 3px 2px #95A64F;
  box-shadow:		1px 1px 3px 2px #95A64F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95A64F;
-webkit-box-shadow: 1px 1px 3px 2px #95A64F;
box-shadow:1px 1px 3px 2px #95A64F;">
Div content here</div>
This div box has shadow with color #95A64F.

Preview

Color preview on black background

This text has color #95A64F on black background.


Color preview on white background

This text has color #95A64F on white background.



Black color preview on #95A64F background

This text has black color on #95A64F background.


White color preview on #95A64F background

This text has white color on #95A64F background.