COLOR #95B390

HEX: #95B390
RGB: (149,179,144)

Color info

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

RGB color model

#95B390 color RGB value is (149,179,144).

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

RGB channels and saturation

R 149 of 255 = 58%
G 179 of 255 = 70%
B 144 of 255 = 56%

149
179
144

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

Portions of RGB colors in percentages

R + G + B =
149 + 179 + 144 = 472 (100%)
R 149 of 472 ~ 31.57%
G 179 of 472 ~ 37.92%
B 144 of 472 ~ 30.51%

%31.57
%37.92
%30.51

CMYK color model

#95B390 color CMYK value is (17,0,20,30).

  • cyan value is 16.76%
  • magenta value is 0.00%
  • yellow value is 19.55%
  • key color value is 29.80%
CMYK:
(17,0,20,30)
C17M0Y20K30 
(17%,0%,20%,30%)
(0.17/0.00/0.20/0.30)	

CMYK percentages

%16.76
%0
%19.55
%29.8

Codes

Color #95B390 in popluar color models

95B390
RGB149179144
HSL111°18.72%63.33%
HSB/HSV111°19.55%70.20%
CMYK16.76%0.00%19.55%
29.80%

Color #95B390 in popluar number systems.

HEX95B390
Decimal149179144
Binary100101011011001110010000
Octal225263220

Shades and tints

Shades of #95B390

#95B390
(149,179,144)
#88A383
(136,163,131)
#7B9376
(123,147,118)
#6E8369
(110,131,105)
#61735C
(97,115,92)
#54634F
(84,99,79)
#475342
(71,83,66)
#3A4335
(58,67,53)
#2D3328
(45,51,40)
#20231B
(32,35,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #95B390

#95B390
(149,179,144)
#9EB99A
(158,185,154)
#A7BFA4
(167,191,164)
#B0C5AE
(176,197,174)
#B9CBB8
(185,203,184)
#C2D1C2
(194,209,194)
#CBD7CC
(203,215,204)
#D4DDD6
(212,221,214)
#DDE3E0
(221,227,224)
#E6E9EA
(230,233,234)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95B390; }

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

This text font color is #95B390.


Background Color

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

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

This div background color is #95B390.


Border color

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

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

This div border color is #95B390.


Opacity

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

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

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

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

This text has shadow with #95B390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95B390 on black background.


Color preview on white background

This text has color #95B390 on white background.



Black color preview on #95B390 background

This text has black color on #95B390 background.


White color preview on #95B390 background

This text has white color on #95B390 background.