COLOR #95B181

HEX: #95B181
RGB: (149,177,129)

Color info

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

RGB color model

#95B181 color RGB value is (149,177,129).

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

RGB channels and saturation

R 149 of 255 = 58%
G 177 of 255 = 69%
B 129 of 255 = 51%

149
177
129

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

Portions of RGB colors in percentages

R + G + B =
149 + 177 + 129 = 455 (100%)
R 149 of 455 ~ 32.75%
G 177 of 455 ~ 38.9%
B 129 of 455 ~ 28.35%

%32.75
%38.9
%28.35

CMYK color model

#95B181 color CMYK value is (16,0,27,31).

  • cyan value is 15.82%
  • magenta value is 0.00%
  • yellow value is 27.12%
  • key color value is 30.59%
CMYK:
(16,0,27,31)
C16M0Y27K31 
(16%,0%,27%,31%)
(0.16/0.00/0.27/0.31)	

CMYK percentages

%15.82
%0
%27.12
%30.59

Codes

Color #95B181 in popluar color models

95B181
RGB149177129
HSL95°23.53%60.00%
HSB/HSV95°27.12%69.41%
CMYK15.82%0.00%27.12%
30.59%

Color #95B181 in popluar number systems.

HEX95B181
Decimal149177129
Binary100101011011000110000001
Octal225261201

Shades and tints

Shades of #95B181

#95B181
(149,177,129)
#88A176
(136,161,118)
#7B916B
(123,145,107)
#6E8160
(110,129,96)
#617155
(97,113,85)
#54614A
(84,97,74)
#47513F
(71,81,63)
#3A4134
(58,65,52)
#2D3129
(45,49,41)
#20211E
(32,33,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #95B181

#95B181
(149,177,129)
#9EB88C
(158,184,140)
#A7BF97
(167,191,151)
#B0C6A2
(176,198,162)
#B9CDAD
(185,205,173)
#C2D4B8
(194,212,184)
#CBDBC3
(203,219,195)
#D4E2CE
(212,226,206)
#DDE9D9
(221,233,217)
#E6F0E4
(230,240,228)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B181; }

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

This text font color is #95B181.


Background Color

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

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

This div background color is #95B181.


Border color

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

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

This div border color is #95B181.


Opacity

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

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

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

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

This text has shadow with #95B181 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B181 on black background.


Color preview on white background

This text has color #95B181 on white background.



Black color preview on #95B181 background

This text has black color on #95B181 background.


White color preview on #95B181 background

This text has white color on #95B181 background.