COLOR #80332F

HEX: #80332F RGB: (128,51,47)

Color info

#80332F contains mainly red color. Web safe color of #80332F is #663333 (or #633).

RGB color model

#80332F color RGB value is (128,51,47).

RGB: (128,51,47) (50%, 20%, 18%)

RGB channels and saturation

R 128 of 255 = 50%
G 51 of 255 = 20%
B 47 of 255 = 18%

128
51
47

R + G + B ~ 29%. #80332F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 128 + 51 + 47 = 226 (100%)
R 128 of 226 ~ 56.64%
G 51 of 226 ~ 22.57%
B 47 of 226 ~ 20.8'%

%56.64
%22.57
%20.8

CMYK color model

#80332F color CMYK value is (0,60,63,50).

  • cyan value is 0.00%
  • magenta value is 60.16%
  • yellow value is 63.28%
  • key color value is 49.80%

CMYK: (0,60,63,50)
C0M60Y63K50 (0%, 60%, 63%, 50%)
(0.00 / 0.60 / 0.63 / 0.50)

CMYK percentages

%0
%60.16
%63.28
%49.8

Codes

Color #80332F in popluar color models

80 33 2F
RGB 128 51 47
HSL 46.29% 34.31%
HSB/HSV 63.28% 50.20%
CMYK 0.00% 60.16% 63.28%
49.80%

Color #80332F in popluar number systems.

HEX 80 33 2F
Decimal 128 51 47
Binary 10000000 110011 101111
Octal 200 63 57

Shades and tints

Shades of #80332F

#80332F
(128,51,47)
#752F2B
(117,47,43)
#6A2B27
(106,43,39)
#5F2723
(95,39,35)
#54231F
(84,35,31)
#491F1B
(73,31,27)
#3E1B17
(62,27,23)
#331713
(51,23,19)
#28130F
(40,19,15)
#1D0F0B
(29,15,11)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #80332F

#80332F
(128,51,47)
#8B4541
(139,69,65)
#965753
(150,87,83)
#A16965
(161,105,101)
#AC7B77
(172,123,119)
#B78D89
(183,141,137)
#C29F9B
(194,159,155)
#CDB1AD
(205,177,173)
#D8C3BF
(216,195,191)
#E3D5D1
(227,213,209)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80332F color. Also use rgb(128,51,47) instead hex code.

Text Font Color

.myTextColor { color: #80332F; }

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

This text font color is #80332F.

Background Color

.myBgColor { background-color: #80332F; }

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

This div background color is #80332F.

Border color

.myBorderColor { border: 1px solid #80332F; }

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

This div border color is #80332F.

Opacity

.myOpacity80 { color: #80332F; opacity: 0.8; }

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

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

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

This text has shadow with #80332F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #80332F.

Preview

Color preview on black background

This text has color #80332F on black background.


Color preview on white background

This text has color #80332F on white background.


Black color preview on #80332F background

This text has black color on #80332F background.


White color preview on #80332F background

This text has white color on #80332F background.


Related colors

Complementary color

Complementary color for #hex is #7FCCD0.


I love getcolorcode.com

Triadic colors

1 #2F8033 and #332F80 with #80332F are triadic colors.

2 #2F3380 and #33802F with #80332F are triadic colors.