COLOR #807373

HEX: #807373
RGB: (128,115,115)

Color info

#807373 contains red, green and blue colors in about the same proportion. Web safe color of #807373 is #666666 (or #666).

RGB color model

#807373 color RGB value is (128,115,115).

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

RGB channels and saturation

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

128
115
115

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

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 115 = 358 (100%)
R 128 of 358 ~ 35.75%
G 115 of 358 ~ 32.12%
B 115 of 358 ~ 32.12%

%35.75
%32.12
%32.12

CMYK color model

#807373 color CMYK value is (0,10,10,50).

  • cyan value is 0.00%
  • magenta value is 10.16%
  • yellow value is 10.16%
  • key color value is 49.80%
CMYK:
(0,10,10,50)
C0M10Y10K50 
(0%,10%,10%,50%)
(0.00/0.10/0.10/0.50)	

CMYK percentages

%0
%10.16
%10.16
%49.8

Codes

Color #807373 in popluar color models

807373
RGB128115115
HSL5.35%47.65%
HSB/HSV10.16%50.20%
CMYK0.00%10.16%10.16%
49.80%

Color #807373 in popluar number systems.

HEX807373
Decimal128115115
Binary1000000011100111110011
Octal200163163

Shades and tints

Shades of #807373

#807373
(128,115,115)
#756969
(117,105,105)
#6A5F5F
(106,95,95)
#5F5555
(95,85,85)
#544B4B
(84,75,75)
#494141
(73,65,65)
#3E3737
(62,55,55)
#332D2D
(51,45,45)
#282323
(40,35,35)
#1D1919
(29,25,25)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #807373

#807373
(128,115,115)
#8B7F7F
(139,127,127)
#968B8B
(150,139,139)
#A19797
(161,151,151)
#ACA3A3
(172,163,163)
#B7AFAF
(183,175,175)
#C2BBBB
(194,187,187)
#CDC7C7
(205,199,199)
#D8D3D3
(216,211,211)
#E3DFDF
(227,223,223)
#EEEBEB
(238,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #807373; }

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

This text font color is #807373.


Background Color

.myBgColor { background-color: #807373; }

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

This div background color is #807373.


Border color

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

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

This div border color is #807373.


Opacity

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

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

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

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

This text has shadow with #807373 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807373 on black background.


Color preview on white background

This text has color #807373 on white background.



Black color preview on #807373 background

This text has black color on #807373 background.


White color preview on #807373 background

This text has white color on #807373 background.