COLOR #858570

HEX: #858570
RGB: (133,133,112)

Color info

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

RGB color model

#858570 color RGB value is (133,133,112).

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

RGB channels and saturation

R 133 of 255 = 52%
G 133 of 255 = 52%
B 112 of 255 = 44%

133
133
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 133 + 112 = 378 (100%)
R 133 of 378 ~ 35.19%
G 133 of 378 ~ 35.19%
B 112 of 378 ~ 29.63%

%35.19
%35.19
%29.63

CMYK color model

#858570 color CMYK value is (0,0,16,48).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 15.79%
  • key color value is 47.84%
CMYK:
(0,0,16,48)
C0M0Y16K48 
(0%,0%,16%,48%)
(0.00/0.00/0.16/0.48)	

CMYK percentages

%0
%0
%15.79
%47.84

Codes

Color #858570 in popluar color models

858570
RGB133133112
HSL60°8.57%48.04%
HSB/HSV60°15.79%52.16%
CMYK0.00%0.00%15.79%
47.84%

Color #858570 in popluar number systems.

HEX858570
Decimal133133112
Binary10000101100001011110000
Octal205205160

Shades and tints

Shades of #858570

#858570
(133,133,112)
#797966
(121,121,102)
#6D6D5C
(109,109,92)
#616152
(97,97,82)
#555548
(85,85,72)
#49493E
(73,73,62)
#3D3D34
(61,61,52)
#31312A
(49,49,42)
#252520
(37,37,32)
#191916
(25,25,22)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #858570

#858570
(133,133,112)
#90907D
(144,144,125)
#9B9B8A
(155,155,138)
#A6A697
(166,166,151)
#B1B1A4
(177,177,164)
#BCBCB1
(188,188,177)
#C7C7BE
(199,199,190)
#D2D2CB
(210,210,203)
#DDDDD8
(221,221,216)
#E8E8E5
(232,232,229)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858570; }

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

This text font color is #858570.


Background Color

.myBgColor { background-color: #858570; }

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

This div background color is #858570.


Border color

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

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

This div border color is #858570.


Opacity

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

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

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

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

This text has shadow with #858570 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858570 on black background.


Color preview on white background

This text has color #858570 on white background.



Black color preview on #858570 background

This text has black color on #858570 background.


White color preview on #858570 background

This text has white color on #858570 background.