COLOR #958876

HEX: #958876
RGB: (149,136,118)

Color info

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

RGB color model

#958876 color RGB value is (149,136,118).

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

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 118 of 255 = 46%

149
136
118

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 118 = 403 (100%)
R 149 of 403 ~ 36.97%
G 136 of 403 ~ 33.75%
B 118 of 403 ~ 29.28%

%36.97
%33.75
%29.28

CMYK color model

#958876 color CMYK value is (0,9,21,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 20.81%
  • key color value is 41.57%
CMYK:
(0,9,21,42)
C0M9Y21K42 
(0%,9%,21%,42%)
(0.00/0.09/0.21/0.42)	

CMYK percentages

%0
%8.72
%20.81
%41.57

Codes

Color #958876 in popluar color models

958876
RGB149136118
HSL35°12.76%52.35%
HSB/HSV35°20.81%58.43%
CMYK0.00%8.72%20.81%
41.57%

Color #958876 in popluar number systems.

HEX958876
Decimal149136118
Binary10010101100010001110110
Octal225210166

Shades and tints

Shades of #958876

#958876
(149,136,118)
#887C6C
(136,124,108)
#7B7062
(123,112,98)
#6E6458
(110,100,88)
#61584E
(97,88,78)
#544C44
(84,76,68)
#47403A
(71,64,58)
#3A3430
(58,52,48)
#2D2826
(45,40,38)
#201C1C
(32,28,28)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #958876

#958876
(149,136,118)
#9E9282
(158,146,130)
#A79C8E
(167,156,142)
#B0A69A
(176,166,154)
#B9B0A6
(185,176,166)
#C2BAB2
(194,186,178)
#CBC4BE
(203,196,190)
#D4CECA
(212,206,202)
#DDD8D6
(221,216,214)
#E6E2E2
(230,226,226)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958876; }

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

This text font color is #958876.


Background Color

.myBgColor { background-color: #958876; }

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

This div background color is #958876.


Border color

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

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

This div border color is #958876.


Opacity

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

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

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

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

This text has shadow with #958876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958876 on black background.


Color preview on white background

This text has color #958876 on white background.



Black color preview on #958876 background

This text has black color on #958876 background.


White color preview on #958876 background

This text has white color on #958876 background.