COLOR #95A571

HEX: #95A571 RGB: (149,165,113)

Color info

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

RGB color model

#95A571 color RGB value is (149,165,113).

RGB: (149,165,113) (58%, 65%, 44%)

RGB channels and saturation

R 149 of 255 = 58%
G 165 of 255 = 65%
B 113 of 255 = 44%

149
165
113

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

Portions of RGB colors in percentages

R + G + B = 149 + 165 + 113 = 427 (100%)
R 149 of 427 ~ 34.89%
G 165 of 427 ~ 38.64%
B 113 of 427 ~ 26.46'%

%34.89
%38.64
%26.46

CMYK color model

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

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

CMYK: (10,0,32,35)
C10M0Y32K35 (10%, 0%, 32%, 35%)
(0.10 / 0.00 / 0.32 / 0.35)

CMYK percentages

%9.7
%0
%31.52
%35.29

Codes

Color #95A571 in popluar color models

95 A5 71
RGB 149 165 113
HSL 78° 22.41% 54.51%
HSB/HSV 78° 31.52% 64.71%
CMYK 9.70% 0.00% 31.52%
35.29%

Color #95A571 in popluar number systems.

HEX 95 A5 71
Decimal 149 165 113
Binary 10010101 10100101 1110001
Octal 225 245 161

Shades and tints

Shades of #95A571

#95A571
(149,165,113)
#889667
(136,150,103)
#7B875D
(123,135,93)
#6E7853
(110,120,83)
#616949
(97,105,73)
#545A3F
(84,90,63)
#474B35
(71,75,53)
#3A3C2B
(58,60,43)
#2D2D21
(45,45,33)
#201E17
(32,30,23)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #95A571

#95A571
(149,165,113)
#9EAD7D
(158,173,125)
#A7B589
(167,181,137)
#B0BD95
(176,189,149)
#B9C5A1
(185,197,161)
#C2CDAD
(194,205,173)
#CBD5B9
(203,213,185)
#D4DDC5
(212,221,197)
#DDE5D1
(221,229,209)
#E6EDDD
(230,237,221)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95A571; }

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

This text font color is #95A571.

Background Color

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

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

This div background color is #95A571.

Border color

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

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

This div border color is #95A571.

Opacity

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

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

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

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

This text has shadow with #95A571 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95A571.

Preview

Color preview on black background

This text has color #95A571 on black background.


Color preview on white background

This text has color #95A571 on white background.


Black color preview on #95A571 background

This text has black color on #95A571 background.


White color preview on #95A571 background

This text has white color on #95A571 background.


Related colors

Complementary color

Complementary color for #hex is #6A5A8E.


I love getcolorcode.com

Triadic colors

1 #7195A5 and #A57195 with #95A571 are triadic colors.

2 #71A595 and #A59571 with #95A571 are triadic colors.