COLOR #80737C

HEX: #80737C
RGB: (128,115,124)

Color info

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

RGB color model

#80737C color RGB value is (128,115,124).

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

RGB channels and saturation

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

128
115
124

R + G + B ~ 48%. #80737C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 115 + 124 = 367 (100%)
R 128 of 367 ~ 34.88%
G 115 of 367 ~ 31.34%
B 124 of 367 ~ 33.79%

%34.88
%31.34
%33.79

CMYK color model

#80737C color CMYK value is (0,10,3,50).

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

CMYK percentages

%0
%10.16
%3.12
%49.8

Codes

Color #80737C in popluar color models

80737C
RGB128115124
HSL318°5.35%47.65%
HSB/HSV318°10.16%50.20%
CMYK0.00%10.16%3.12%
49.80%

Color #80737C in popluar number systems.

HEX80737C
Decimal128115124
Binary1000000011100111111100
Octal200163174

Shades and tints

Shades of #80737C

#80737C
(128,115,124)
#756971
(117,105,113)
#6A5F66
(106,95,102)
#5F555B
(95,85,91)
#544B50
(84,75,80)
#494145
(73,65,69)
#3E373A
(62,55,58)
#332D2F
(51,45,47)
#282324
(40,35,36)
#1D1919
(29,25,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #80737C

#80737C
(128,115,124)
#8B7F87
(139,127,135)
#968B92
(150,139,146)
#A1979D
(161,151,157)
#ACA3A8
(172,163,168)
#B7AFB3
(183,175,179)
#C2BBBE
(194,187,190)
#CDC7C9
(205,199,201)
#D8D3D4
(216,211,212)
#E3DFDF
(227,223,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #80737C; }

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

This text font color is #80737C.


Background Color

.myBgColor { background-color: #80737C; }

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

This div background color is #80737C.


Border color

.myBorderColor { border: 1px solid #80737C; }

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

This div border color is #80737C.


Opacity

.myOpacity80 { color: #80737C; opacity: 0.8; }

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

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

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

This text has shadow with #80737C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80737C on black background.


Color preview on white background

This text has color #80737C on white background.



Black color preview on #80737C background

This text has black color on #80737C background.


White color preview on #80737C background

This text has white color on #80737C background.