COLOR #721F00

HEX: #721F00
RGB: (114,31,0)

Color info

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

RGB color model

#721F00 color RGB value is (114,31,0).

  • red value is 114;
  • green value is 31;
  • blue value is 0.
RGB:
(114,31,0)
(45%,12%,0%)

RGB channels and saturation

R 114 of 255 = 45%
G 31 of 255 = 12%
B 0 of 255 = 0%

114
31
0

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

Portions of RGB colors in percentages

R + G + B =
114 + 31 + 0 = 145 (100%)
R 114 of 145 ~ 78.62%
G 31 of 145 ~ 21.38%
B 0 of 145 ~ 0%

%78.62
%21.38

CMYK color model

#721F00 color CMYK value is (0,73,100,55).

  • cyan value is 0.00%
  • magenta value is 72.81%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(0,73,100,55)
C0M73Y100K55 
(0%,73%,100%,55%)
(0.00/0.73/1.00/0.55)	

CMYK percentages

%0
%72.81
%100
%55.29

Codes

Color #721F00 in popluar color models

721F00
RGB114310
HSL16°100.00%22.35%
HSB/HSV16°100.00%44.71%
CMYK0.00%72.81%100.00%
55.29%

Color #721F00 in popluar number systems.

HEX721F00
Decimal114310
Binary1110010111110
Octal162370

Shades and tints

Shades of #721F00

#721F00
(114,31,0)
#681D00
(104,29,0)
#5E1B00
(94,27,0)
#541900
(84,25,0)
#4A1700
(74,23,0)
#401500
(64,21,0)
#361300
(54,19,0)
#2C1100
(44,17,0)
#220F00
(34,15,0)
#180D00
(24,13,0)
#0E0B00
(14,11,0)
#000000
(0,0,0)

Tints of #721F00

#721F00
(114,31,0)
#7E3317
(126,51,23)
#8A472E
(138,71,46)
#965B45
(150,91,69)
#A26F5C
(162,111,92)
#AE8373
(174,131,115)
#BA978A
(186,151,138)
#C6ABA1
(198,171,161)
#D2BFB8
(210,191,184)
#DED3CF
(222,211,207)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721F00 color. Also use rgb(114,31,0) instead hex code.

Text Font Color

.myTextColor { color: #721F00; }

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

This text font color is #721F00.


Background Color

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

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

This div background color is #721F00.


Border color

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

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

This div border color is #721F00.


Opacity

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

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

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

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

This text has shadow with #721F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721F00 on black background.


Color preview on white background

This text has color #721F00 on white background.



Black color preview on #721F00 background

This text has black color on #721F00 background.


White color preview on #721F00 background

This text has white color on #721F00 background.