COLOR #72301E

HEX: #72301E
RGB: (114,48,30)

Color info

#72301E contains mainly red color. Web safe color of #72301E is #663333 (or #633).

RGB color model

#72301E color RGB value is (114,48,30).

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

RGB channels and saturation

R 114 of 255 = 45%
G 48 of 255 = 19%
B 30 of 255 = 12%

114
48
30

R + G + B ~ 25%. #72301E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 48 + 30 = 192 (100%)
R 114 of 192 ~ 59.38%
G 48 of 192 ~ 25%
B 30 of 192 ~ 15.63%

%59.38
%25
%15.63

CMYK color model

#72301E color CMYK value is (0,58,74,55).

  • cyan value is 0.00%
  • magenta value is 57.89%
  • yellow value is 73.68%
  • key color value is 55.29%
CMYK:
(0,58,74,55)
C0M58Y74K55 
(0%,58%,74%,55%)
(0.00/0.58/0.74/0.55)	

CMYK percentages

%0
%57.89
%73.68
%55.29

Codes

Color #72301E in popluar color models

72301E
RGB1144830
HSL13°58.33%28.24%
HSB/HSV13°73.68%44.71%
CMYK0.00%57.89%73.68%
55.29%

Color #72301E in popluar number systems.

HEX72301E
Decimal1144830
Binary111001011000011110
Octal1626036

Shades and tints

Shades of #72301E

#72301E
(114,48,30)
#682C1C
(104,44,28)
#5E281A
(94,40,26)
#542418
(84,36,24)
#4A2016
(74,32,22)
#401C14
(64,28,20)
#361812
(54,24,18)
#2C1410
(44,20,16)
#22100E
(34,16,14)
#180C0C
(24,12,12)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #72301E

#72301E
(114,48,30)
#7E4232
(126,66,50)
#8A5446
(138,84,70)
#96665A
(150,102,90)
#A2786E
(162,120,110)
#AE8A82
(174,138,130)
#BA9C96
(186,156,150)
#C6AEAA
(198,174,170)
#D2C0BE
(210,192,190)
#DED2D2
(222,210,210)
#EAE4E6
(234,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72301E; }

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

This text font color is #72301E.


Background Color

.myBgColor { background-color: #72301E; }

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

This div background color is #72301E.


Border color

.myBorderColor { border: 1px solid #72301E; }

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

This div border color is #72301E.


Opacity

.myOpacity80 { color: #72301E; opacity: 0.8; }

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

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

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

This text has shadow with #72301E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72301E on black background.


Color preview on white background

This text has color #72301E on white background.



Black color preview on #72301E background

This text has black color on #72301E background.


White color preview on #72301E background

This text has white color on #72301E background.