COLOR #95A589

HEX: #95A589
RGB: (149,165,137)

Color info

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

RGB color model

#95A589 color RGB value is (149,165,137).

  • red value is 149;
  • green value is 165;
  • blue value is 137.
RGB:
(149,165,137)
(58%,65%,54%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 137 of 255 = 54%

149
165
137

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

Portions of RGB colors in percentages

R + G + B =
149 + 165 + 137 = 451 (100%)
R 149 of 451 ~ 33.04%
G 165 of 451 ~ 36.59%
B 137 of 451 ~ 30.38%

%33.04
%36.59
%30.38

CMYK color model

#95A589 color CMYK value is (10,0,17,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 16.97%
  • key color value is 35.29%
CMYK:
(10,0,17,35)
C10M0Y17K35 
(10%,0%,17%,35%)
(0.10/0.00/0.17/0.35)	

CMYK percentages

%9.7
%0
%16.97
%35.29

Codes

Color #95A589 in popluar color models

95A589
RGB149165137
HSL94°13.46%59.22%
HSB/HSV94°16.97%64.71%
CMYK9.70%0.00%16.97%
35.29%

Color #95A589 in popluar number systems.

HEX95A589
Decimal149165137
Binary100101011010010110001001
Octal225245211

Shades and tints

Shades of #95A589

#95A589
(149,165,137)
#88967D
(136,150,125)
#7B8771
(123,135,113)
#6E7865
(110,120,101)
#616959
(97,105,89)
#545A4D
(84,90,77)
#474B41
(71,75,65)
#3A3C35
(58,60,53)
#2D2D29
(45,45,41)
#201E1D
(32,30,29)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #95A589

#95A589
(149,165,137)
#9EAD93
(158,173,147)
#A7B59D
(167,181,157)
#B0BDA7
(176,189,167)
#B9C5B1
(185,197,177)
#C2CDBB
(194,205,187)
#CBD5C5
(203,213,197)
#D4DDCF
(212,221,207)
#DDE5D9
(221,229,217)
#E6EDE3
(230,237,227)
#EFF5ED
(239,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A589 color. Also use rgb(149,165,137) instead hex code.

Text Font Color

.myTextColor { color: #95A589; }

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

This text font color is #95A589.


Background Color

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

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

This div background color is #95A589.


Border color

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

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

This div border color is #95A589.


Opacity

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

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

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

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

This text has shadow with #95A589 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95A589 on black background.


Color preview on white background

This text has color #95A589 on white background.



Black color preview on #95A589 background

This text has black color on #95A589 background.


White color preview on #95A589 background

This text has white color on #95A589 background.