COLOR #721616

HEX: #721616
RGB: (114,22,22)

Color info

#721616 contains mainly red color. Web safe color of #721616 is #660000 (or #600).

RGB color model

#721616 color RGB value is (114,22,22).

  • red value is 114;
  • green value is 22;
  • blue value is 22.
RGB:
(114,22,22)
(45%,9%,9%)

RGB channels and saturation

R 114 of 255 = 45%
G 22 of 255 = 9%
B 22 of 255 = 9%

114
22
22

R + G + B ~ 21%. #721616 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 22 + 22 = 158 (100%)
R 114 of 158 ~ 72.15%
G 22 of 158 ~ 13.92%
B 22 of 158 ~ 13.92%

%72.15
%13.92
%13.92

CMYK color model

#721616 color CMYK value is (0,81,81,55).

  • cyan value is 0.00%
  • magenta value is 80.70%
  • yellow value is 80.70%
  • key color value is 55.29%
CMYK:
(0,81,81,55)
C0M81Y81K55 
(0%,81%,81%,55%)
(0.00/0.81/0.81/0.55)	

CMYK percentages

%0
%80.7
%80.7
%55.29

Codes

Color #721616 in popluar color models

721616
RGB1142222
HSL67.65%26.67%
HSB/HSV80.70%44.71%
CMYK0.00%80.70%80.70%
55.29%

Color #721616 in popluar number systems.

HEX721616
Decimal1142222
Binary11100101011010110
Octal1622626

Shades and tints

Shades of #721616

#721616
(114,22,22)
#681414
(104,20,20)
#5E1212
(94,18,18)
#541010
(84,16,16)
#4A0E0E
(74,14,14)
#400C0C
(64,12,12)
#360A0A
(54,10,10)
#2C0808
(44,8,8)
#220606
(34,6,6)
#180404
(24,4,4)
#0E0202
(14,2,2)
#000000
(0,0,0)

Tints of #721616

#721616
(114,22,22)
#7E2B2B
(126,43,43)
#8A4040
(138,64,64)
#965555
(150,85,85)
#A26A6A
(162,106,106)
#AE7F7F
(174,127,127)
#BA9494
(186,148,148)
#C6A9A9
(198,169,169)
#D2BEBE
(210,190,190)
#DED3D3
(222,211,211)
#EAE8E8
(234,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721616 color. Also use rgb(114,22,22) instead hex code.

Text Font Color

.myTextColor { color: #721616; }

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

This text font color is #721616.


Background Color

.myBgColor { background-color: #721616; }

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

This div background color is #721616.


Border color

.myBorderColor { border: 1px solid #721616; }

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

This div border color is #721616.


Opacity

.myOpacity80 { color: #721616; opacity: 0.8; }

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

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

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

This text has shadow with #721616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721616 on black background.


Color preview on white background

This text has color #721616 on white background.



Black color preview on #721616 background

This text has black color on #721616 background.


White color preview on #721616 background

This text has white color on #721616 background.