COLOR #95A382

HEX: #95A382
RGB: (149,163,130)

Color info

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

RGB color model

#95A382 color RGB value is (149,163,130).

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

RGB channels and saturation

R 149 of 255 = 58%
G 163 of 255 = 64%
B 130 of 255 = 51%

149
163
130

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

Portions of RGB colors in percentages

R + G + B =
149 + 163 + 130 = 442 (100%)
R 149 of 442 ~ 33.71%
G 163 of 442 ~ 36.88%
B 130 of 442 ~ 29.41%

%33.71
%36.88
%29.41

CMYK color model

#95A382 color CMYK value is (9,0,20,36).

  • cyan value is 8.59%
  • magenta value is 0.00%
  • yellow value is 20.25%
  • key color value is 36.08%
CMYK:
(9,0,20,36)
C9M0Y20K36 
(9%,0%,20%,36%)
(0.09/0.00/0.20/0.36)	

CMYK percentages

%8.59
%0
%20.25
%36.08

Codes

Color #95A382 in popluar color models

95A382
RGB149163130
HSL85°15.21%57.45%
HSB/HSV85°20.25%63.92%
CMYK8.59%0.00%20.25%
36.08%

Color #95A382 in popluar number systems.

HEX95A382
Decimal149163130
Binary100101011010001110000010
Octal225243202

Shades and tints

Shades of #95A382

#95A382
(149,163,130)
#889577
(136,149,119)
#7B876C
(123,135,108)
#6E7961
(110,121,97)
#616B56
(97,107,86)
#545D4B
(84,93,75)
#474F40
(71,79,64)
#3A4135
(58,65,53)
#2D332A
(45,51,42)
#20251F
(32,37,31)
#131714
(19,23,20)
#000000
(0,0,0)

Tints of #95A382

#95A382
(149,163,130)
#9EAB8D
(158,171,141)
#A7B398
(167,179,152)
#B0BBA3
(176,187,163)
#B9C3AE
(185,195,174)
#C2CBB9
(194,203,185)
#CBD3C4
(203,211,196)
#D4DBCF
(212,219,207)
#DDE3DA
(221,227,218)
#E6EBE5
(230,235,229)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A382; }

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

This text font color is #95A382.


Background Color

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

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

This div background color is #95A382.


Border color

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

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

This div border color is #95A382.


Opacity

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

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

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

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

This text has shadow with #95A382 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A382 on black background.


Color preview on white background

This text has color #95A382 on white background.



Black color preview on #95A382 background

This text has black color on #95A382 background.


White color preview on #95A382 background

This text has white color on #95A382 background.