COLOR #958577

HEX: #958577
RGB: (149,133,119)

Color info

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

RGB color model

#958577 color RGB value is (149,133,119).

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

RGB channels and saturation

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

149
133
119

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 119 = 401 (100%)
R 149 of 401 ~ 37.16%
G 133 of 401 ~ 33.17%
B 119 of 401 ~ 29.68%

%37.16
%33.17
%29.68

CMYK color model

#958577 color CMYK value is (0,11,20,42).

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 20.13%
  • key color value is 41.57%
CMYK:
(0,11,20,42)
C0M11Y20K42 
(0%,11%,20%,42%)
(0.00/0.11/0.20/0.42)	

CMYK percentages

%0
%10.74
%20.13
%41.57

Codes

Color #958577 in popluar color models

958577
RGB149133119
HSL28°12.40%52.55%
HSB/HSV28°20.13%58.43%
CMYK0.00%10.74%20.13%
41.57%

Color #958577 in popluar number systems.

HEX958577
Decimal149133119
Binary10010101100001011110111
Octal225205167

Shades and tints

Shades of #958577

#958577
(149,133,119)
#88796D
(136,121,109)
#7B6D63
(123,109,99)
#6E6159
(110,97,89)
#61554F
(97,85,79)
#544945
(84,73,69)
#473D3B
(71,61,59)
#3A3131
(58,49,49)
#2D2527
(45,37,39)
#20191D
(32,25,29)
#130D13
(19,13,19)
#000000
(0,0,0)

Tints of #958577

#958577
(149,133,119)
#9E9083
(158,144,131)
#A79B8F
(167,155,143)
#B0A69B
(176,166,155)
#B9B1A7
(185,177,167)
#C2BCB3
(194,188,179)
#CBC7BF
(203,199,191)
#D4D2CB
(212,210,203)
#DDDDD7
(221,221,215)
#E6E8E3
(230,232,227)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958577; }

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

This text font color is #958577.


Background Color

.myBgColor { background-color: #958577; }

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

This div background color is #958577.


Border color

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

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

This div border color is #958577.


Opacity

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

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

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

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

This text has shadow with #958577 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958577 on black background.


Color preview on white background

This text has color #958577 on white background.



Black color preview on #958577 background

This text has black color on #958577 background.


White color preview on #958577 background

This text has white color on #958577 background.