COLOR #95AA81

HEX: #95AA81
RGB: (149,170,129)

Color info

#95AA81 contains red, green and blue colors in about the same proportion. Web safe color of #95AA81 is #999999 (or #999).

RGB color model

#95AA81 color RGB value is (149,170,129).

  • red value is 149;
  • green value is 170;
  • blue value is 129.
RGB:
(149,170,129)
(58%,67%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 170 of 255 = 67%
B 129 of 255 = 51%

149
170
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 129 = 448 (100%)
R 149 of 448 ~ 33.26%
G 170 of 448 ~ 37.95%
B 129 of 448 ~ 28.79%

%33.26
%37.95
%28.79

CMYK color model

#95AA81 color CMYK value is (12,0,24,33).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 24.12%
  • key color value is 33.33%
CMYK:
(12,0,24,33)
C12M0Y24K33 
(12%,0%,24%,33%)
(0.12/0.00/0.24/0.33)	

CMYK percentages

%12.35
%0
%24.12
%33.33

Codes

Color #95AA81 in popluar color models

95AA81
RGB149170129
HSL91°19.43%58.63%
HSB/HSV91°24.12%66.67%
CMYK12.35%0.00%24.12%
33.33%

Color #95AA81 in popluar number systems.

HEX95AA81
Decimal149170129
Binary100101011010101010000001
Octal225252201

Shades and tints

Shades of #95AA81

#95AA81
(149,170,129)
#889B76
(136,155,118)
#7B8C6B
(123,140,107)
#6E7D60
(110,125,96)
#616E55
(97,110,85)
#545F4A
(84,95,74)
#47503F
(71,80,63)
#3A4134
(58,65,52)
#2D3229
(45,50,41)
#20231E
(32,35,30)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #95AA81

#95AA81
(149,170,129)
#9EB18C
(158,177,140)
#A7B897
(167,184,151)
#B0BFA2
(176,191,162)
#B9C6AD
(185,198,173)
#C2CDB8
(194,205,184)
#CBD4C3
(203,212,195)
#D4DBCE
(212,219,206)
#DDE2D9
(221,226,217)
#E6E9E4
(230,233,228)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95AA81 color. Also use rgb(149,170,129) instead hex code.

Text Font Color

.myTextColor { color: #95AA81; }

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

This text font color is #95AA81.


Background Color

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

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

This div background color is #95AA81.


Border color

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

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

This div border color is #95AA81.


Opacity

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

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

Text with #95AA81 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 #95AA81;}

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

This text has shadow with #95AA81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AA81 on black background.


Color preview on white background

This text has color #95AA81 on white background.



Black color preview on #95AA81 background

This text has black color on #95AA81 background.


White color preview on #95AA81 background

This text has white color on #95AA81 background.