COLOR #858770

HEX: #858770
RGB: (133,135,112)

Color info

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

RGB color model

#858770 color RGB value is (133,135,112).

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

RGB channels and saturation

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

133
135
112

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 112 = 380 (100%)
R 133 of 380 ~ 35%
G 135 of 380 ~ 35.53%
B 112 of 380 ~ 29.47%

%35
%35.53
%29.47

CMYK color model

#858770 color CMYK value is (1,0,17,47).

  • cyan value is 1.48%
  • magenta value is 0.00%
  • yellow value is 17.04%
  • key color value is 47.06%
CMYK:
(1,0,17,47)
C1M0Y17K47 
(1%,0%,17%,47%)
(0.01/0.00/0.17/0.47)	

CMYK percentages

%1.48
%0
%17.04
%47.06

Codes

Color #858770 in popluar color models

858770
RGB133135112
HSL65°9.31%48.43%
HSB/HSV65°17.04%52.94%
CMYK1.48%0.00%17.04%
47.06%

Color #858770 in popluar number systems.

HEX858770
Decimal133135112
Binary10000101100001111110000
Octal205207160

Shades and tints

Shades of #858770

#858770
(133,135,112)
#797B66
(121,123,102)
#6D6F5C
(109,111,92)
#616352
(97,99,82)
#555748
(85,87,72)
#494B3E
(73,75,62)
#3D3F34
(61,63,52)
#31332A
(49,51,42)
#252720
(37,39,32)
#191B16
(25,27,22)
#0D0F0C
(13,15,12)
#000000
(0,0,0)

Tints of #858770

#858770
(133,135,112)
#90917D
(144,145,125)
#9B9B8A
(155,155,138)
#A6A597
(166,165,151)
#B1AFA4
(177,175,164)
#BCB9B1
(188,185,177)
#C7C3BE
(199,195,190)
#D2CDCB
(210,205,203)
#DDD7D8
(221,215,216)
#E8E1E5
(232,225,229)
#F3EBF2
(243,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858770; }

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

This text font color is #858770.


Background Color

.myBgColor { background-color: #858770; }

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

This div background color is #858770.


Border color

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

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

This div border color is #858770.


Opacity

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

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

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

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

This text has shadow with #858770 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858770 on black background.


Color preview on white background

This text has color #858770 on white background.



Black color preview on #858770 background

This text has black color on #858770 background.


White color preview on #858770 background

This text has white color on #858770 background.