COLOR #807483

HEX: #807483
RGB: (128,116,131)

Color info

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

RGB color model

#807483 color RGB value is (128,116,131).

  • red value is 128;
  • green value is 116;
  • blue value is 131.
RGB:
(128,116,131)
(50%,45%,51%)

RGB channels and saturation

R 128 of 255 = 50%
G 116 of 255 = 45%
B 131 of 255 = 51%

128
116
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 116 + 131 = 375 (100%)
R 128 of 375 ~ 34.13%
G 116 of 375 ~ 30.93%
B 131 of 375 ~ 34.93%

%34.13
%30.93
%34.93

CMYK color model

#807483 color CMYK value is (2,11,0,49).

  • cyan value is 2.29%
  • magenta value is 11.45%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,11,0,49)
C2M11Y0K49 
(2%,11%,0%,49%)
(0.02/0.11/0.00/0.49)	

CMYK percentages

%2.29
%11.45
%0
%48.63

Codes

Color #807483 in popluar color models

807483
RGB128116131
HSL288°6.07%48.43%
HSB/HSV288°11.45%51.37%
CMYK2.29%11.45%0.00%
48.63%

Color #807483 in popluar number systems.

HEX807483
Decimal128116131
Binary10000000111010010000011
Octal200164203

Shades and tints

Shades of #807483

#807483
(128,116,131)
#756A78
(117,106,120)
#6A606D
(106,96,109)
#5F5662
(95,86,98)
#544C57
(84,76,87)
#49424C
(73,66,76)
#3E3841
(62,56,65)
#332E36
(51,46,54)
#28242B
(40,36,43)
#1D1A20
(29,26,32)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #807483

#807483
(128,116,131)
#8B808E
(139,128,142)
#968C99
(150,140,153)
#A198A4
(161,152,164)
#ACA4AF
(172,164,175)
#B7B0BA
(183,176,186)
#C2BCC5
(194,188,197)
#CDC8D0
(205,200,208)
#D8D4DB
(216,212,219)
#E3E0E6
(227,224,230)
#EEECF1
(238,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807483; }

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

This text font color is #807483.


Background Color

.myBgColor { background-color: #807483; }

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

This div background color is #807483.


Border color

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

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

This div border color is #807483.


Opacity

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

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

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

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

This text has shadow with #807483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807483 on black background.


Color preview on white background

This text has color #807483 on white background.



Black color preview on #807483 background

This text has black color on #807483 background.


White color preview on #807483 background

This text has white color on #807483 background.