COLOR #95A587

HEX: #95A587 RGB: (149,165,135)

Color info

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

RGB color model

#95A587 color RGB value is (149,165,135).

RGB: (149,165,135) (58%, 65%, 53%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 135 of 255 = 53%

149
165
135

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

Portions of RGB colors in percentages

R + G + B = 149 + 165 + 135 = 449 (100%)
R 149 of 449 ~ 33.18%
G 165 of 449 ~ 36.75%
B 135 of 449 ~ 30.07'%

%33.18
%36.75
%30.07

CMYK color model

#95A587 color CMYK value is (10,0,18,35).

  • cyan value is 9.70%
  • magenta value is 0.00%
  • yellow value is 18.18%
  • key color value is 35.29%

CMYK: (10,0,18,35)
C10M0Y18K35 (10%, 0%, 18%, 35%)
(0.10 / 0.00 / 0.18 / 0.35)

CMYK percentages

%9.7
%0
%18.18
%35.29

Codes

Color #95A587 in popluar color models

95 A5 87
RGB 149 165 135
HSL 92° 14.29% 58.82%
HSB/HSV 92° 18.18% 64.71%
CMYK 9.70% 0.00% 18.18%
35.29%

Color #95A587 in popluar number systems.

HEX 95 A5 87
Decimal 149 165 135
Binary 10010101 10100101 10000111
Octal 225 245 207

Shades and tints

Shades of #95A587

#95A587
(149,165,135)
#88967B
(136,150,123)
#7B876F
(123,135,111)
#6E7863
(110,120,99)
#616957
(97,105,87)
#545A4B
(84,90,75)
#474B3F
(71,75,63)
#3A3C33
(58,60,51)
#2D2D27
(45,45,39)
#201E1B
(32,30,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #95A587

#95A587
(149,165,135)
#9EAD91
(158,173,145)
#A7B59B
(167,181,155)
#B0BDA5
(176,189,165)
#B9C5AF
(185,197,175)
#C2CDB9
(194,205,185)
#CBD5C3
(203,213,195)
#D4DDCD
(212,221,205)
#DDE5D7
(221,229,215)
#E6EDE1
(230,237,225)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A587; }

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

This text font color is #95A587.

Background Color

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

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

This div background color is #95A587.

Border color

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

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

This div border color is #95A587.

Opacity

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

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

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

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

This text has shadow with #95A587 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A587.

Preview

Color preview on black background

This text has color #95A587 on black background.


Color preview on white background

This text has color #95A587 on white background.


Black color preview on #95A587 background

This text has black color on #95A587 background.


White color preview on #95A587 background

This text has white color on #95A587 background.


Related colors

Complementary color

Complementary color for #hex is #6A5A78.


I love getcolorcode.com

Triadic colors

1 #8795A5 and #A58795 with #95A587 are triadic colors.

2 #87A595 and #A59587 with #95A587 are triadic colors.