COLOR #858580

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

133
133
128

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

Portions of RGB colors in percentages

R + G + B = 133 + 133 + 128 = 394 (100%)
R 133 of 394 ~ 33.76%
G 133 of 394 ~ 33.76%
B 128 of 394 ~ 32.49'%

%33.76
%33.76
%32.49

CMYK color model

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

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

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

CMYK percentages

%0
%0
%3.76
%47.84

Codes

Color #858580 in popluar color models

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

Color #858580 in popluar number systems.

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

Shades and tints

Shades of #858580

#858580
(133,133,128)
#797975
(121,121,117)
#6D6D6A
(109,109,106)
#61615F
(97,97,95)
#555554
(85,85,84)
#494949
(73,73,73)
#3D3D3E
(61,61,62)
#313133
(49,49,51)
#252528
(37,37,40)
#19191D
(25,25,29)
#0D0D12
(13,13,18)
#000000
(0,0,0)

Tints of #858580

#858580
(133,133,128)
#90908B
(144,144,139)
#9B9B96
(155,155,150)
#A6A6A1
(166,166,161)
#B1B1AC
(177,177,172)
#BCBCB7
(188,188,183)
#C7C7C2
(199,199,194)
#D2D2CD
(210,210,205)
#DDDDD8
(221,221,216)
#E8E8E3
(232,232,227)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858580; }

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

This text font color is #858580.

Background Color

.myBgColor { background-color: #858580; }

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

This div background color is #858580.

Border color

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

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

This div border color is #858580.

Opacity

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

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

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

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

This text has shadow with #858580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #858580.

Preview

Color preview on black background

This text has color #858580 on black background.


Color preview on white background

This text has color #858580 on white background.


Black color preview on #858580 background

This text has black color on #858580 background.


White color preview on #858580 background

This text has white color on #858580 background.


Related colors

Complementary color

Complementary color for #hex is #7A7A7F.


I love getcolorcode.com