COLOR #858070

HEX: #858070
RGB: (133,128,112)

Color info

#858070 contains red, green and blue colors in about the same proportion. Web safe color of #858070 is #996666 (or #966).

RGB color model

#858070 color RGB value is (133,128,112).

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

RGB channels and saturation

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

133
128
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 128 + 112 = 373 (100%)
R 133 of 373 ~ 35.66%
G 128 of 373 ~ 34.32%
B 112 of 373 ~ 30.03%

%35.66
%34.32
%30.03

CMYK color model

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

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

CMYK percentages

%0
%3.76
%15.79
%47.84

Codes

Color #858070 in popluar color models

858070
RGB133128112
HSL46°8.57%48.04%
HSB/HSV46°15.79%52.16%
CMYK0.00%3.76%15.79%
47.84%

Color #858070 in popluar number systems.

HEX858070
Decimal133128112
Binary10000101100000001110000
Octal205200160

Shades and tints

Shades of #858070

#858070
(133,128,112)
#797566
(121,117,102)
#6D6A5C
(109,106,92)
#615F52
(97,95,82)
#555448
(85,84,72)
#49493E
(73,73,62)
#3D3E34
(61,62,52)
#31332A
(49,51,42)
#252820
(37,40,32)
#191D16
(25,29,22)
#0D120C
(13,18,12)
#000000
(0,0,0)

Tints of #858070

#858070
(133,128,112)
#908B7D
(144,139,125)
#9B968A
(155,150,138)
#A6A197
(166,161,151)
#B1ACA4
(177,172,164)
#BCB7B1
(188,183,177)
#C7C2BE
(199,194,190)
#D2CDCB
(210,205,203)
#DDD8D8
(221,216,216)
#E8E3E5
(232,227,229)
#F3EEF2
(243,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858070; }

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

This text font color is #858070.


Background Color

.myBgColor { background-color: #858070; }

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

This div background color is #858070.


Border color

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

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

This div border color is #858070.


Opacity

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

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

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

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

This text has shadow with #858070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858070 on black background.


Color preview on white background

This text has color #858070 on white background.



Black color preview on #858070 background

This text has black color on #858070 background.


White color preview on #858070 background

This text has white color on #858070 background.