COLOR #958D7F

HEX: #958D7F RGB: (149,141,127)

Color info

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

RGB color model

#958D7F color RGB value is (149,141,127).

RGB: (149,141,127) (58%, 55%, 50%)

RGB channels and saturation

R 149 of 255 = 58%
G 141 of 255 = 55%
B 127 of 255 = 50%

149
141
127

R + G + B ~ 54%. #958D7F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 141 + 127 = 417 (100%)
R 149 of 417 ~ 35.73%
G 141 of 417 ~ 33.81%
B 127 of 417 ~ 30.46'%

%35.73
%33.81
%30.46

CMYK color model

#958D7F color CMYK value is (0,5,15,42).

  • cyan value is 0.00%
  • magenta value is 5.37%
  • yellow value is 14.77%
  • key color value is 41.57%

CMYK: (0,5,15,42)
C0M5Y15K42 (0%, 5%, 15%, 42%)
(0.00 / 0.05 / 0.15 / 0.42)

CMYK percentages

%0
%5.37
%14.77
%41.57

Codes

Color #958D7F in popluar color models

95 8D 7F
RGB 149 141 127
HSL 38° 9.40% 54.12%
HSB/HSV 38° 14.77% 58.43%
CMYK 0.00% 5.37% 14.77%
41.57%

Color #958D7F in popluar number systems.

HEX 95 8D 7F
Decimal 149 141 127
Binary 10010101 10001101 1111111
Octal 225 215 177

Shades and tints

Shades of #958D7F

#958D7F
(149,141,127)
#888174
(136,129,116)
#7B7569
(123,117,105)
#6E695E
(110,105,94)
#615D53
(97,93,83)
#545148
(84,81,72)
#47453D
(71,69,61)
#3A3932
(58,57,50)
#2D2D27
(45,45,39)
#20211C
(32,33,28)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #958D7F

#958D7F
(149,141,127)
#9E978A
(158,151,138)
#A7A195
(167,161,149)
#B0ABA0
(176,171,160)
#B9B5AB
(185,181,171)
#C2BFB6
(194,191,182)
#CBC9C1
(203,201,193)
#D4D3CC
(212,211,204)
#DDDDD7
(221,221,215)
#E6E7E2
(230,231,226)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958D7F color. Also use rgb(149,141,127) instead hex code.

Text Font Color

.myTextColor { color: #958D7F; }

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

This text font color is #958D7F.

Background Color

.myBgColor { background-color: #958D7F; }

<div style="background-color:#958D7F">Inner text</div>

This div background color is #958D7F.

Border color

.myBorderColor { border: 1px solid #958D7F; }

<div style="border:3px solid #958D7F">Div</div>

This div border color is #958D7F.

Opacity

.myOpacity80 { color: #958D7F; opacity: 0.8; }

<p style="color:#958D7F;opacity:0.8;">80%</p>

Text with #958D7F 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 #958D7F;}

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

This text has shadow with #958D7F color.


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

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

This text has shadow with #958D7F primary color and red secondary color.


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

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

This text has shadow with #958D7F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #958D7F.

Preview

Color preview on black background

This text has color #958D7F on black background.


Color preview on white background

This text has color #958D7F on white background.


Black color preview on #958D7F background

This text has black color on #958D7F background.


White color preview on #958D7F background

This text has white color on #958D7F background.


Related colors

Complementary color

Complementary color for #hex is #6A7280.


I love getcolorcode.com

Triadic colors

1 #7F958D and #8D7F95 with #958D7F are triadic colors.

2 #7F8D95 and #8D957F with #958D7F are triadic colors.