COLOR #95A182

HEX: #95A182
RGB: (149,161,130)

Color info

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

RGB color model

#95A182 color RGB value is (149,161,130).

  • red value is 149;
  • green value is 161;
  • blue value is 130.
RGB:
(149,161,130)
(58%,63%,51%)

RGB channels and saturation

R 149 of 255 = 58%
G 161 of 255 = 63%
B 130 of 255 = 51%

149
161
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 161 + 130 = 440 (100%)
R 149 of 440 ~ 33.86%
G 161 of 440 ~ 36.59%
B 130 of 440 ~ 29.55%

%33.86
%36.59
%29.55

CMYK color model

#95A182 color CMYK value is (7,0,19,37).

  • cyan value is 7.45%
  • magenta value is 0.00%
  • yellow value is 19.25%
  • key color value is 36.86%
CMYK:
(7,0,19,37)
C7M0Y19K37 
(7%,0%,19%,37%)
(0.07/0.00/0.19/0.37)	

CMYK percentages

%7.45
%0
%19.25
%36.86

Codes

Color #95A182 in popluar color models

95A182
RGB149161130
HSL83°14.16%57.06%
HSB/HSV83°19.25%63.14%
CMYK7.45%0.00%19.25%
36.86%

Color #95A182 in popluar number systems.

HEX95A182
Decimal149161130
Binary100101011010000110000010
Octal225241202

Shades and tints

Shades of #95A182

#95A182
(149,161,130)
#889377
(136,147,119)
#7B856C
(123,133,108)
#6E7761
(110,119,97)
#616956
(97,105,86)
#545B4B
(84,91,75)
#474D40
(71,77,64)
#3A3F35
(58,63,53)
#2D312A
(45,49,42)
#20231F
(32,35,31)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #95A182

#95A182
(149,161,130)
#9EA98D
(158,169,141)
#A7B198
(167,177,152)
#B0B9A3
(176,185,163)
#B9C1AE
(185,193,174)
#C2C9B9
(194,201,185)
#CBD1C4
(203,209,196)
#D4D9CF
(212,217,207)
#DDE1DA
(221,225,218)
#E6E9E5
(230,233,229)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A182 color. Also use rgb(149,161,130) instead hex code.

Text Font Color

.myTextColor { color: #95A182; }

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

This text font color is #95A182.


Background Color

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

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

This div background color is #95A182.


Border color

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

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

This div border color is #95A182.


Opacity

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

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

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

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

This text has shadow with #95A182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A182 on black background.


Color preview on white background

This text has color #95A182 on white background.



Black color preview on #95A182 background

This text has black color on #95A182 background.


White color preview on #95A182 background

This text has white color on #95A182 background.