COLOR #72401E

HEX: #72401E RGB: (114,64,30)

Color info

#72401E contains mainly red and green colors. Web safe color of #72401E is #663333 (or #633).

RGB color model

#72401E color RGB value is (114,64,30).

RGB: (114,64,30) (45%, 25%, 12%)

RGB channels and saturation

R 114 of 255 = 45%
G 64 of 255 = 25%
B 30 of 255 = 12%

114
64
30

R + G + B ~ 27%. #72401E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 64 + 30 = 208 (100%)
R 114 of 208 ~ 54.81%
G 64 of 208 ~ 30.77%
B 30 of 208 ~ 14.42'%

%54.81
%30.77
%14.42

CMYK color model

#72401E color CMYK value is (0,44,74,55).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 73.68%
  • key color value is 55.29%

CMYK: (0,44,74,55)
C0M44Y74K55 (0%, 44%, 74%, 55%)
(0.00 / 0.44 / 0.74 / 0.55)

CMYK percentages

%0
%43.86
%73.68
%55.29

Codes

Color #72401E in popluar color models

72 40 1E
RGB 114 64 30
HSL 24° 58.33% 28.24%
HSB/HSV 24° 73.68% 44.71%
CMYK 0.00% 43.86% 73.68%
55.29%

Color #72401E in popluar number systems.

HEX 72 40 1E
Decimal 114 64 30
Binary 1110010 1000000 11110
Octal 162 100 36

Shades and tints

Shades of #72401E

#72401E
(114,64,30)
#683B1C
(104,59,28)
#5E361A
(94,54,26)
#543118
(84,49,24)
#4A2C16
(74,44,22)
#402714
(64,39,20)
#362212
(54,34,18)
#2C1D10
(44,29,16)
#22180E
(34,24,14)
#18130C
(24,19,12)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #72401E

#72401E
(114,64,30)
#7E5132
(126,81,50)
#8A6246
(138,98,70)
#96735A
(150,115,90)
#A2846E
(162,132,110)
#AE9582
(174,149,130)
#BAA696
(186,166,150)
#C6B7AA
(198,183,170)
#D2C8BE
(210,200,190)
#DED9D2
(222,217,210)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72401E; }

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

This text font color is #72401E.

Background Color

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

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

This div background color is #72401E.

Border color

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

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

This div border color is #72401E.

Opacity

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

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

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

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

This text has shadow with #72401E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72401E.

Preview

Color preview on black background

This text has color #72401E on black background.


Color preview on white background

This text has color #72401E on white background.


Black color preview on #72401E background

This text has black color on #72401E background.


White color preview on #72401E background

This text has white color on #72401E background.


Related colors

Complementary color

Complementary color for #hex is #8DBFE1.


I love getcolorcode.com

Triadic colors

1 #1E7240 and #401E72 with #72401E are triadic colors.

2 #1E4072 and #40721E with #72401E are triadic colors.