COLOR #958376

HEX: #958376
RGB: (149,131,118)

Color info

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

RGB color model

#958376 color RGB value is (149,131,118).

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

RGB channels and saturation

R 149 of 255 = 58%
G 131 of 255 = 51%
B 118 of 255 = 46%

149
131
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 131 + 118 = 398 (100%)
R 149 of 398 ~ 37.44%
G 131 of 398 ~ 32.91%
B 118 of 398 ~ 29.65%

%37.44
%32.91
%29.65

CMYK color model

#958376 color CMYK value is (0,12,21,42).

  • cyan value is 0.00%
  • magenta value is 12.08%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(0,12,21,42)
C0M12Y21K42 
(0%,12%,21%,42%)
(0.00/0.12/0.21/0.42)	

CMYK percentages

%0
%12.08
%20.81
%41.57

Codes

Color #958376 in popluar color models

958376
RGB149131118
HSL25°12.76%52.35%
HSB/HSV25°20.81%58.43%
CMYK0.00%12.08%20.81%
41.57%

Color #958376 in popluar number systems.

HEX958376
Decimal149131118
Binary10010101100000111110110
Octal225203166

Shades and tints

Shades of #958376

#958376
(149,131,118)
#88786C
(136,120,108)
#7B6D62
(123,109,98)
#6E6258
(110,98,88)
#61574E
(97,87,78)
#544C44
(84,76,68)
#47413A
(71,65,58)
#3A3630
(58,54,48)
#2D2B26
(45,43,38)
#20201C
(32,32,28)
#131512
(19,21,18)
#000000
(0,0,0)

Tints of #958376

#958376
(149,131,118)
#9E8E82
(158,142,130)
#A7998E
(167,153,142)
#B0A49A
(176,164,154)
#B9AFA6
(185,175,166)
#C2BAB2
(194,186,178)
#CBC5BE
(203,197,190)
#D4D0CA
(212,208,202)
#DDDBD6
(221,219,214)
#E6E6E2
(230,230,226)
#EFF1EE
(239,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958376; }

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

This text font color is #958376.


Background Color

.myBgColor { background-color: #958376; }

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

This div background color is #958376.


Border color

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

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

This div border color is #958376.


Opacity

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

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

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

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

This text has shadow with #958376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958376 on black background.


Color preview on white background

This text has color #958376 on white background.



Black color preview on #958376 background

This text has black color on #958376 background.


White color preview on #958376 background

This text has white color on #958376 background.