COLOR #858080

HEX: #858080 RGB: (133,128,128)

Color info

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

RGB color model

#858080 color RGB value is (133,128,128).

RGB: (133,128,128) (52%, 50%, 50%)

RGB channels and saturation

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

133
128
128

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

Portions of RGB colors in percentages

R + G + B = 133 + 128 + 128 = 389 (100%)
R 133 of 389 ~ 34.19%
G 128 of 389 ~ 32.9%
B 128 of 389 ~ 32.9'%

%34.19
%32.9
%32.9

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.76%
  • yellow value is 3.76%
  • key color value is 47.84%

CMYK: (0,4,4,48)
C0M4Y4K48 (0%, 4%, 4%, 48%)
(0.00 / 0.04 / 0.04 / 0.48)

CMYK percentages

%0
%3.76
%3.76
%47.84

Codes

Color #858080 in popluar color models

85 80 80
RGB 133 128 128
HSL 2.01% 51.18%
HSB/HSV 3.76% 52.16%
CMYK 0.00% 3.76% 3.76%
47.84%

Color #858080 in popluar number systems.

HEX 85 80 80
Decimal 133 128 128
Binary 10000101 10000000 10000000
Octal 205 200 200

Shades and tints

Shades of #858080

#858080
(133,128,128)
#797575
(121,117,117)
#6D6A6A
(109,106,106)
#615F5F
(97,95,95)
#555454
(85,84,84)
#494949
(73,73,73)
#3D3E3E
(61,62,62)
#313333
(49,51,51)
#252828
(37,40,40)
#191D1D
(25,29,29)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #858080

#858080
(133,128,128)
#908B8B
(144,139,139)
#9B9696
(155,150,150)
#A6A1A1
(166,161,161)
#B1ACAC
(177,172,172)
#BCB7B7
(188,183,183)
#C7C2C2
(199,194,194)
#D2CDCD
(210,205,205)
#DDD8D8
(221,216,216)
#E8E3E3
(232,227,227)
#F3EEEE
(243,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858080; }

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

This text font color is #858080.

Background Color

.myBgColor { background-color: #858080; }

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

This div background color is #858080.

Border color

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

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

This div border color is #858080.

Opacity

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

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

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

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

This text has shadow with #858080 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858080.

Preview

Color preview on black background

This text has color #858080 on black background.


Color preview on white background

This text has color #858080 on white background.


Black color preview on #858080 background

This text has black color on #858080 background.


White color preview on #858080 background

This text has white color on #858080 background.


Related colors

Complementary color

Complementary color for #hex is #7A7F7F.


I love getcolorcode.com