COLOR #80474B

HEX: #80474B
RGB: (128,71,75)

Color info

#80474B contains red, green and blue colors in about the same proportion. Web safe color of #80474B is #663333 (or #633).

RGB color model

#80474B color RGB value is (128,71,75).

  • red value is 128;
  • green value is 71;
  • blue value is 75.
RGB:
(128,71,75)
(50%,28%,29%)

RGB channels and saturation

R 128 of 255 = 50%
G 71 of 255 = 28%
B 75 of 255 = 29%

128
71
75

R + G + B ~ 36%. #80474B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 71 + 75 = 274 (100%)
R 128 of 274 ~ 46.72%
G 71 of 274 ~ 25.91%
B 75 of 274 ~ 27.37%

%46.72
%25.91
%27.37

CMYK color model

#80474B color CMYK value is (0,45,41,50).

  • cyan value is 0.00%
  • magenta value is 44.53%
  • yellow value is 41.41%
  • key color value is 49.80%
CMYK:
(0,45,41,50)
C0M45Y41K50 
(0%,45%,41%,50%)
(0.00/0.45/0.41/0.50)	

CMYK percentages

%0
%44.53
%41.41
%49.8

Codes

Color #80474B in popluar color models

80474B
RGB1287175
HSL356°28.64%39.02%
HSB/HSV356°44.53%50.20%
CMYK0.00%44.53%41.41%
49.80%

Color #80474B in popluar number systems.

HEX80474B
Decimal1287175
Binary1000000010001111001011
Octal200107113

Shades and tints

Shades of #80474B

#80474B
(128,71,75)
#754145
(117,65,69)
#6A3B3F
(106,59,63)
#5F3539
(95,53,57)
#542F33
(84,47,51)
#49292D
(73,41,45)
#3E2327
(62,35,39)
#331D21
(51,29,33)
#28171B
(40,23,27)
#1D1115
(29,17,21)
#120B0F
(18,11,15)
#000000
(0,0,0)

Tints of #80474B

#80474B
(128,71,75)
#8B575B
(139,87,91)
#96676B
(150,103,107)
#A1777B
(161,119,123)
#AC878B
(172,135,139)
#B7979B
(183,151,155)
#C2A7AB
(194,167,171)
#CDB7BB
(205,183,187)
#D8C7CB
(216,199,203)
#E3D7DB
(227,215,219)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80474B color. Also use rgb(128,71,75) instead hex code.

Text Font Color

.myTextColor { color: #80474B; }

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

This text font color is #80474B.


Background Color

.myBgColor { background-color: #80474B; }

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

This div background color is #80474B.


Border color

.myBorderColor { border: 1px solid #80474B; }

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

This div border color is #80474B.


Opacity

.myOpacity80 { color: #80474B; opacity: 0.8; }

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

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

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

This text has shadow with #80474B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80474B on black background.


Color preview on white background

This text has color #80474B on white background.



Black color preview on #80474B background

This text has black color on #80474B background.


White color preview on #80474B background

This text has white color on #80474B background.