COLOR #95A77C

HEX: #95A77C RGB: (149,167,124)

Color info

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

RGB color model

#95A77C color RGB value is (149,167,124).

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

RGB channels and saturation

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

149
167
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 167 + 124 = 440 (100%)
R 149 of 440 ~ 33.86%
G 167 of 440 ~ 37.95%
B 124 of 440 ~ 28.18'%

%33.86
%37.95
%28.18

CMYK color model

#95A77C color CMYK value is (11,0,26,35).

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

CMYK: (11,0,26,35)
C11M0Y26K35 (11%, 0%, 26%, 35%)
(0.11 / 0.00 / 0.26 / 0.35)

CMYK percentages

%10.78
%0
%25.75
%34.51

Codes

Color #95A77C in popluar color models

95 A7 7C
RGB 149 167 124
HSL 85° 19.63% 57.06%
HSB/HSV 85° 25.75% 65.49%
CMYK 10.78% 0.00% 25.75%
34.51%

Color #95A77C in popluar number systems.

HEX 95 A7 7C
Decimal 149 167 124
Binary 10010101 10100111 1111100
Octal 225 247 174

Shades and tints

Shades of #95A77C

#95A77C
(149,167,124)
#889871
(136,152,113)
#7B8966
(123,137,102)
#6E7A5B
(110,122,91)
#616B50
(97,107,80)
#545C45
(84,92,69)
#474D3A
(71,77,58)
#3A3E2F
(58,62,47)
#2D2F24
(45,47,36)
#202019
(32,32,25)
#13110E
(19,17,14)
#000000
(0,0,0)

Tints of #95A77C

#95A77C
(149,167,124)
#9EAF87
(158,175,135)
#A7B792
(167,183,146)
#B0BF9D
(176,191,157)
#B9C7A8
(185,199,168)
#C2CFB3
(194,207,179)
#CBD7BE
(203,215,190)
#D4DFC9
(212,223,201)
#DDE7D4
(221,231,212)
#E6EFDF
(230,239,223)
#EFF7EA
(239,247,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A77C; }

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

This text font color is #95A77C.

Background Color

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

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

This div background color is #95A77C.

Border color

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

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

This div border color is #95A77C.

Opacity

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

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

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

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

This text has shadow with #95A77C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A77C.

Preview

Color preview on black background

This text has color #95A77C on black background.


Color preview on white background

This text has color #95A77C on white background.


Black color preview on #95A77C background

This text has black color on #95A77C background.


White color preview on #95A77C background

This text has white color on #95A77C background.


Related colors

Complementary color

Complementary color for #hex is #6A5883.


I love getcolorcode.com

Triadic colors

1 #7C95A7 and #A77C95 with #95A77C are triadic colors.

2 #7CA795 and #A7957C with #95A77C are triadic colors.