COLOR #959D75

HEX: #959D75 RGB: (149,157,117)

Color info

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

RGB color model

#959D75 color RGB value is (149,157,117).

RGB: (149,157,117) (58%, 62%, 46%)

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 117 of 255 = 46%

149
157
117

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

Portions of RGB colors in percentages

R + G + B = 149 + 157 + 117 = 423 (100%)
R 149 of 423 ~ 35.22%
G 157 of 423 ~ 37.12%
B 117 of 423 ~ 27.66'%

%35.22
%37.12
%27.66

CMYK color model

#959D75 color CMYK value is (5,0,25,38).

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

CMYK: (5,0,25,38)
C5M0Y25K38 (5%, 0%, 25%, 38%)
(0.05 / 0.00 / 0.25 / 0.38)

CMYK percentages

%5.1
%0
%25.48
%38.43

Codes

Color #959D75 in popluar color models

95 9D 75
RGB 149 157 117
HSL 72° 16.95% 53.73%
HSB/HSV 72° 25.48% 61.57%
CMYK 5.10% 0.00% 25.48%
38.43%

Color #959D75 in popluar number systems.

HEX 95 9D 75
Decimal 149 157 117
Binary 10010101 10011101 1110101
Octal 225 235 165

Shades and tints

Shades of #959D75

#959D75
(149,157,117)
#888F6B
(136,143,107)
#7B8161
(123,129,97)
#6E7357
(110,115,87)
#61654D
(97,101,77)
#545743
(84,87,67)
#474939
(71,73,57)
#3A3B2F
(58,59,47)
#2D2D25
(45,45,37)
#201F1B
(32,31,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #959D75

#959D75
(149,157,117)
#9EA581
(158,165,129)
#A7AD8D
(167,173,141)
#B0B599
(176,181,153)
#B9BDA5
(185,189,165)
#C2C5B1
(194,197,177)
#CBCDBD
(203,205,189)
#D4D5C9
(212,213,201)
#DDDDD5
(221,221,213)
#E6E5E1
(230,229,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959D75; }

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

This text font color is #959D75.

Background Color

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

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

This div background color is #959D75.

Border color

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

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

This div border color is #959D75.

Opacity

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

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

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

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

This text has shadow with #959D75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959D75.

Preview

Color preview on black background

This text has color #959D75 on black background.


Color preview on white background

This text has color #959D75 on white background.


Black color preview on #959D75 background

This text has black color on #959D75 background.


White color preview on #959D75 background

This text has white color on #959D75 background.


Related colors

Complementary color

Complementary color for #hex is #6A628A.


I love getcolorcode.com

Triadic colors

1 #75959D and #9D7595 with #959D75 are triadic colors.

2 #759D95 and #9D9575 with #959D75 are triadic colors.