COLOR #808185

HEX: #808185
RGB: (128,129,133)

Color info

#808185 contains red, green and blue colors in about the same proportion. Web safe color of #808185 is #669999 (or #699).

RGB color model

#808185 color RGB value is (128,129,133).

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

RGB channels and saturation

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

128
129
133

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 133 = 390 (100%)
R 128 of 390 ~ 32.82%
G 129 of 390 ~ 33.08%
B 133 of 390 ~ 34.1%

%32.82
%33.08
%34.1

CMYK color model

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

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

CMYK percentages

%3.76
%3.01
%0
%47.84

Codes

Color #808185 in popluar color models

808185
RGB128129133
HSL228°2.01%51.18%
HSB/HSV228°3.76%52.16%
CMYK3.76%3.01%0.00%
47.84%

Color #808185 in popluar number systems.

HEX808185
Decimal128129133
Binary100000001000000110000101
Octal200201205

Shades and tints

Shades of #808185

#808185
(128,129,133)
#757679
(117,118,121)
#6A6B6D
(106,107,109)
#5F6061
(95,96,97)
#545555
(84,85,85)
#494A49
(73,74,73)
#3E3F3D
(62,63,61)
#333431
(51,52,49)
#282925
(40,41,37)
#1D1E19
(29,30,25)
#12130D
(18,19,13)
#000000
(0,0,0)

Tints of #808185

#808185
(128,129,133)
#8B8C90
(139,140,144)
#96979B
(150,151,155)
#A1A2A6
(161,162,166)
#ACADB1
(172,173,177)
#B7B8BC
(183,184,188)
#C2C3C7
(194,195,199)
#CDCED2
(205,206,210)
#D8D9DD
(216,217,221)
#E3E4E8
(227,228,232)
#EEEFF3
(238,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808185; }

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

This text font color is #808185.


Background Color

.myBgColor { background-color: #808185; }

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

This div background color is #808185.


Border color

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

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

This div border color is #808185.


Opacity

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

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

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

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

This text has shadow with #808185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808185 on black background.


Color preview on white background

This text has color #808185 on white background.



Black color preview on #808185 background

This text has black color on #808185 background.


White color preview on #808185 background

This text has white color on #808185 background.