COLOR #808091

HEX: #808091
RGB: (128,128,145)

Color info

#808091 contains red, green and blue colors in about the same proportion. Web safe color of #808091 is #666699 (or #669).

RGB color model

#808091 color RGB value is (128,128,145).

  • red value is 128;
  • green value is 128;
  • blue value is 145.
RGB: (128,128,145) (50%,50%,57%)

RGB channels and saturation

R 128 of 255 = 50%
G 128 of 255 = 50%
B 145 of 255 = 57%

128
128
145

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

Portions of RGB colors in percentages

R + G + B =
128 + 128 + 145 = 401 (100%)
R 128 of 401 ~ 31.92%
G 128 of 401 ~ 31.92%
B 145 of 401 ~ 36.16%

%31.92
%31.92
%36.16

CMYK color model

#808091 color CMYK value is (12,12,0,43).

  • cyan value is 11.72%
  • magenta value is 11.72%
  • yellow value is 0.00%
  • key color value is 43.14%
CMYK: (12,12,0,43) C12M12Y0K43 (12%,12%,0%,43%) (0.12/0.12/0.00/0.43)

CMYK percentages

%11.72
%11.72
%0
%43.14

Codes

Color #808091 in popluar color models

808091
RGB128128145
HSL240°7.17%53.53%
HSB/HSV240°11.72%56.86%
CMYK11.72%11.72%0.00%
43.14%

Color #808091 in popluar number systems.

HEX808091
Decimal128128145
Binary100000001000000010010001
Octal200200221

Shades and tints

Shades of #808091

#808091
(128,128,145)
#757584
(117,117,132)
#6A6A77
(106,106,119)
#5F5F6A
(95,95,106)
#54545D
(84,84,93)
#494950
(73,73,80)
#3E3E43
(62,62,67)
#333336
(51,51,54)
#282829
(40,40,41)
#1D1D1C
(29,29,28)
#12120F
(18,18,15)
#000000
(0,0,0)

Tints of #808091

#808091
(128,128,145)
#8B8B9B
(139,139,155)
#9696A5
(150,150,165)
#A1A1AF
(161,161,175)
#ACACB9
(172,172,185)
#B7B7C3
(183,183,195)
#C2C2CD
(194,194,205)
#CDCDD7
(205,205,215)
#D8D8E1
(216,216,225)
#E3E3EB
(227,227,235)
#EEEEF5
(238,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #808091; }

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

This text font color is #808091.


Background Color

.myBgColor { background-color: #808091; }

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

This div background color is #808091.


Border color

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

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

This div border color is #808091.


Opacity

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

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

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

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

This text has shadow with #808091 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #808091 on black background.


Color preview on white background

This text has color #808091 on white background.



Black color preview on #808091 background

This text has black color on #808091 background.


White color preview on #808091 background

This text has white color on #808091 background.