COLOR #958578

HEX: #958578
RGB: (149,133,120)

Color info

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

RGB color model

#958578 color RGB value is (149,133,120).

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

RGB channels and saturation

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

149
133
120

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

Portions of RGB colors in percentages

R + G + B =
149 + 133 + 120 = 402 (100%)
R 149 of 402 ~ 37.06%
G 133 of 402 ~ 33.08%
B 120 of 402 ~ 29.85%

%37.06
%33.08
%29.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.74%
  • yellow value is 19.46%
  • 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
%19.46
%41.57

Codes

Color #958578 in popluar color models

958578
RGB149133120
HSL27°12.03%52.75%
HSB/HSV27°19.46%58.43%
CMYK0.00%10.74%19.46%
41.57%

Color #958578 in popluar number systems.

HEX958578
Decimal149133120
Binary10010101100001011111000
Octal225205170

Shades and tints

Shades of #958578

#958578
(149,133,120)
#88796E
(136,121,110)
#7B6D64
(123,109,100)
#6E615A
(110,97,90)
#615550
(97,85,80)
#544946
(84,73,70)
#473D3C
(71,61,60)
#3A3132
(58,49,50)
#2D2528
(45,37,40)
#20191E
(32,25,30)
#130D14
(19,13,20)
#000000
(0,0,0)

Tints of #958578

#958578
(149,133,120)
#9E9084
(158,144,132)
#A79B90
(167,155,144)
#B0A69C
(176,166,156)
#B9B1A8
(185,177,168)
#C2BCB4
(194,188,180)
#CBC7C0
(203,199,192)
#D4D2CC
(212,210,204)
#DDDDD8
(221,221,216)
#E6E8E4
(230,232,228)
#EFF3F0
(239,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #958578; }

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

This text font color is #958578.


Background Color

.myBgColor { background-color: #958578; }

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

This div background color is #958578.


Border color

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

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

This div border color is #958578.


Opacity

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

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

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

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

This text has shadow with #958578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #958578 on black background.


Color preview on white background

This text has color #958578 on white background.



Black color preview on #958578 background

This text has black color on #958578 background.


White color preview on #958578 background

This text has white color on #958578 background.