COLOR #858578

HEX: #858578
RGB: (133,133,120)

Color info

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

RGB color model

#858578 color RGB value is (133,133,120).

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

RGB channels and saturation

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

133
133
120

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 120 = 386 (100%)
R 133 of 386 ~ 34.46%
G 133 of 386 ~ 34.46%
B 120 of 386 ~ 31.09%

%34.46
%34.46
%31.09

CMYK color model

#858578 color CMYK value is (0,0,10,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 9.77%
  • key color value is 47.84%
CMYK:
(0,0,10,48)
C0M0Y10K48 
(0%,0%,10%,48%)
(0.00/0.00/0.10/0.48)	

CMYK percentages

%0
%0
%9.77
%47.84

Codes

Color #858578 in popluar color models

858578
RGB133133120
HSL60°5.14%49.61%
HSB/HSV60°9.77%52.16%
CMYK0.00%0.00%9.77%
47.84%

Color #858578 in popluar number systems.

HEX858578
Decimal133133120
Binary10000101100001011111000
Octal205205170

Shades and tints

Shades of #858578

#858578
(133,133,120)
#79796E
(121,121,110)
#6D6D64
(109,109,100)
#61615A
(97,97,90)
#555550
(85,85,80)
#494946
(73,73,70)
#3D3D3C
(61,61,60)
#313132
(49,49,50)
#252528
(37,37,40)
#19191E
(25,25,30)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #858578

#858578
(133,133,120)
#909084
(144,144,132)
#9B9B90
(155,155,144)
#A6A69C
(166,166,156)
#B1B1A8
(177,177,168)
#BCBCB4
(188,188,180)
#C7C7C0
(199,199,192)
#D2D2CC
(210,210,204)
#DDDDD8
(221,221,216)
#E8E8E4
(232,232,228)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858578; }

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

This text font color is #858578.


Background Color

.myBgColor { background-color: #858578; }

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

This div background color is #858578.


Border color

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

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

This div border color is #858578.


Opacity

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

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

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

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

This text has shadow with #858578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858578 on black background.


Color preview on white background

This text has color #858578 on white background.



Black color preview on #858578 background

This text has black color on #858578 background.


White color preview on #858578 background

This text has white color on #858578 background.