COLOR #858185

HEX: #858185
RGB: (133,129,133)

Color info

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

RGB color model

#858185 color RGB value is (133,129,133).

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

RGB channels and saturation

R 133 of 255 = 52%
G 129 of 255 = 51%
B 133 of 255 = 52%

133
129
133

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

Portions of RGB colors in percentages

R + G + B =
133 + 129 + 133 = 395 (100%)
R 133 of 395 ~ 33.67%
G 129 of 395 ~ 32.66%
B 133 of 395 ~ 33.67%

%33.67
%32.66
%33.67

CMYK color model

#858185 color CMYK value is (0,3,0,48).

  • cyan value is 0.00%
  • magenta value is 3.01%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(0,3,0,48)
C0M3Y0K48 
(0%,3%,0%,48%)
(0.00/0.03/0.00/0.48)	

CMYK percentages

%0
%3.01
%0
%47.84

Codes

Color #858185 in popluar color models

858185
RGB133129133
HSL300°1.61%51.37%
HSB/HSV300°3.01%52.16%
CMYK0.00%3.01%0.00%
47.84%

Color #858185 in popluar number systems.

HEX858185
Decimal133129133
Binary100001011000000110000101
Octal205201205

Shades and tints

Shades of #858185

#858185
(133,129,133)
#797679
(121,118,121)
#6D6B6D
(109,107,109)
#616061
(97,96,97)
#555555
(85,85,85)
#494A49
(73,74,73)
#3D3F3D
(61,63,61)
#313431
(49,52,49)
#252925
(37,41,37)
#191E19
(25,30,25)
#0D130D
(13,19,13)
#000000
(0,0,0)

Tints of #858185

#858185
(133,129,133)
#908C90
(144,140,144)
#9B979B
(155,151,155)
#A6A2A6
(166,162,166)
#B1ADB1
(177,173,177)
#BCB8BC
(188,184,188)
#C7C3C7
(199,195,199)
#D2CED2
(210,206,210)
#DDD9DD
(221,217,221)
#E8E4E8
(232,228,232)
#F3EFF3
(243,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858185; }

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

This text font color is #858185.


Background Color

.myBgColor { background-color: #858185; }

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

This div background color is #858185.


Border color

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

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

This div border color is #858185.


Opacity

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

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

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

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

This text has shadow with #858185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858185 on black background.


Color preview on white background

This text has color #858185 on white background.



Black color preview on #858185 background

This text has black color on #858185 background.


White color preview on #858185 background

This text has white color on #858185 background.