COLOR #95A97C

HEX: #95A97C RGB: (149,169,124)

Color info

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

RGB color model

#95A97C color RGB value is (149,169,124).

RGB: (149,169,124) (58%, 66%, 49%)

RGB channels and saturation

R 149 of 255 = 58%
G 169 of 255 = 66%
B 124 of 255 = 49%

149
169
124

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

Portions of RGB colors in percentages

R + G + B = 149 + 169 + 124 = 442 (100%)
R 149 of 442 ~ 33.71%
G 169 of 442 ~ 38.24%
B 124 of 442 ~ 28.05'%

%33.71
%38.24
%28.05

CMYK color model

#95A97C color CMYK value is (12,0,27,34).

  • cyan value is 11.83%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 33.73%

CMYK: (12,0,27,34)
C12M0Y27K34 (12%, 0%, 27%, 34%)
(0.12 / 0.00 / 0.27 / 0.34)

CMYK percentages

%11.83
%0
%26.63
%33.73

Codes

Color #95A97C in popluar color models

95 A9 7C
RGB 149 169 124
HSL 87° 20.74% 57.45%
HSB/HSV 87° 26.63% 66.27%
CMYK 11.83% 0.00% 26.63%
33.73%

Color #95A97C in popluar number systems.

HEX 95 A9 7C
Decimal 149 169 124
Binary 10010101 10101001 1111100
Octal 225 251 174

Shades and tints

Shades of #95A97C

#95A97C
(149,169,124)
#889A71
(136,154,113)
#7B8B66
(123,139,102)
#6E7C5B
(110,124,91)
#616D50
(97,109,80)
#545E45
(84,94,69)
#474F3A
(71,79,58)
#3A402F
(58,64,47)
#2D3124
(45,49,36)
#202219
(32,34,25)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #95A97C

#95A97C
(149,169,124)
#9EB087
(158,176,135)
#A7B792
(167,183,146)
#B0BE9D
(176,190,157)
#B9C5A8
(185,197,168)
#C2CCB3
(194,204,179)
#CBD3BE
(203,211,190)
#D4DAC9
(212,218,201)
#DDE1D4
(221,225,212)
#E6E8DF
(230,232,223)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A97C; }

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

This text font color is #95A97C.

Background Color

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

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

This div background color is #95A97C.

Border color

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

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

This div border color is #95A97C.

Opacity

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

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

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

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

This text has shadow with #95A97C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A97C.

Preview

Color preview on black background

This text has color #95A97C on black background.


Color preview on white background

This text has color #95A97C on white background.


Black color preview on #95A97C background

This text has black color on #95A97C background.


White color preview on #95A97C background

This text has white color on #95A97C background.


Related colors

Complementary color

Complementary color for #hex is #6A5683.


I love getcolorcode.com

Triadic colors

1 #7C95A9 and #A97C95 with #95A97C are triadic colors.

2 #7CA995 and #A9957C with #95A97C are triadic colors.