COLOR #721D3B

HEX: #721D3B
RGB: (114,29,59)

Color info

#721D3B contains mainly red and blue colors. Web safe color of #721D3B is #663333 (or #633).

RGB color model

#721D3B color RGB value is (114,29,59).

  • red value is 114;
  • green value is 29;
  • blue value is 59.
RGB:
(114,29,59)
(45%,11%,23%)

RGB channels and saturation

R 114 of 255 = 45%
G 29 of 255 = 11%
B 59 of 255 = 23%

114
29
59

R + G + B ~ 26%. #721D3B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 29 + 59 = 202 (100%)
R 114 of 202 ~ 56.44%
G 29 of 202 ~ 14.36%
B 59 of 202 ~ 29.21%

%56.44
%14.36
%29.21

CMYK color model

#721D3B color CMYK value is (0,75,48,55).

  • cyan value is 0.00%
  • magenta value is 74.56%
  • yellow value is 48.25%
  • key color value is 55.29%
CMYK:
(0,75,48,55)
C0M75Y48K55 
(0%,75%,48%,55%)
(0.00/0.75/0.48/0.55)	

CMYK percentages

%0
%74.56
%48.25
%55.29

Codes

Color #721D3B in popluar color models

721D3B
RGB1142959
HSL339°59.44%28.04%
HSB/HSV339°74.56%44.71%
CMYK0.00%74.56%48.25%
55.29%

Color #721D3B in popluar number systems.

HEX721D3B
Decimal1142959
Binary111001011101111011
Octal1623573

Shades and tints

Shades of #721D3B

#721D3B
(114,29,59)
#681B36
(104,27,54)
#5E1931
(94,25,49)
#54172C
(84,23,44)
#4A1527
(74,21,39)
#401322
(64,19,34)
#36111D
(54,17,29)
#2C0F18
(44,15,24)
#220D13
(34,13,19)
#180B0E
(24,11,14)
#0E0909
(14,9,9)
#000000
(0,0,0)

Tints of #721D3B

#721D3B
(114,29,59)
#7E314C
(126,49,76)
#8A455D
(138,69,93)
#96596E
(150,89,110)
#A26D7F
(162,109,127)
#AE8190
(174,129,144)
#BA95A1
(186,149,161)
#C6A9B2
(198,169,178)
#D2BDC3
(210,189,195)
#DED1D4
(222,209,212)
#EAE5E5
(234,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721D3B color. Also use rgb(114,29,59) instead hex code.

Text Font Color

.myTextColor { color: #721D3B; }

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

This text font color is #721D3B.


Background Color

.myBgColor { background-color: #721D3B; }

<div style="background-color:#721D3B">Inner text</div>

This div background color is #721D3B.


Border color

.myBorderColor { border: 1px solid #721D3B; }

<div style="border:3px solid #721D3B">Div</div>

This div border color is #721D3B.


Opacity

.myOpacity80 { color: #721D3B; opacity: 0.8; }

<p style="color:#721D3B;opacity:0.8;">80%</p>

Text with #721D3B 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 #721D3B;}

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

This text has shadow with #721D3B color.

.textShadow {text-shadow: 3px 3px 1px #721D3B, 3px 3px 1px red;}

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

This text has shadow with #721D3B primary color and red secondary color.


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

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

This text has shadow with #721D3B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721D3B on black background.


Color preview on white background

This text has color #721D3B on white background.



Black color preview on #721D3B background

This text has black color on #721D3B background.


White color preview on #721D3B background

This text has white color on #721D3B background.