COLOR #720309

HEX: #720309
RGB: (114,3,9)

Color info

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

RGB color model

#720309 color RGB value is (114,3,9).

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

RGB channels and saturation

R 114 of 255 = 45%
G 3 of 255 = 1%
B 9 of 255 = 4%

114
3
9

R + G + B ~ 17%. #720309 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 3 + 9 = 126 (100%)
R 114 of 126 ~ 90.48%
G 3 of 126 ~ 2.38%
B 9 of 126 ~ 7.14%

%90.48

CMYK color model

#720309 color CMYK value is (0,97,92,55).

  • cyan value is 0.00%
  • magenta value is 97.37%
  • yellow value is 92.11%
  • key color value is 55.29%
CMYK:
(0,97,92,55)
C0M97Y92K55 
(0%,97%,92%,55%)
(0.00/0.97/0.92/0.55)	

CMYK percentages

%0
%97.37
%92.11
%55.29

Codes

Color #720309 in popluar color models

720309
RGB11439
HSL357°94.87%22.94%
HSB/HSV357°97.37%44.71%
CMYK0.00%97.37%92.11%
55.29%

Color #720309 in popluar number systems.

HEX720309
Decimal11439
Binary1110010111001
Octal162311

Shades and tints

Shades of #720309

#720309
(114,3,9)
#680309
(104,3,9)
#5E0309
(94,3,9)
#540309
(84,3,9)
#4A0309
(74,3,9)
#400309
(64,3,9)
#360309
(54,3,9)
#2C0309
(44,3,9)
#220309
(34,3,9)
#180309
(24,3,9)
#0E0309
(14,3,9)
#000000
(0,0,0)

Tints of #720309

#720309
(114,3,9)
#7E191F
(126,25,31)
#8A2F35
(138,47,53)
#96454B
(150,69,75)
#A25B61
(162,91,97)
#AE7177
(174,113,119)
#BA878D
(186,135,141)
#C69DA3
(198,157,163)
#D2B3B9
(210,179,185)
#DEC9CF
(222,201,207)
#EADFE5
(234,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #720309; }

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

This text font color is #720309.


Background Color

.myBgColor { background-color: #720309; }

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

This div background color is #720309.


Border color

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

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

This div border color is #720309.


Opacity

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

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

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

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

This text has shadow with #720309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #720309 on black background.


Color preview on white background

This text has color #720309 on white background.



Black color preview on #720309 background

This text has black color on #720309 background.


White color preview on #720309 background

This text has white color on #720309 background.