COLOR #95A18B

HEX: #95A18B
RGB: (149,161,139)

Color info

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

RGB color model

#95A18B color RGB value is (149,161,139).

  • red value is 149;
  • green value is 161;
  • blue value is 139.
RGB:
(149,161,139)
(58%,63%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 139 of 255 = 55%

149
161
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 139 = 449 (100%)
R 149 of 449 ~ 33.18%
G 161 of 449 ~ 35.86%
B 139 of 449 ~ 30.96%

%33.18
%35.86
%30.96

CMYK color model

#95A18B color CMYK value is (7,0,14,37).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 13.66%
  • key color value is 36.86%
CMYK:
(7,0,14,37)
C7M0Y14K37 
(7%,0%,14%,37%)
(0.07/0.00/0.14/0.37)	

CMYK percentages

%7.45
%0
%13.66
%36.86

Codes

Color #95A18B in popluar color models

95A18B
RGB149161139
HSL93°10.48%58.82%
HSB/HSV93°13.66%63.14%
CMYK7.45%0.00%13.66%
36.86%

Color #95A18B in popluar number systems.

HEX95A18B
Decimal149161139
Binary100101011010000110001011
Octal225241213

Shades and tints

Shades of #95A18B

#95A18B
(149,161,139)
#88937F
(136,147,127)
#7B8573
(123,133,115)
#6E7767
(110,119,103)
#61695B
(97,105,91)
#545B4F
(84,91,79)
#474D43
(71,77,67)
#3A3F37
(58,63,55)
#2D312B
(45,49,43)
#20231F
(32,35,31)
#131513
(19,21,19)
#000000
(0,0,0)

Tints of #95A18B

#95A18B
(149,161,139)
#9EA995
(158,169,149)
#A7B19F
(167,177,159)
#B0B9A9
(176,185,169)
#B9C1B3
(185,193,179)
#C2C9BD
(194,201,189)
#CBD1C7
(203,209,199)
#D4D9D1
(212,217,209)
#DDE1DB
(221,225,219)
#E6E9E5
(230,233,229)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A18B color. Also use rgb(149,161,139) instead hex code.

Text Font Color

.myTextColor { color: #95A18B; }

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

This text font color is #95A18B.


Background Color

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

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

This div background color is #95A18B.


Border color

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

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

This div border color is #95A18B.


Opacity

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

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

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

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

This text has shadow with #95A18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A18B on black background.


Color preview on white background

This text has color #95A18B on white background.



Black color preview on #95A18B background

This text has black color on #95A18B background.


White color preview on #95A18B background

This text has white color on #95A18B background.