COLOR #721B13

HEX: #721B13
RGB: (114,27,19)

Color info

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

RGB color model

#721B13 color RGB value is (114,27,19).

  • red value is 114;
  • green value is 27;
  • blue value is 19.
RGB:
(114,27,19)
(45%,11%,7%)

RGB channels and saturation

R 114 of 255 = 45%
G 27 of 255 = 11%
B 19 of 255 = 7%

114
27
19

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

Portions of RGB colors in percentages

R + G + B =
114 + 27 + 19 = 160 (100%)
R 114 of 160 ~ 71.25%
G 27 of 160 ~ 16.88%
B 19 of 160 ~ 11.88%

%71.25
%16.88
%11.88

CMYK color model

#721B13 color CMYK value is (0,76,83,55).

  • cyan value is 0.00%
  • magenta value is 76.32%
  • yellow value is 83.33%
  • key color value is 55.29%
CMYK:
(0,76,83,55)
C0M76Y83K55 
(0%,76%,83%,55%)
(0.00/0.76/0.83/0.55)	

CMYK percentages

%0
%76.32
%83.33
%55.29

Codes

Color #721B13 in popluar color models

721B13
RGB1142719
HSL71.43%26.08%
HSB/HSV83.33%44.71%
CMYK0.00%76.32%83.33%
55.29%

Color #721B13 in popluar number systems.

HEX721B13
Decimal1142719
Binary11100101101110011
Octal1623323

Shades and tints

Shades of #721B13

#721B13
(114,27,19)
#681912
(104,25,18)
#5E1711
(94,23,17)
#541510
(84,21,16)
#4A130F
(74,19,15)
#40110E
(64,17,14)
#360F0D
(54,15,13)
#2C0D0C
(44,13,12)
#220B0B
(34,11,11)
#18090A
(24,9,10)
#0E0709
(14,7,9)
#000000
(0,0,0)

Tints of #721B13

#721B13
(114,27,19)
#7E2F28
(126,47,40)
#8A433D
(138,67,61)
#965752
(150,87,82)
#A26B67
(162,107,103)
#AE7F7C
(174,127,124)
#BA9391
(186,147,145)
#C6A7A6
(198,167,166)
#D2BBBB
(210,187,187)
#DECFD0
(222,207,208)
#EAE3E5
(234,227,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721B13 color. Also use rgb(114,27,19) instead hex code.

Text Font Color

.myTextColor { color: #721B13; }

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

This text font color is #721B13.


Background Color

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

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

This div background color is #721B13.


Border color

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

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

This div border color is #721B13.


Opacity

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

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

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

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

This text has shadow with #721B13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721B13 on black background.


Color preview on white background

This text has color #721B13 on white background.



Black color preview on #721B13 background

This text has black color on #721B13 background.


White color preview on #721B13 background

This text has white color on #721B13 background.