COLOR #95AA83

HEX: #95AA83
RGB: (149,170,131)

Color info

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

RGB color model

#95AA83 color RGB value is (149,170,131).

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

RGB channels and saturation

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

149
170
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 170 + 131 = 450 (100%)
R 149 of 450 ~ 33.11%
G 170 of 450 ~ 37.78%
B 131 of 450 ~ 29.11%

%33.11
%37.78
%29.11

CMYK color model

#95AA83 color CMYK value is (12,0,23,33).

  • cyan value is 12.35%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 33.33%
CMYK:
(12,0,23,33)
C12M0Y23K33 
(12%,0%,23%,33%)
(0.12/0.00/0.23/0.33)	

CMYK percentages

%12.35
%0
%22.94
%33.33

Codes

Color #95AA83 in popluar color models

95AA83
RGB149170131
HSL92°18.66%59.02%
HSB/HSV92°22.94%66.67%
CMYK12.35%0.00%22.94%
33.33%

Color #95AA83 in popluar number systems.

HEX95AA83
Decimal149170131
Binary100101011010101010000011
Octal225252203

Shades and tints

Shades of #95AA83

#95AA83
(149,170,131)
#889B78
(136,155,120)
#7B8C6D
(123,140,109)
#6E7D62
(110,125,98)
#616E57
(97,110,87)
#545F4C
(84,95,76)
#475041
(71,80,65)
#3A4136
(58,65,54)
#2D322B
(45,50,43)
#202320
(32,35,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #95AA83

#95AA83
(149,170,131)
#9EB18E
(158,177,142)
#A7B899
(167,184,153)
#B0BFA4
(176,191,164)
#B9C6AF
(185,198,175)
#C2CDBA
(194,205,186)
#CBD4C5
(203,212,197)
#D4DBD0
(212,219,208)
#DDE2DB
(221,226,219)
#E6E9E6
(230,233,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95AA83; }

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

This text font color is #95AA83.


Background Color

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

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

This div background color is #95AA83.


Border color

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

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

This div border color is #95AA83.


Opacity

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

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

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

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

This text has shadow with #95AA83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95AA83 on black background.


Color preview on white background

This text has color #95AA83 on white background.



Black color preview on #95AA83 background

This text has black color on #95AA83 background.


White color preview on #95AA83 background

This text has white color on #95AA83 background.