COLOR #807383

HEX: #807383
RGB: (128,115,131)

Color info

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

RGB color model

#807383 color RGB value is (128,115,131).

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

RGB channels and saturation

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

128
115
131

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

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 131 = 374 (100%)
R 128 of 374 ~ 34.22%
G 115 of 374 ~ 30.75%
B 131 of 374 ~ 35.03%

%34.22
%30.75
%35.03

CMYK color model

#807383 color CMYK value is (2,12,0,49).

  • cyan value is 2.29%
  • magenta value is 12.21%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(2,12,0,49)
C2M12Y0K49 
(2%,12%,0%,49%)
(0.02/0.12/0.00/0.49)	

CMYK percentages

%2.29
%12.21
%0
%48.63

Codes

Color #807383 in popluar color models

807383
RGB128115131
HSL289°6.50%48.24%
HSB/HSV289°12.21%51.37%
CMYK2.29%12.21%0.00%
48.63%

Color #807383 in popluar number systems.

HEX807383
Decimal128115131
Binary10000000111001110000011
Octal200163203

Shades and tints

Shades of #807383

#807383
(128,115,131)
#756978
(117,105,120)
#6A5F6D
(106,95,109)
#5F5562
(95,85,98)
#544B57
(84,75,87)
#49414C
(73,65,76)
#3E3741
(62,55,65)
#332D36
(51,45,54)
#28232B
(40,35,43)
#1D1920
(29,25,32)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #807383

#807383
(128,115,131)
#8B7F8E
(139,127,142)
#968B99
(150,139,153)
#A197A4
(161,151,164)
#ACA3AF
(172,163,175)
#B7AFBA
(183,175,186)
#C2BBC5
(194,187,197)
#CDC7D0
(205,199,208)
#D8D3DB
(216,211,219)
#E3DFE6
(227,223,230)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807383; }

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

This text font color is #807383.


Background Color

.myBgColor { background-color: #807383; }

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

This div background color is #807383.


Border color

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

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

This div border color is #807383.


Opacity

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

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

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

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

This text has shadow with #807383 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807383 on black background.


Color preview on white background

This text has color #807383 on white background.



Black color preview on #807383 background

This text has black color on #807383 background.


White color preview on #807383 background

This text has white color on #807383 background.