COLOR #858785

HEX: #858785
RGB: (133,135,133)

Color info

#858785 contains red, green and blue colors in about the same proportion. Web safe color of #858785 is #999999 (or #999).

RGB color model

#858785 color RGB value is (133,135,133).

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

RGB channels and saturation

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

133
135
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 135 + 133 = 401 (100%)
R 133 of 401 ~ 33.17%
G 135 of 401 ~ 33.67%
B 133 of 401 ~ 33.17%

%33.17
%33.67
%33.17

CMYK color model

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

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

CMYK percentages

%1.48
%0
%1.48
%47.06

Codes

Color #858785 in popluar color models

858785
RGB133135133
HSL120°0.83%52.55%
HSB/HSV120°1.48%52.94%
CMYK1.48%0.00%1.48%
47.06%

Color #858785 in popluar number systems.

HEX858785
Decimal133135133
Binary100001011000011110000101
Octal205207205

Shades and tints

Shades of #858785

#858785
(133,135,133)
#797B79
(121,123,121)
#6D6F6D
(109,111,109)
#616361
(97,99,97)
#555755
(85,87,85)
#494B49
(73,75,73)
#3D3F3D
(61,63,61)
#313331
(49,51,49)
#252725
(37,39,37)
#191B19
(25,27,25)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #858785

#858785
(133,135,133)
#909190
(144,145,144)
#9B9B9B
(155,155,155)
#A6A5A6
(166,165,166)
#B1AFB1
(177,175,177)
#BCB9BC
(188,185,188)
#C7C3C7
(199,195,199)
#D2CDD2
(210,205,210)
#DDD7DD
(221,215,221)
#E8E1E8
(232,225,232)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858785; }

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

This text font color is #858785.


Background Color

.myBgColor { background-color: #858785; }

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

This div background color is #858785.


Border color

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

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

This div border color is #858785.


Opacity

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

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

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

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

This text has shadow with #858785 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858785 on black background.


Color preview on white background

This text has color #858785 on white background.



Black color preview on #858785 background

This text has black color on #858785 background.


White color preview on #858785 background

This text has white color on #858785 background.