COLOR #72501D

HEX: #72501D RGB: (114,80,29)

Color info

#72501D contains mainly red and green colors. Web safe color of #72501D is #666633 (or #663).

RGB color model

#72501D color RGB value is (114,80,29).

RGB: (114,80,29) (45%, 31%, 11%)

RGB channels and saturation

R 114 of 255 = 45%
G 80 of 255 = 31%
B 29 of 255 = 11%

114
80
29

R + G + B ~ 29%. #72501D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 80 + 29 = 223 (100%)
R 114 of 223 ~ 51.12%
G 80 of 223 ~ 35.87%
B 29 of 223 ~ 13'%

%51.12
%35.87
%13

CMYK color model

#72501D color CMYK value is (0,30,75,55).

  • cyan value is 0.00%
  • magenta value is 29.82%
  • yellow value is 74.56%
  • key color value is 55.29%

CMYK: (0,30,75,55)
C0M30Y75K55 (0%, 30%, 75%, 55%)
(0.00 / 0.30 / 0.75 / 0.55)

CMYK percentages

%0
%29.82
%74.56
%55.29

Codes

Color #72501D in popluar color models

72 50 1D
RGB 114 80 29
HSL 36° 59.44% 28.04%
HSB/HSV 36° 74.56% 44.71%
CMYK 0.00% 29.82% 74.56%
55.29%

Color #72501D in popluar number systems.

HEX 72 50 1D
Decimal 114 80 29
Binary 1110010 1010000 11101
Octal 162 120 35

Shades and tints

Shades of #72501D

#72501D
(114,80,29)
#68491B
(104,73,27)
#5E4219
(94,66,25)
#543B17
(84,59,23)
#4A3415
(74,52,21)
#402D13
(64,45,19)
#362611
(54,38,17)
#2C1F0F
(44,31,15)
#22180D
(34,24,13)
#18110B
(24,17,11)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #72501D

#72501D
(114,80,29)
#7E5F31
(126,95,49)
#8A6E45
(138,110,69)
#967D59
(150,125,89)
#A28C6D
(162,140,109)
#AE9B81
(174,155,129)
#BAAA95
(186,170,149)
#C6B9A9
(198,185,169)
#D2C8BD
(210,200,189)
#DED7D1
(222,215,209)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72501D color. Also use rgb(114,80,29) instead hex code.

Text Font Color

.myTextColor { color: #72501D; }

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

This text font color is #72501D.

Background Color

.myBgColor { background-color: #72501D; }

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

This div background color is #72501D.

Border color

.myBorderColor { border: 1px solid #72501D; }

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

This div border color is #72501D.

Opacity

.myOpacity80 { color: #72501D; opacity: 0.8; }

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

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

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

This text has shadow with #72501D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #72501D.

Preview

Color preview on black background

This text has color #72501D on black background.


Color preview on white background

This text has color #72501D on white background.


Black color preview on #72501D background

This text has black color on #72501D background.


White color preview on #72501D background

This text has white color on #72501D background.


Related colors

Complementary color

Complementary color for #hex is #8DAFE2.


I love getcolorcode.com

Triadic colors

1 #1D7250 and #501D72 with #72501D are triadic colors.

2 #1D5072 and #50721D with #72501D are triadic colors.