COLOR #720039

HEX: #720039
RGB: (114,0,57)

Color info

#720039 contains only red and blue colors. Web safe color of #720039 is #660033 (or #603).

RGB color model

#720039 color RGB value is (114,0,57).

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

RGB channels and saturation

R 114 of 255 = 45%
G 0 of 255 = 0%
B 57 of 255 = 22%

114
0
57

R + G + B ~ 22%. #720039 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 0 + 57 = 171 (100%)
R 114 of 171 ~ 66.67%
G 0 of 171 ~ 0%
B 57 of 171 ~ 33.33%

%66.67
%33.33

CMYK color model

#720039 color CMYK value is (0,100,50,55).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(0,100,50,55)
C0M100Y50K55 
(0%,100%,50%,55%)
(0.00/1.00/0.50/0.55)	

CMYK percentages

%0
%100
%50
%55.29

Codes

Color #720039 in popluar color models

720039
RGB114057
HSL330°100.00%22.35%
HSB/HSV330°100.00%44.71%
CMYK0.00%100.00%50.00%
55.29%

Color #720039 in popluar number systems.

HEX720039
Decimal114057
Binary11100100111001
Octal162071

Shades and tints

Shades of #720039

#720039
(114,0,57)
#680034
(104,0,52)
#5E002F
(94,0,47)
#54002A
(84,0,42)
#4A0025
(74,0,37)
#400020
(64,0,32)
#36001B
(54,0,27)
#2C0016
(44,0,22)
#220011
(34,0,17)
#18000C
(24,0,12)
#0E0007
(14,0,7)
#000000
(0,0,0)

Tints of #720039

#720039
(114,0,57)
#7E174B
(126,23,75)
#8A2E5D
(138,46,93)
#96456F
(150,69,111)
#A25C81
(162,92,129)
#AE7393
(174,115,147)
#BA8AA5
(186,138,165)
#C6A1B7
(198,161,183)
#D2B8C9
(210,184,201)
#DECFDB
(222,207,219)
#EAE6ED
(234,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #720039; }

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

This text font color is #720039.


Background Color

.myBgColor { background-color: #720039; }

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

This div background color is #720039.


Border color

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

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

This div border color is #720039.


Opacity

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

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

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

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

This text has shadow with #720039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720039 on black background.


Color preview on white background

This text has color #720039 on white background.



Black color preview on #720039 background

This text has black color on #720039 background.


White color preview on #720039 background

This text has white color on #720039 background.