COLOR #958B6F

HEX: #958B6F RGB: (149,139,111)

Color info

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

RGB color model

#958B6F color RGB value is (149,139,111).

RGB: (149,139,111) (58%, 55%, 44%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 111 of 255 = 44%

149
139
111

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

Portions of RGB colors in percentages

R + G + B = 149 + 139 + 111 = 399 (100%)
R 149 of 399 ~ 37.34%
G 139 of 399 ~ 34.84%
B 111 of 399 ~ 27.82'%

%37.34
%34.84
%27.82

CMYK color model

#958B6F color CMYK value is (0,7,26,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 25.50%
  • key color value is 41.57%
CMYK: (0,7,26,42) C0M7Y26K42 (0%,7%,26%,42%) (0.00/0.07/0.26/0.42) 

CMYK percentages

%0
%6.71
%25.5
%41.57

Codes

Color #958B6F in popluar color models

95 8B 6F
RGB 149 139 111
HSL 44° 15.20% 50.98%
HSB/HSV 44° 25.50% 58.43%
CMYK 0.00% 6.71% 25.50%
41.57%

Color #958B6F in popluar number systems.

HEX 95 8B 6F
Decimal 149 139 111
Binary 10010101 10001011 1101111
Octal 225 213 157

Shades and tints

Shades of #958B6F

#958B6F
(149,139,111)
#887F65
(136,127,101)
#7B735B
(123,115,91)
#6E6751
(110,103,81)
#615B47
(97,91,71)
#544F3D
(84,79,61)
#474333
(71,67,51)
#3A3729
(58,55,41)
#2D2B1F
(45,43,31)
#201F15
(32,31,21)
#13130B
(19,19,11)
#000000
(0,0,0)

Tints of #958B6F

#958B6F
(149,139,111)
#9E957C
(158,149,124)
#A79F89
(167,159,137)
#B0A996
(176,169,150)
#B9B3A3
(185,179,163)
#C2BDB0
(194,189,176)
#CBC7BD
(203,199,189)
#D4D1CA
(212,209,202)
#DDDBD7
(221,219,215)
#E6E5E4
(230,229,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #958B6F color. Also use rgb(149,139,111) instead hex code.

Text Font Color

.myTextColor { color: #958B6F; }

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

This text font color is #958B6F.

Background Color

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

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

This div background color is #958B6F.

Border color

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

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

This div border color is #958B6F.

Opacity

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

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

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

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

This text has shadow with #958B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958B6F.

Preview

Color preview on black background

This text has color #958B6F on black background.


Color preview on white background

This text has color #958B6F on white background.


Black color preview on #958B6F background

This text has black color on #958B6F background.


White color preview on #958B6F background

This text has white color on #958B6F background.


Related colors

Complementary color

Complementary color for #hex is #6A7490.


I love getcolorcode.com

Triadic colors

1 #6F958B and #8B6F95 with #958B6F are triadic colors.

2 #6F8B95 and #8B956F with #958B6F are triadic colors.