COLOR #95B393

HEX: #95B393
RGB: (149,179,147)

Color info

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

RGB color model

#95B393 color RGB value is (149,179,147).

  • red value is 149;
  • green value is 179;
  • blue value is 147.
RGB:
(149,179,147)
(58%,70%,58%)

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 147 of 255 = 58%

149
179
147

R + G + B ~ 62%. #95B393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 179 + 147 = 475 (100%)
R 149 of 475 ~ 31.37%
G 179 of 475 ~ 37.68%
B 147 of 475 ~ 30.95%

%31.37
%37.68
%30.95

CMYK color model

#95B393 color CMYK value is (17,0,18,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 17.88%
  • key color value is 29.80%
CMYK:
(17,0,18,30)
C17M0Y18K30 
(17%,0%,18%,30%)
(0.17/0.00/0.18/0.30)	

CMYK percentages

%16.76
%0
%17.88
%29.8

Codes

Color #95B393 in popluar color models

95B393
RGB149179147
HSL116°17.39%63.92%
HSB/HSV116°17.88%70.20%
CMYK16.76%0.00%17.88%
29.80%

Color #95B393 in popluar number systems.

HEX95B393
Decimal149179147
Binary100101011011001110010011
Octal225263223

Shades and tints

Shades of #95B393

#95B393
(149,179,147)
#88A386
(136,163,134)
#7B9379
(123,147,121)
#6E836C
(110,131,108)
#61735F
(97,115,95)
#546352
(84,99,82)
#475345
(71,83,69)
#3A4338
(58,67,56)
#2D332B
(45,51,43)
#20231E
(32,35,30)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #95B393

#95B393
(149,179,147)
#9EB99C
(158,185,156)
#A7BFA5
(167,191,165)
#B0C5AE
(176,197,174)
#B9CBB7
(185,203,183)
#C2D1C0
(194,209,192)
#CBD7C9
(203,215,201)
#D4DDD2
(212,221,210)
#DDE3DB
(221,227,219)
#E6E9E4
(230,233,228)
#EFEFED
(239,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95B393 color. Also use rgb(149,179,147) instead hex code.

Text Font Color

.myTextColor { color: #95B393; }

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

This text font color is #95B393.


Background Color

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

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

This div background color is #95B393.


Border color

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

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

This div border color is #95B393.


Opacity

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

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

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

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

This text has shadow with #95B393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B393 on black background.


Color preview on white background

This text has color #95B393 on white background.



Black color preview on #95B393 background

This text has black color on #95B393 background.


White color preview on #95B393 background

This text has white color on #95B393 background.