COLOR #808184

HEX: #808184
RGB: (128,129,132)

Color info

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

RGB color model

#808184 color RGB value is (128,129,132).

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

RGB channels and saturation

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

128
129
132

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

Portions of RGB colors in percentages

R + G + B =
128 + 129 + 132 = 389 (100%)
R 128 of 389 ~ 32.9%
G 129 of 389 ~ 33.16%
B 132 of 389 ~ 33.93%

%32.9
%33.16
%33.93

CMYK color model

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

  • cyan value is 3.03%
  • magenta value is 2.27%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(3,2,0,48)
C3M2Y0K48 
(3%,2%,0%,48%)
(0.03/0.02/0.00/0.48)	

CMYK percentages

%3.03
%2.27
%0
%48.24

Codes

Color #808184 in popluar color models

808184
RGB128129132
HSL225°1.60%50.98%
HSB/HSV225°3.03%51.76%
CMYK3.03%2.27%0.00%
48.24%

Color #808184 in popluar number systems.

HEX808184
Decimal128129132
Binary100000001000000110000100
Octal200201204

Shades and tints

Shades of #808184

#808184
(128,129,132)
#757678
(117,118,120)
#6A6B6C
(106,107,108)
#5F6060
(95,96,96)
#545554
(84,85,84)
#494A48
(73,74,72)
#3E3F3C
(62,63,60)
#333430
(51,52,48)
#282924
(40,41,36)
#1D1E18
(29,30,24)
#12130C
(18,19,12)
#000000
(0,0,0)

Tints of #808184

#808184
(128,129,132)
#8B8C8F
(139,140,143)
#96979A
(150,151,154)
#A1A2A5
(161,162,165)
#ACADB0
(172,173,176)
#B7B8BB
(183,184,187)
#C2C3C6
(194,195,198)
#CDCED1
(205,206,209)
#D8D9DC
(216,217,220)
#E3E4E7
(227,228,231)
#EEEFF2
(238,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808184; }

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

This text font color is #808184.


Background Color

.myBgColor { background-color: #808184; }

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

This div background color is #808184.


Border color

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

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

This div border color is #808184.


Opacity

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

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

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

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

This text has shadow with #808184 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #808184 on black background.


Color preview on white background

This text has color #808184 on white background.



Black color preview on #808184 background

This text has black color on #808184 background.


White color preview on #808184 background

This text has white color on #808184 background.