COLOR #95A594

HEX: #95A594 RGB: (149,165,148)

Color info

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

RGB color model

#95A594 color RGB value is (149,165,148).

RGB: (149,165,148) (58%, 65%, 58%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 148 of 255 = 58%

149
165
148

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

Portions of RGB colors in percentages

R + G + B = 149 + 165 + 148 = 462 (100%)
R 149 of 462 ~ 32.25%
G 165 of 462 ~ 35.71%
B 148 of 462 ~ 32.03'%

%32.25
%35.71
%32.03

CMYK color model

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

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

CMYK: (10,0,10,35)
C10M0Y10K35 (10%, 0%, 10%, 35%)
(0.10 / 0.00 / 0.10 / 0.35)

CMYK percentages

%9.7
%0
%10.3
%35.29

Codes

Color #95A594 in popluar color models

95 A5 94
RGB 149 165 148
HSL 116° 8.63% 61.37%
HSB/HSV 116° 10.30% 64.71%
CMYK 9.70% 0.00% 10.30%
35.29%

Color #95A594 in popluar number systems.

HEX 95 A5 94
Decimal 149 165 148
Binary 10010101 10100101 10010100
Octal 225 245 224

Shades and tints

Shades of #95A594

#95A594
(149,165,148)
#889687
(136,150,135)
#7B877A
(123,135,122)
#6E786D
(110,120,109)
#616960
(97,105,96)
#545A53
(84,90,83)
#474B46
(71,75,70)
#3A3C39
(58,60,57)
#2D2D2C
(45,45,44)
#201E1F
(32,30,31)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #95A594

#95A594
(149,165,148)
#9EAD9D
(158,173,157)
#A7B5A6
(167,181,166)
#B0BDAF
(176,189,175)
#B9C5B8
(185,197,184)
#C2CDC1
(194,205,193)
#CBD5CA
(203,213,202)
#D4DDD3
(212,221,211)
#DDE5DC
(221,229,220)
#E6EDE5
(230,237,229)
#EFF5EE
(239,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A594; }

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

This text font color is #95A594.

Background Color

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

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

This div background color is #95A594.

Border color

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

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

This div border color is #95A594.

Opacity

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

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

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

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

This text has shadow with #95A594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A594.

Preview

Color preview on black background

This text has color #95A594 on black background.


Color preview on white background

This text has color #95A594 on white background.


Black color preview on #95A594 background

This text has black color on #95A594 background.


White color preview on #95A594 background

This text has white color on #95A594 background.


Related colors

Complementary color

Complementary color for #hex is #6A5A6B.


I love getcolorcode.com

Triadic colors

1 #9495A5 and #A59495 with #95A594 are triadic colors.

2 #94A595 and #A59594 with #95A594 are triadic colors.