COLOR #95A396

HEX: #95A396
RGB: (149,163,150)

Color info

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

RGB color model

#95A396 color RGB value is (149,163,150).

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

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 150 of 255 = 59%

149
163
150

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

Portions of RGB colors in percentages

R + G + B =
149 + 163 + 150 = 462 (100%)
R 149 of 462 ~ 32.25%
G 163 of 462 ~ 35.28%
B 150 of 462 ~ 32.47%

%32.25
%35.28
%32.47

CMYK color model

#95A396 color CMYK value is (9,0,8,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 7.98%
  • key color value is 36.08%
CMYK:
(9,0,8,36)
C9M0Y8K36 
(9%,0%,8%,36%)
(0.09/0.00/0.08/0.36)	

CMYK percentages

%8.59
%0
%7.98
%36.08

Codes

Color #95A396 in popluar color models

95A396
RGB149163150
HSL124°7.07%61.18%
HSB/HSV124°8.59%63.92%
CMYK8.59%0.00%7.98%
36.08%

Color #95A396 in popluar number systems.

HEX95A396
Decimal149163150
Binary100101011010001110010110
Octal225243226

Shades and tints

Shades of #95A396

#95A396
(149,163,150)
#889589
(136,149,137)
#7B877C
(123,135,124)
#6E796F
(110,121,111)
#616B62
(97,107,98)
#545D55
(84,93,85)
#474F48
(71,79,72)
#3A413B
(58,65,59)
#2D332E
(45,51,46)
#202521
(32,37,33)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95A396

#95A396
(149,163,150)
#9EAB9F
(158,171,159)
#A7B3A8
(167,179,168)
#B0BBB1
(176,187,177)
#B9C3BA
(185,195,186)
#C2CBC3
(194,203,195)
#CBD3CC
(203,211,204)
#D4DBD5
(212,219,213)
#DDE3DE
(221,227,222)
#E6EBE7
(230,235,231)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A396; }

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

This text font color is #95A396.


Background Color

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

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

This div background color is #95A396.


Border color

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

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

This div border color is #95A396.


Opacity

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

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

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

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

This text has shadow with #95A396 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A396 on black background.


Color preview on white background

This text has color #95A396 on white background.



Black color preview on #95A396 background

This text has black color on #95A396 background.


White color preview on #95A396 background

This text has white color on #95A396 background.