COLOR #80393D

HEX: #80393D
RGB: (128,57,61)

Color info

#80393D contains mainly red color. Web safe color of #80393D is #663333 (or #633).

RGB color model

#80393D color RGB value is (128,57,61).

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

RGB channels and saturation

R 128 of 255 = 50%
G 57 of 255 = 22%
B 61 of 255 = 24%

128
57
61

R + G + B ~ 32%. #80393D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
128 + 57 + 61 = 246 (100%)
R 128 of 246 ~ 52.03%
G 57 of 246 ~ 23.17%
B 61 of 246 ~ 24.8%

%52.03
%23.17
%24.8

CMYK color model

#80393D color CMYK value is (0,55,52,50).

  • cyan value is 0.00%
  • magenta value is 55.47%
  • yellow value is 52.34%
  • key color value is 49.80%
CMYK:
(0,55,52,50)
C0M55Y52K50 
(0%,55%,52%,50%)
(0.00/0.55/0.52/0.50)	

CMYK percentages

%0
%55.47
%52.34
%49.8

Codes

Color #80393D in popluar color models

80393D
RGB1285761
HSL357°38.38%36.27%
HSB/HSV357°55.47%50.20%
CMYK0.00%55.47%52.34%
49.80%

Color #80393D in popluar number systems.

HEX80393D
Decimal1285761
Binary10000000111001111101
Octal2007175

Shades and tints

Shades of #80393D

#80393D
(128,57,61)
#753438
(117,52,56)
#6A2F33
(106,47,51)
#5F2A2E
(95,42,46)
#542529
(84,37,41)
#492024
(73,32,36)
#3E1B1F
(62,27,31)
#33161A
(51,22,26)
#281115
(40,17,21)
#1D0C10
(29,12,16)
#12070B
(18,7,11)
#000000
(0,0,0)

Tints of #80393D

#80393D
(128,57,61)
#8B4B4E
(139,75,78)
#965D5F
(150,93,95)
#A16F70
(161,111,112)
#AC8181
(172,129,129)
#B79392
(183,147,146)
#C2A5A3
(194,165,163)
#CDB7B4
(205,183,180)
#D8C9C5
(216,201,197)
#E3DBD6
(227,219,214)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80393D color. Also use rgb(128,57,61) instead hex code.

Text Font Color

.myTextColor { color: #80393D; }

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

This text font color is #80393D.


Background Color

.myBgColor { background-color: #80393D; }

<div style="background-color:#80393D">Inner text</div>

This div background color is #80393D.


Border color

.myBorderColor { border: 1px solid #80393D; }

<div style="border:3px solid #80393D">Div</div>

This div border color is #80393D.


Opacity

.myOpacity80 { color: #80393D; opacity: 0.8; }

<p style="color:#80393D;opacity:0.8;">80%</p>

Text with #80393D 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 #80393D;}

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

This text has shadow with #80393D color.

.textShadow {text-shadow: 3px 3px 1px #80393D, 3px 3px 1px red;}

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

This text has shadow with #80393D primary color and red secondary color.


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

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

This text has shadow with #80393D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80393D on black background.


Color preview on white background

This text has color #80393D on white background.



Black color preview on #80393D background

This text has black color on #80393D background.


White color preview on #80393D background

This text has white color on #80393D background.