COLOR #95A398

HEX: #95A398
RGB: (149,163,152)

Color info

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

RGB color model

#95A398 color RGB value is (149,163,152).

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

RGB channels and saturation

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

149
163
152

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

Portions of RGB colors in percentages

R + G + B =
149 + 163 + 152 = 464 (100%)
R 149 of 464 ~ 32.11%
G 163 of 464 ~ 35.13%
B 152 of 464 ~ 32.76%

%32.11
%35.13
%32.76

CMYK color model

#95A398 color CMYK value is (9,0,7,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 36.08%
CMYK:
(9,0,7,36)
C9M0Y7K36 
(9%,0%,7%,36%)
(0.09/0.00/0.07/0.36)	

CMYK percentages

%8.59
%0
%6.75
%36.08

Codes

Color #95A398 in popluar color models

95A398
RGB149163152
HSL133°7.07%61.18%
HSB/HSV133°8.59%63.92%
CMYK8.59%0.00%6.75%
36.08%

Color #95A398 in popluar number systems.

HEX95A398
Decimal149163152
Binary100101011010001110011000
Octal225243230

Shades and tints

Shades of #95A398

#95A398
(149,163,152)
#88958B
(136,149,139)
#7B877E
(123,135,126)
#6E7971
(110,121,113)
#616B64
(97,107,100)
#545D57
(84,93,87)
#474F4A
(71,79,74)
#3A413D
(58,65,61)
#2D3330
(45,51,48)
#202523
(32,37,35)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #95A398

#95A398
(149,163,152)
#9EABA1
(158,171,161)
#A7B3AA
(167,179,170)
#B0BBB3
(176,187,179)
#B9C3BC
(185,195,188)
#C2CBC5
(194,203,197)
#CBD3CE
(203,211,206)
#D4DBD7
(212,219,215)
#DDE3E0
(221,227,224)
#E6EBE9
(230,235,233)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A398; }

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

This text font color is #95A398.


Background Color

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

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

This div background color is #95A398.


Border color

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

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

This div border color is #95A398.


Opacity

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

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

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

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

This text has shadow with #95A398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A398 on black background.


Color preview on white background

This text has color #95A398 on white background.



Black color preview on #95A398 background

This text has black color on #95A398 background.


White color preview on #95A398 background

This text has white color on #95A398 background.