COLOR #80513B

HEX: #80513B RGB: (128,81,59)

Color info

#80513B contains mainly red and green colors. Web safe color of #80513B is #666633 (or #663).

RGB color model

#80513B color RGB value is (128,81,59).

RGB: (128,81,59) (50%, 32%, 23%)

RGB channels and saturation

R 128 of 255 = 50%
G 81 of 255 = 32%
B 59 of 255 = 23%

128
81
59

R + G + B ~ 35%. #80513B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 81 + 59 = 268 (100%)
R 128 of 268 ~ 47.76%
G 81 of 268 ~ 30.22%
B 59 of 268 ~ 22.01'%

%47.76
%30.22
%22.01

CMYK color model

#80513B color CMYK value is (0,37,54,50).

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

CMYK: (0,37,54,50)
C0M37Y54K50 (0%, 37%, 54%, 50%)
(0.00 / 0.37 / 0.54 / 0.50)

CMYK percentages

%0
%36.72
%53.91
%49.8

Codes

Color #80513B in popluar color models

80 51 3B
RGB 128 81 59
HSL 19° 36.90% 36.67%
HSB/HSV 19° 53.91% 50.20%
CMYK 0.00% 36.72% 53.91%
49.80%

Color #80513B in popluar number systems.

HEX 80 51 3B
Decimal 128 81 59
Binary 10000000 1010001 111011
Octal 200 121 73

Shades and tints

Shades of #80513B

#80513B
(128,81,59)
#754A36
(117,74,54)
#6A4331
(106,67,49)
#5F3C2C
(95,60,44)
#543527
(84,53,39)
#492E22
(73,46,34)
#3E271D
(62,39,29)
#332018
(51,32,24)
#281913
(40,25,19)
#1D120E
(29,18,14)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #80513B

#80513B
(128,81,59)
#8B604C
(139,96,76)
#966F5D
(150,111,93)
#A17E6E
(161,126,110)
#AC8D7F
(172,141,127)
#B79C90
(183,156,144)
#C2ABA1
(194,171,161)
#CDBAB2
(205,186,178)
#D8C9C3
(216,201,195)
#E3D8D4
(227,216,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80513B color. Also use rgb(128,81,59) instead hex code.

Text Font Color

.myTextColor { color: #80513B; }

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

This text font color is #80513B.

Background Color

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

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

This div background color is #80513B.

Border color

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

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

This div border color is #80513B.

Opacity

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

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

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

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

This text has shadow with #80513B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80513B.

Preview

Color preview on black background

This text has color #80513B on black background.


Color preview on white background

This text has color #80513B on white background.


Black color preview on #80513B background

This text has black color on #80513B background.


White color preview on #80513B background

This text has white color on #80513B background.


Related colors

Complementary color

Complementary color for #hex is #7FAEC4.


I love getcolorcode.com

Triadic colors

1 #3B8051 and #513B80 with #80513B are triadic colors.

2 #3B5180 and #51803B with #80513B are triadic colors.