COLOR #80373C

HEX: #80373C
RGB: (128,55,60)

Color info

#80373C contains mainly red color. Web safe color of #80373C is #663333 (or #633).

RGB color model

#80373C color RGB value is (128,55,60).

  • red value is 128;
  • green value is 55;
  • blue value is 60.
RGB:
(128,55,60)
(50%,22%,24%)

RGB channels and saturation

R 128 of 255 = 50%
G 55 of 255 = 22%
B 60 of 255 = 24%

128
55
60

R + G + B ~ 32%. #80373C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 55 + 60 = 243 (100%)
R 128 of 243 ~ 52.67%
G 55 of 243 ~ 22.63%
B 60 of 243 ~ 24.69%

%52.67
%22.63
%24.69

CMYK color model

#80373C color CMYK value is (0,57,53,50).

  • cyan value is 0.00%
  • magenta value is 57.03%
  • yellow value is 53.13%
  • key color value is 49.80%
CMYK:
(0,57,53,50)
C0M57Y53K50 
(0%,57%,53%,50%)
(0.00/0.57/0.53/0.50)	

CMYK percentages

%0
%57.03
%53.13
%49.8

Codes

Color #80373C in popluar color models

80373C
RGB1285560
HSL356°39.89%35.88%
HSB/HSV356°57.03%50.20%
CMYK0.00%57.03%53.13%
49.80%

Color #80373C in popluar number systems.

HEX80373C
Decimal1285560
Binary10000000110111111100
Octal2006774

Shades and tints

Shades of #80373C

#80373C
(128,55,60)
#753237
(117,50,55)
#6A2D32
(106,45,50)
#5F282D
(95,40,45)
#542328
(84,35,40)
#491E23
(73,30,35)
#3E191E
(62,25,30)
#331419
(51,20,25)
#280F14
(40,15,20)
#1D0A0F
(29,10,15)
#12050A
(18,5,10)
#000000
(0,0,0)

Tints of #80373C

#80373C
(128,55,60)
#8B494D
(139,73,77)
#965B5E
(150,91,94)
#A16D6F
(161,109,111)
#AC7F80
(172,127,128)
#B79191
(183,145,145)
#C2A3A2
(194,163,162)
#CDB5B3
(205,181,179)
#D8C7C4
(216,199,196)
#E3D9D5
(227,217,213)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80373C color. Also use rgb(128,55,60) instead hex code.

Text Font Color

.myTextColor { color: #80373C; }

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

This text font color is #80373C.


Background Color

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

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

This div background color is #80373C.


Border color

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

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

This div border color is #80373C.


Opacity

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

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

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

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

This text has shadow with #80373C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80373C on black background.


Color preview on white background

This text has color #80373C on white background.



Black color preview on #80373C background

This text has black color on #80373C background.


White color preview on #80373C background

This text has white color on #80373C background.