COLOR #958579

HEX: #958579
RGB: (149,133,121)

Color info

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

RGB color model

#958579 color RGB value is (149,133,121).

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

RGB channels and saturation

R 149 of 255 = 58%
G 133 of 255 = 52%
B 121 of 255 = 47%

149
133
121

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 121 = 403 (100%)
R 149 of 403 ~ 36.97%
G 133 of 403 ~ 33%
B 121 of 403 ~ 30.02%

%36.97
%33
%30.02

CMYK color model

#958579 color CMYK value is (0,11,19,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 18.79%
  • key color value is 41.57%
CMYK:
(0,11,19,42)
C0M11Y19K42 
(0%,11%,19%,42%)
(0.00/0.11/0.19/0.42)	

CMYK percentages

%0
%10.74
%18.79
%41.57

Codes

Color #958579 in popluar color models

958579
RGB149133121
HSL26°11.67%52.94%
HSB/HSV26°18.79%58.43%
CMYK0.00%10.74%18.79%
41.57%

Color #958579 in popluar number systems.

HEX958579
Decimal149133121
Binary10010101100001011111001
Octal225205171

Shades and tints

Shades of #958579

#958579
(149,133,121)
#88796E
(136,121,110)
#7B6D63
(123,109,99)
#6E6158
(110,97,88)
#61554D
(97,85,77)
#544942
(84,73,66)
#473D37
(71,61,55)
#3A312C
(58,49,44)
#2D2521
(45,37,33)
#201916
(32,25,22)
#130D0B
(19,13,11)
#000000
(0,0,0)

Tints of #958579

#958579
(149,133,121)
#9E9085
(158,144,133)
#A79B91
(167,155,145)
#B0A69D
(176,166,157)
#B9B1A9
(185,177,169)
#C2BCB5
(194,188,181)
#CBC7C1
(203,199,193)
#D4D2CD
(212,210,205)
#DDDDD9
(221,221,217)
#E6E8E5
(230,232,229)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958579; }

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

This text font color is #958579.


Background Color

.myBgColor { background-color: #958579; }

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

This div background color is #958579.


Border color

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

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

This div border color is #958579.


Opacity

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

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

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

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

This text has shadow with #958579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958579 on black background.


Color preview on white background

This text has color #958579 on white background.



Black color preview on #958579 background

This text has black color on #958579 background.


White color preview on #958579 background

This text has white color on #958579 background.