COLOR #95A28B

HEX: #95A28B
RGB: (149,162,139)

Color info

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

RGB color model

#95A28B color RGB value is (149,162,139).

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

RGB channels and saturation

R 149 of 255 = 58%
G 162 of 255 = 64%
B 139 of 255 = 55%

149
162
139

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

Portions of RGB colors in percentages

R + G + B =
149 + 162 + 139 = 450 (100%)
R 149 of 450 ~ 33.11%
G 162 of 450 ~ 36%
B 139 of 450 ~ 30.89%

%33.11
%36
%30.89

CMYK color model

#95A28B color CMYK value is (8,0,14,36).

  • cyan value is 8.02%
  • magenta value is 0.00%
  • yellow value is 14.20%
  • key color value is 36.47%
CMYK:
(8,0,14,36)
C8M0Y14K36 
(8%,0%,14%,36%)
(0.08/0.00/0.14/0.36)	

CMYK percentages

%8.02
%0
%14.2
%36.47

Codes

Color #95A28B in popluar color models

95A28B
RGB149162139
HSL94°11.00%59.02%
HSB/HSV94°14.20%63.53%
CMYK8.02%0.00%14.20%
36.47%

Color #95A28B in popluar number systems.

HEX95A28B
Decimal149162139
Binary100101011010001010001011
Octal225242213

Shades and tints

Shades of #95A28B

#95A28B
(149,162,139)
#88947F
(136,148,127)
#7B8673
(123,134,115)
#6E7867
(110,120,103)
#616A5B
(97,106,91)
#545C4F
(84,92,79)
#474E43
(71,78,67)
#3A4037
(58,64,55)
#2D322B
(45,50,43)
#20241F
(32,36,31)
#131613
(19,22,19)
#000000
(0,0,0)

Tints of #95A28B

#95A28B
(149,162,139)
#9EAA95
(158,170,149)
#A7B29F
(167,178,159)
#B0BAA9
(176,186,169)
#B9C2B3
(185,194,179)
#C2CABD
(194,202,189)
#CBD2C7
(203,210,199)
#D4DAD1
(212,218,209)
#DDE2DB
(221,226,219)
#E6EAE5
(230,234,229)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A28B; }

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

This text font color is #95A28B.


Background Color

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

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

This div background color is #95A28B.


Border color

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

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

This div border color is #95A28B.


Opacity

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

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

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

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

This text has shadow with #95A28B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A28B on black background.


Color preview on white background

This text has color #95A28B on white background.



Black color preview on #95A28B background

This text has black color on #95A28B background.


White color preview on #95A28B background

This text has white color on #95A28B background.