COLOR #721730

HEX: #721730
RGB: (114,23,48)

Color info

#721730 contains mainly red color. Web safe color of #721730 is #660033 (or #603).

RGB color model

#721730 color RGB value is (114,23,48).

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

RGB channels and saturation

R 114 of 255 = 45%
G 23 of 255 = 9%
B 48 of 255 = 19%

114
23
48

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

Portions of RGB colors in percentages

R + G + B =
114 + 23 + 48 = 185 (100%)
R 114 of 185 ~ 61.62%
G 23 of 185 ~ 12.43%
B 48 of 185 ~ 25.95%

%61.62
%12.43
%25.95

CMYK color model

#721730 color CMYK value is (0,80,58,55).

  • cyan value is 0.00%
  • magenta value is 79.82%
  • yellow value is 57.89%
  • key color value is 55.29%
CMYK:
(0,80,58,55)
C0M80Y58K55 
(0%,80%,58%,55%)
(0.00/0.80/0.58/0.55)	

CMYK percentages

%0
%79.82
%57.89
%55.29

Codes

Color #721730 in popluar color models

721730
RGB1142348
HSL344°66.42%26.86%
HSB/HSV344°79.82%44.71%
CMYK0.00%79.82%57.89%
55.29%

Color #721730 in popluar number systems.

HEX721730
Decimal1142348
Binary111001010111110000
Octal1622760

Shades and tints

Shades of #721730

#721730
(114,23,48)
#68152C
(104,21,44)
#5E1328
(94,19,40)
#541124
(84,17,36)
#4A0F20
(74,15,32)
#400D1C
(64,13,28)
#360B18
(54,11,24)
#2C0914
(44,9,20)
#220710
(34,7,16)
#18050C
(24,5,12)
#0E0308
(14,3,8)
#000000
(0,0,0)

Tints of #721730

#721730
(114,23,48)
#7E2C42
(126,44,66)
#8A4154
(138,65,84)
#965666
(150,86,102)
#A26B78
(162,107,120)
#AE808A
(174,128,138)
#BA959C
(186,149,156)
#C6AAAE
(198,170,174)
#D2BFC0
(210,191,192)
#DED4D2
(222,212,210)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #721730; }

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

This text font color is #721730.


Background Color

.myBgColor { background-color: #721730; }

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

This div background color is #721730.


Border color

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

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

This div border color is #721730.


Opacity

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

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

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

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

This text has shadow with #721730 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #721730 on black background.


Color preview on white background

This text has color #721730 on white background.



Black color preview on #721730 background

This text has black color on #721730 background.


White color preview on #721730 background

This text has white color on #721730 background.