COLOR #958B72

HEX: #958B72 RGB: (149,139,114)

Color info

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

RGB color model

#958B72 color RGB value is (149,139,114).

RGB: (149,139,114) (58%, 55%, 45%)

RGB channels and saturation

R 149 of 255 = 58%
G 139 of 255 = 55%
B 114 of 255 = 45%

149
139
114

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

Portions of RGB colors in percentages

R + G + B = 149 + 139 + 114 = 402 (100%)
R 149 of 402 ~ 37.06%
G 139 of 402 ~ 34.58%
B 114 of 402 ~ 28.36'%

%37.06
%34.58
%28.36

CMYK color model

#958B72 color CMYK value is (0,7,23,42).

  • cyan value is 0.00%
  • magenta value is 6.71%
  • yellow value is 23.49%
  • key color value is 41.57%

CMYK: (0,7,23,42)
C0M7Y23K42 (0%, 7%, 23%, 42%)
(0.00 / 0.07 / 0.23 / 0.42)

CMYK percentages

%0
%6.71
%23.49
%41.57

Codes

Color #958B72 in popluar color models

95 8B 72
RGB 149 139 114
HSL 43° 14.17% 51.57%
HSB/HSV 43° 23.49% 58.43%
CMYK 0.00% 6.71% 23.49%
41.57%

Color #958B72 in popluar number systems.

HEX 95 8B 72
Decimal 149 139 114
Binary 10010101 10001011 1110010
Octal 225 213 162

Shades and tints

Shades of #958B72

#958B72
(149,139,114)
#887F68
(136,127,104)
#7B735E
(123,115,94)
#6E6754
(110,103,84)
#615B4A
(97,91,74)
#544F40
(84,79,64)
#474336
(71,67,54)
#3A372C
(58,55,44)
#2D2B22
(45,43,34)
#201F18
(32,31,24)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #958B72

#958B72
(149,139,114)
#9E957E
(158,149,126)
#A79F8A
(167,159,138)
#B0A996
(176,169,150)
#B9B3A2
(185,179,162)
#C2BDAE
(194,189,174)
#CBC7BA
(203,199,186)
#D4D1C6
(212,209,198)
#DDDBD2
(221,219,210)
#E6E5DE
(230,229,222)
#EFEFEA
(239,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958B72; }

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

This text font color is #958B72.

Background Color

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

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

This div background color is #958B72.

Border color

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

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

This div border color is #958B72.

Opacity

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

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

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

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

This text has shadow with #958B72 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #958B72.

Preview

Color preview on black background

This text has color #958B72 on black background.


Color preview on white background

This text has color #958B72 on white background.


Black color preview on #958B72 background

This text has black color on #958B72 background.


White color preview on #958B72 background

This text has white color on #958B72 background.


Related colors

Complementary color

Complementary color for #hex is #6A748D.


I love getcolorcode.com

Triadic colors

1 #72958B and #8B7295 with #958B72 are triadic colors.

2 #728B95 and #8B9572 with #958B72 are triadic colors.