COLOR #80514C

HEX: #80514C RGB: (128,81,76)

Color info

#80514C contains red, green and blue colors in about the same proportion. Web safe color of #80514C is #666633 (or #663).

RGB color model

#80514C color RGB value is (128,81,76).

RGB: (128,81,76) (50%, 32%, 30%)

RGB channels and saturation

R 128 of 255 = 50%
G 81 of 255 = 32%
B 76 of 255 = 30%

128
81
76

R + G + B ~ 37%. #80514C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 81 + 76 = 285 (100%)
R 128 of 285 ~ 44.91%
G 81 of 285 ~ 28.42%
B 76 of 285 ~ 26.67'%

%44.91
%28.42
%26.67

CMYK color model

#80514C color CMYK value is (0,37,41,50).

  • cyan value is 0.00%
  • magenta value is 36.72%
  • yellow value is 40.63%
  • key color value is 49.80%

CMYK: (0,37,41,50)
C0M37Y41K50 (0%, 37%, 41%, 50%)
(0.00 / 0.37 / 0.41 / 0.50)

CMYK percentages

%0
%36.72
%40.63
%49.8

Codes

Color #80514C in popluar color models

80 51 4C
RGB 128 81 76
HSL 25.49% 40.00%
HSB/HSV 40.63% 50.20%
CMYK 0.00% 36.72% 40.63%
49.80%

Color #80514C in popluar number systems.

HEX 80 51 4C
Decimal 128 81 76
Binary 10000000 1010001 1001100
Octal 200 121 114

Shades and tints

Shades of #80514C

#80514C
(128,81,76)
#754A46
(117,74,70)
#6A4340
(106,67,64)
#5F3C3A
(95,60,58)
#543534
(84,53,52)
#492E2E
(73,46,46)
#3E2728
(62,39,40)
#332022
(51,32,34)
#28191C
(40,25,28)
#1D1216
(29,18,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #80514C

#80514C
(128,81,76)
#8B605C
(139,96,92)
#966F6C
(150,111,108)
#A17E7C
(161,126,124)
#AC8D8C
(172,141,140)
#B79C9C
(183,156,156)
#C2ABAC
(194,171,172)
#CDBABC
(205,186,188)
#D8C9CC
(216,201,204)
#E3D8DC
(227,216,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80514C color. Also use rgb(128,81,76) instead hex code.

Text Font Color

.myTextColor { color: #80514C; }

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

This text font color is #80514C.

Background Color

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

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

This div background color is #80514C.

Border color

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

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

This div border color is #80514C.

Opacity

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

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

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

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

This text has shadow with #80514C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80514C.

Preview

Color preview on black background

This text has color #80514C on black background.


Color preview on white background

This text has color #80514C on white background.


Black color preview on #80514C background

This text has black color on #80514C background.


White color preview on #80514C background

This text has white color on #80514C background.


Related colors

Complementary color

Complementary color for #hex is #7FAEB3.


I love getcolorcode.com

Triadic colors

1 #4C8051 and #514C80 with #80514C are triadic colors.

2 #4C5180 and #51804C with #80514C are triadic colors.