COLOR #721D04

HEX: #721D04
RGB: (114,29,4)

Color info

#721D04 contains mainly red color. Web safe color of #721D04 is #663300 (or #630).

RGB color model

#721D04 color RGB value is (114,29,4).

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

RGB channels and saturation

R 114 of 255 = 45%
G 29 of 255 = 11%
B 4 of 255 = 2%

114
29
4

R + G + B ~ 19%. #721D04 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 29 + 4 = 147 (100%)
R 114 of 147 ~ 77.55%
G 29 of 147 ~ 19.73%
B 4 of 147 ~ 2.72%

%77.55
%19.73

CMYK color model

#721D04 color CMYK value is (0,75,96,55).

  • cyan value is 0.00%
  • magenta value is 74.56%
  • yellow value is 96.49%
  • key color value is 55.29%
CMYK:
(0,75,96,55)
C0M75Y96K55 
(0%,75%,96%,55%)
(0.00/0.75/0.96/0.55)	

CMYK percentages

%0
%74.56
%96.49
%55.29

Codes

Color #721D04 in popluar color models

721D04
RGB114294
HSL14°93.22%23.14%
HSB/HSV14°96.49%44.71%
CMYK0.00%74.56%96.49%
55.29%

Color #721D04 in popluar number systems.

HEX721D04
Decimal114294
Binary111001011101100
Octal162354

Shades and tints

Shades of #721D04

#721D04
(114,29,4)
#681B04
(104,27,4)
#5E1904
(94,25,4)
#541704
(84,23,4)
#4A1504
(74,21,4)
#401304
(64,19,4)
#361104
(54,17,4)
#2C0F04
(44,15,4)
#220D04
(34,13,4)
#180B04
(24,11,4)
#0E0904
(14,9,4)
#000000
(0,0,0)

Tints of #721D04

#721D04
(114,29,4)
#7E311A
(126,49,26)
#8A4530
(138,69,48)
#965946
(150,89,70)
#A26D5C
(162,109,92)
#AE8172
(174,129,114)
#BA9588
(186,149,136)
#C6A99E
(198,169,158)
#D2BDB4
(210,189,180)
#DED1CA
(222,209,202)
#EAE5E0
(234,229,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721D04; }

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

This text font color is #721D04.


Background Color

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

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

This div background color is #721D04.


Border color

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

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

This div border color is #721D04.


Opacity

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

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

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

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

This text has shadow with #721D04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721D04 on black background.


Color preview on white background

This text has color #721D04 on white background.



Black color preview on #721D04 background

This text has black color on #721D04 background.


White color preview on #721D04 background

This text has white color on #721D04 background.