COLOR #858880

HEX: #858880
RGB: (133,136,128)

Color info

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

RGB color model

#858880 color RGB value is (133,136,128).

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

RGB channels and saturation

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

133
136
128

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

Portions of RGB colors in percentages

R + G + B =
133 + 136 + 128 = 397 (100%)
R 133 of 397 ~ 33.5%
G 136 of 397 ~ 34.26%
B 128 of 397 ~ 32.24%

%33.5
%34.26
%32.24

CMYK color model

#858880 color CMYK value is (2,0,6,47).

  • cyan value is 2.21%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(2,0,6,47)
C2M0Y6K47 
(2%,0%,6%,47%)
(0.02/0.00/0.06/0.47)	

CMYK percentages

%2.21
%0
%5.88
%46.67

Codes

Color #858880 in popluar color models

858880
RGB133136128
HSL82°3.25%51.76%
HSB/HSV82°5.88%53.33%
CMYK2.21%0.00%5.88%
46.67%

Color #858880 in popluar number systems.

HEX858880
Decimal133136128
Binary100001011000100010000000
Octal205210200

Shades and tints

Shades of #858880

#858880
(133,136,128)
#797C75
(121,124,117)
#6D706A
(109,112,106)
#61645F
(97,100,95)
#555854
(85,88,84)
#494C49
(73,76,73)
#3D403E
(61,64,62)
#313433
(49,52,51)
#252828
(37,40,40)
#191C1D
(25,28,29)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #858880

#858880
(133,136,128)
#90928B
(144,146,139)
#9B9C96
(155,156,150)
#A6A6A1
(166,166,161)
#B1B0AC
(177,176,172)
#BCBAB7
(188,186,183)
#C7C4C2
(199,196,194)
#D2CECD
(210,206,205)
#DDD8D8
(221,216,216)
#E8E2E3
(232,226,227)
#F3ECEE
(243,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #858880; }

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

This text font color is #858880.


Background Color

.myBgColor { background-color: #858880; }

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

This div background color is #858880.


Border color

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

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

This div border color is #858880.


Opacity

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

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

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

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

This text has shadow with #858880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #858880 on black background.


Color preview on white background

This text has color #858880 on white background.



Black color preview on #858880 background

This text has black color on #858880 background.


White color preview on #858880 background

This text has white color on #858880 background.