COLOR #958879

HEX: #958879
RGB: (149,136,121)

Color info

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

RGB color model

#958879 color RGB value is (149,136,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 136 of 255 = 53%
B 121 of 255 = 47%

149
136
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 136 + 121 = 406 (100%)
R 149 of 406 ~ 36.7%
G 136 of 406 ~ 33.5%
B 121 of 406 ~ 29.8%

%36.7
%33.5
%29.8

CMYK color model

#958879 color CMYK value is (0,9,19,42).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,9,19,42)
C0M9Y19K42 
(0%,9%,19%,42%)
(0.00/0.09/0.19/0.42)	

CMYK percentages

%0
%8.72
%18.79
%41.57

Codes

Color #958879 in popluar color models

958879
RGB149136121
HSL32°11.67%52.94%
HSB/HSV32°18.79%58.43%
CMYK0.00%8.72%18.79%
41.57%

Color #958879 in popluar number systems.

HEX958879
Decimal149136121
Binary10010101100010001111001
Octal225210171

Shades and tints

Shades of #958879

#958879
(149,136,121)
#887C6E
(136,124,110)
#7B7063
(123,112,99)
#6E6458
(110,100,88)
#61584D
(97,88,77)
#544C42
(84,76,66)
#474037
(71,64,55)
#3A342C
(58,52,44)
#2D2821
(45,40,33)
#201C16
(32,28,22)
#13100B
(19,16,11)
#000000
(0,0,0)

Tints of #958879

#958879
(149,136,121)
#9E9285
(158,146,133)
#A79C91
(167,156,145)
#B0A69D
(176,166,157)
#B9B0A9
(185,176,169)
#C2BAB5
(194,186,181)
#CBC4C1
(203,196,193)
#D4CECD
(212,206,205)
#DDD8D9
(221,216,217)
#E6E2E5
(230,226,229)
#EFECF1
(239,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958879; }

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

This text font color is #958879.


Background Color

.myBgColor { background-color: #958879; }

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

This div background color is #958879.


Border color

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

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

This div border color is #958879.


Opacity

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

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

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

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

This text has shadow with #958879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958879 on black background.


Color preview on white background

This text has color #958879 on white background.



Black color preview on #958879 background

This text has black color on #958879 background.


White color preview on #958879 background

This text has white color on #958879 background.