COLOR #958372

HEX: #958372
RGB: (149,131,114)

Color info

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

RGB color model

#958372 color RGB value is (149,131,114).

  • red value is 149;
  • green value is 131;
  • blue value is 114.
RGB:
(149,131,114)
(58%,51%,45%)

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 114 of 255 = 45%

149
131
114

R + G + B ~ 51%. #958372 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 114 = 394 (100%)
R 149 of 394 ~ 37.82%
G 131 of 394 ~ 33.25%
B 114 of 394 ~ 28.93%

%37.82
%33.25
%28.93

CMYK color model

#958372 color CMYK value is (0,12,23,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 23.49%
  • key color value is 41.57%
CMYK:
(0,12,23,42)
C0M12Y23K42 
(0%,12%,23%,42%)
(0.00/0.12/0.23/0.42)	

CMYK percentages

%0
%12.08
%23.49
%41.57

Codes

Color #958372 in popluar color models

958372
RGB149131114
HSL29°14.17%51.57%
HSB/HSV29°23.49%58.43%
CMYK0.00%12.08%23.49%
41.57%

Color #958372 in popluar number systems.

HEX958372
Decimal149131114
Binary10010101100000111110010
Octal225203162

Shades and tints

Shades of #958372

#958372
(149,131,114)
#887868
(136,120,104)
#7B6D5E
(123,109,94)
#6E6254
(110,98,84)
#61574A
(97,87,74)
#544C40
(84,76,64)
#474136
(71,65,54)
#3A362C
(58,54,44)
#2D2B22
(45,43,34)
#202018
(32,32,24)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #958372

#958372
(149,131,114)
#9E8E7E
(158,142,126)
#A7998A
(167,153,138)
#B0A496
(176,164,150)
#B9AFA2
(185,175,162)
#C2BAAE
(194,186,174)
#CBC5BA
(203,197,186)
#D4D0C6
(212,208,198)
#DDDBD2
(221,219,210)
#E6E6DE
(230,230,222)
#EFF1EA
(239,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958372; }

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

This text font color is #958372.


Background Color

.myBgColor { background-color: #958372; }

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

This div background color is #958372.


Border color

.myBorderColor { border: 1px solid #958372; }

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

This div border color is #958372.


Opacity

.myOpacity80 { color: #958372; opacity: 0.8; }

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

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

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

This text has shadow with #958372 color.

.textShadow {text-shadow: 3px 3px 1px #958372, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #958372;
-webkit-box-shadow: 1px 1px 3px 2px #958372;
box-shadow:1px 1px 3px 2px #958372;">
Div content here</div>
This div box has shadow with color #958372.

Preview

Color preview on black background

This text has color #958372 on black background.


Color preview on white background

This text has color #958372 on white background.



Black color preview on #958372 background

This text has black color on #958372 background.


White color preview on #958372 background

This text has white color on #958372 background.