COLOR #959D73

HEX: #959D73 RGB: (149,157,115)

Color info

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

RGB color model

#959D73 color RGB value is (149,157,115).

RGB: (149,157,115) (58%, 62%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 115 of 255 = 45%

149
157
115

R + G + B ~ 55%. #959D73 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 157 + 115 = 421 (100%)
R 149 of 421 ~ 35.39%
G 157 of 421 ~ 37.29%
B 115 of 421 ~ 27.32'%

%35.39
%37.29
%27.32

CMYK color model

#959D73 color CMYK value is (5,0,27,38).

  • cyan value is 5.10%
  • magenta value is 0.00%
  • yellow value is 26.75%
  • key color value is 38.43%

CMYK: (5,0,27,38)
C5M0Y27K38 (5%, 0%, 27%, 38%)
(0.05 / 0.00 / 0.27 / 0.38)

CMYK percentages

%5.1
%0
%26.75
%38.43

Codes

Color #959D73 in popluar color models

95 9D 73
RGB 149 157 115
HSL 71° 17.65% 53.33%
HSB/HSV 71° 26.75% 61.57%
CMYK 5.10% 0.00% 26.75%
38.43%

Color #959D73 in popluar number systems.

HEX 95 9D 73
Decimal 149 157 115
Binary 10010101 10011101 1110011
Octal 225 235 163

Shades and tints

Shades of #959D73

#959D73
(149,157,115)
#888F69
(136,143,105)
#7B815F
(123,129,95)
#6E7355
(110,115,85)
#61654B
(97,101,75)
#545741
(84,87,65)
#474937
(71,73,55)
#3A3B2D
(58,59,45)
#2D2D23
(45,45,35)
#201F19
(32,31,25)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #959D73

#959D73
(149,157,115)
#9EA57F
(158,165,127)
#A7AD8B
(167,173,139)
#B0B597
(176,181,151)
#B9BDA3
(185,189,163)
#C2C5AF
(194,197,175)
#CBCDBB
(203,205,187)
#D4D5C7
(212,213,199)
#DDDDD3
(221,221,211)
#E6E5DF
(230,229,223)
#EFEDEB
(239,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959D73 color. Also use rgb(149,157,115) instead hex code.

Text Font Color

.myTextColor { color: #959D73; }

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

This text font color is #959D73.

Background Color

.myBgColor { background-color: #959D73; }

<div style="background-color:#959D73">Inner text</div>

This div background color is #959D73.

Border color

.myBorderColor { border: 1px solid #959D73; }

<div style="border:3px solid #959D73">Div</div>

This div border color is #959D73.

Opacity

.myOpacity80 { color: #959D73; opacity: 0.8; }

<p style="color:#959D73;opacity:0.8;">80%</p>

Text with #959D73 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 #959D73;}

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

This text has shadow with #959D73 color.


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

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

This text has shadow with #959D73 primary color and red secondary color.


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

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

This text has shadow with #959D73 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #959D73.

Preview

Color preview on black background

This text has color #959D73 on black background.


Color preview on white background

This text has color #959D73 on white background.


Black color preview on #959D73 background

This text has black color on #959D73 background.


White color preview on #959D73 background

This text has white color on #959D73 background.


Related colors

Complementary color

Complementary color for #hex is #6A628C.


I love getcolorcode.com

Triadic colors

1 #73959D and #9D7395 with #959D73 are triadic colors.

2 #739D95 and #9D9573 with #959D73 are triadic colors.