COLOR #807084

HEX: #807084
RGB: (128,112,132)

Color info

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

RGB color model

#807084 color RGB value is (128,112,132).

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

RGB channels and saturation

R 128 of 255 = 50%
G 112 of 255 = 44%
B 132 of 255 = 52%

128
112
132

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

Portions of RGB colors in percentages

R + G + B =
128 + 112 + 132 = 372 (100%)
R 128 of 372 ~ 34.41%
G 112 of 372 ~ 30.11%
B 132 of 372 ~ 35.48%

%34.41
%30.11
%35.48

CMYK color model

#807084 color CMYK value is (3,15,0,48).

  • cyan value is 3.03%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(3,15,0,48)
C3M15Y0K48 
(3%,15%,0%,48%)
(0.03/0.15/0.00/0.48)	

CMYK percentages

%3.03
%15.15
%0
%48.24

Codes

Color #807084 in popluar color models

807084
RGB128112132
HSL288°8.20%47.84%
HSB/HSV288°15.15%51.76%
CMYK3.03%15.15%0.00%
48.24%

Color #807084 in popluar number systems.

HEX807084
Decimal128112132
Binary10000000111000010000100
Octal200160204

Shades and tints

Shades of #807084

#807084
(128,112,132)
#756678
(117,102,120)
#6A5C6C
(106,92,108)
#5F5260
(95,82,96)
#544854
(84,72,84)
#493E48
(73,62,72)
#3E343C
(62,52,60)
#332A30
(51,42,48)
#282024
(40,32,36)
#1D1618
(29,22,24)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #807084

#807084
(128,112,132)
#8B7D8F
(139,125,143)
#968A9A
(150,138,154)
#A197A5
(161,151,165)
#ACA4B0
(172,164,176)
#B7B1BB
(183,177,187)
#C2BEC6
(194,190,198)
#CDCBD1
(205,203,209)
#D8D8DC
(216,216,220)
#E3E5E7
(227,229,231)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807084; }

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

This text font color is #807084.


Background Color

.myBgColor { background-color: #807084; }

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

This div background color is #807084.


Border color

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

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

This div border color is #807084.


Opacity

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

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

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

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

This text has shadow with #807084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807084 on black background.


Color preview on white background

This text has color #807084 on white background.



Black color preview on #807084 background

This text has black color on #807084 background.


White color preview on #807084 background

This text has white color on #807084 background.