COLOR #721E28

HEX: #721E28
RGB: (114,30,40)

Color info

#721E28 contains mainly red color. Web safe color of #721E28 is #663333 (or #633).

RGB color model

#721E28 color RGB value is (114,30,40).

  • red value is 114;
  • green value is 30;
  • blue value is 40.
RGB:
(114,30,40)
(45%,12%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 30 of 255 = 12%
B 40 of 255 = 16%

114
30
40

R + G + B ~ 24%. #721E28 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 30 + 40 = 184 (100%)
R 114 of 184 ~ 61.96%
G 30 of 184 ~ 16.3%
B 40 of 184 ~ 21.74%

%61.96
%16.3
%21.74

CMYK color model

#721E28 color CMYK value is (0,74,65,55).

  • cyan value is 0.00%
  • magenta value is 73.68%
  • yellow value is 64.91%
  • key color value is 55.29%
CMYK:
(0,74,65,55)
C0M74Y65K55 
(0%,74%,65%,55%)
(0.00/0.74/0.65/0.55)	

CMYK percentages

%0
%73.68
%64.91
%55.29

Codes

Color #721E28 in popluar color models

721E28
RGB1143040
HSL353°58.33%28.24%
HSB/HSV353°73.68%44.71%
CMYK0.00%73.68%64.91%
55.29%

Color #721E28 in popluar number systems.

HEX721E28
Decimal1143040
Binary111001011110101000
Octal1623650

Shades and tints

Shades of #721E28

#721E28
(114,30,40)
#681C25
(104,28,37)
#5E1A22
(94,26,34)
#54181F
(84,24,31)
#4A161C
(74,22,28)
#401419
(64,20,25)
#361216
(54,18,22)
#2C1013
(44,16,19)
#220E10
(34,14,16)
#180C0D
(24,12,13)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #721E28

#721E28
(114,30,40)
#7E323B
(126,50,59)
#8A464E
(138,70,78)
#965A61
(150,90,97)
#A26E74
(162,110,116)
#AE8287
(174,130,135)
#BA969A
(186,150,154)
#C6AAAD
(198,170,173)
#D2BEC0
(210,190,192)
#DED2D3
(222,210,211)
#EAE6E6
(234,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #721E28 color. Also use rgb(114,30,40) instead hex code.

Text Font Color

.myTextColor { color: #721E28; }

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

This text font color is #721E28.


Background Color

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

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

This div background color is #721E28.


Border color

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

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

This div border color is #721E28.


Opacity

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

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

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

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

This text has shadow with #721E28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721E28 on black background.


Color preview on white background

This text has color #721E28 on white background.



Black color preview on #721E28 background

This text has black color on #721E28 background.


White color preview on #721E28 background

This text has white color on #721E28 background.