COLOR #95A77D

HEX: #95A77D RGB: (149,167,125)

Color info

#95A77D contains red, green and blue colors in about the same proportion. Web safe color of #95A77D is #999966 (or #996).

RGB color model

#95A77D color RGB value is (149,167,125).

RGB: (149,167,125) (58%, 65%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 167 of 255 = 65%
B 125 of 255 = 49%

149
167
125

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

Portions of RGB colors in percentages

R + G + B = 149 + 167 + 125 = 441 (100%)
R 149 of 441 ~ 33.79%
G 167 of 441 ~ 37.87%
B 125 of 441 ~ 28.34'%

%33.79
%37.87
%28.34

CMYK color model

#95A77D color CMYK value is (11,0,25,35).

  • cyan value is 10.78%
  • magenta value is 0.00%
  • yellow value is 25.15%
  • key color value is 34.51%

CMYK: (11,0,25,35)
C11M0Y25K35 (11%, 0%, 25%, 35%)
(0.11 / 0.00 / 0.25 / 0.35)

CMYK percentages

%10.78
%0
%25.15
%34.51

Codes

Color #95A77D in popluar color models

95 A7 7D
RGB 149 167 125
HSL 86° 19.27% 57.25%
HSB/HSV 86° 25.15% 65.49%
CMYK 10.78% 0.00% 25.15%
34.51%

Color #95A77D in popluar number systems.

HEX 95 A7 7D
Decimal 149 167 125
Binary 10010101 10100111 1111101
Octal 225 247 175

Shades and tints

Shades of #95A77D

#95A77D
(149,167,125)
#889872
(136,152,114)
#7B8967
(123,137,103)
#6E7A5C
(110,122,92)
#616B51
(97,107,81)
#545C46
(84,92,70)
#474D3B
(71,77,59)
#3A3E30
(58,62,48)
#2D2F25
(45,47,37)
#20201A
(32,32,26)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #95A77D

#95A77D
(149,167,125)
#9EAF88
(158,175,136)
#A7B793
(167,183,147)
#B0BF9E
(176,191,158)
#B9C7A9
(185,199,169)
#C2CFB4
(194,207,180)
#CBD7BF
(203,215,191)
#D4DFCA
(212,223,202)
#DDE7D5
(221,231,213)
#E6EFE0
(230,239,224)
#EFF7EB
(239,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95A77D color. Also use rgb(149,167,125) instead hex code.

Text Font Color

.myTextColor { color: #95A77D; }

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

This text font color is #95A77D.

Background Color

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

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

This div background color is #95A77D.

Border color

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

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

This div border color is #95A77D.

Opacity

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

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

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

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

This text has shadow with #95A77D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A77D.

Preview

Color preview on black background

This text has color #95A77D on black background.


Color preview on white background

This text has color #95A77D on white background.


Black color preview on #95A77D background

This text has black color on #95A77D background.


White color preview on #95A77D background

This text has white color on #95A77D background.


Related colors

Complementary color

Complementary color for #hex is #6A5882.


I love getcolorcode.com

Triadic colors

1 #7D95A7 and #A77D95 with #95A77D are triadic colors.

2 #7DA795 and #A7957D with #95A77D are triadic colors.