COLOR #95A39A

HEX: #95A39A
RGB: (149,163,154)

Color info

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

RGB color model

#95A39A color RGB value is (149,163,154).

  • red value is 149;
  • green value is 163;
  • blue value is 154.
RGB:
(149,163,154)
(58%,64%,60%)

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 154 of 255 = 60%

149
163
154

R + G + B ~ 61%. #95A39A is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 163 + 154 = 466 (100%)
R 149 of 466 ~ 31.97%
G 163 of 466 ~ 34.98%
B 154 of 466 ~ 33.05%

%31.97
%34.98
%33.05

CMYK color model

#95A39A color CMYK value is (9,0,6,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 5.52%
  • key color value is 36.08%
CMYK:
(9,0,6,36)
C9M0Y6K36 
(9%,0%,6%,36%)
(0.09/0.00/0.06/0.36)	

CMYK percentages

%8.59
%0
%5.52
%36.08

Codes

Color #95A39A in popluar color models

95A39A
RGB149163154
HSL141°7.07%61.18%
HSB/HSV141°8.59%63.92%
CMYK8.59%0.00%5.52%
36.08%

Color #95A39A in popluar number systems.

HEX95A39A
Decimal149163154
Binary100101011010001110011010
Octal225243232

Shades and tints

Shades of #95A39A

#95A39A
(149,163,154)
#88958C
(136,149,140)
#7B877E
(123,135,126)
#6E7970
(110,121,112)
#616B62
(97,107,98)
#545D54
(84,93,84)
#474F46
(71,79,70)
#3A4138
(58,65,56)
#2D332A
(45,51,42)
#20251C
(32,37,28)
#13170E
(19,23,14)
#000000
(0,0,0)

Tints of #95A39A

#95A39A
(149,163,154)
#9EABA3
(158,171,163)
#A7B3AC
(167,179,172)
#B0BBB5
(176,187,181)
#B9C3BE
(185,195,190)
#C2CBC7
(194,203,199)
#CBD3D0
(203,211,208)
#D4DBD9
(212,219,217)
#DDE3E2
(221,227,226)
#E6EBEB
(230,235,235)
#EFF3F4
(239,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A39A color. Also use rgb(149,163,154) instead hex code.

Text Font Color

.myTextColor { color: #95A39A; }

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

This text font color is #95A39A.


Background Color

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

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

This div background color is #95A39A.


Border color

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

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

This div border color is #95A39A.


Opacity

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

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

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

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

This text has shadow with #95A39A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A39A on black background.


Color preview on white background

This text has color #95A39A on white background.



Black color preview on #95A39A background

This text has black color on #95A39A background.


White color preview on #95A39A background

This text has white color on #95A39A background.