COLOR #72721F

HEX: #72721F
RGB: (114,114,31)

Color info

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

RGB color model

#72721F color RGB value is (114,114,31).

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

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 31 of 255 = 12%

114
114
31

R + G + B ~ 34%. #72721F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 114 + 31 = 259 (100%)
R 114 of 259 ~ 44.02%
G 114 of 259 ~ 44.02%
B 31 of 259 ~ 11.97%

%44.02
%44.02
%11.97

CMYK color model

#72721F color CMYK value is (0,0,73,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 72.81%
  • key color value is 55.29%
CMYK:
(0,0,73,55)
C0M0Y73K55 
(0%,0%,73%,55%)
(0.00/0.00/0.73/0.55)	

CMYK percentages

%0
%0
%72.81
%55.29

Codes

Color #72721F in popluar color models

72721F
RGB11411431
HSL60°57.24%28.43%
HSB/HSV60°72.81%44.71%
CMYK0.00%0.00%72.81%
55.29%

Color #72721F in popluar number systems.

HEX72721F
Decimal11411431
Binary1110010111001011111
Octal16216237

Shades and tints

Shades of #72721F

#72721F
(114,114,31)
#68681D
(104,104,29)
#5E5E1B
(94,94,27)
#545419
(84,84,25)
#4A4A17
(74,74,23)
#404015
(64,64,21)
#363613
(54,54,19)
#2C2C11
(44,44,17)
#22220F
(34,34,15)
#18180D
(24,24,13)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #72721F

#72721F
(114,114,31)
#7E7E33
(126,126,51)
#8A8A47
(138,138,71)
#96965B
(150,150,91)
#A2A26F
(162,162,111)
#AEAE83
(174,174,131)
#BABA97
(186,186,151)
#C6C6AB
(198,198,171)
#D2D2BF
(210,210,191)
#DEDED3
(222,222,211)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72721F color. Also use rgb(114,114,31) instead hex code.

Text Font Color

.myTextColor { color: #72721F; }

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

This text font color is #72721F.


Background Color

.myBgColor { background-color: #72721F; }

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

This div background color is #72721F.


Border color

.myBorderColor { border: 1px solid #72721F; }

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

This div border color is #72721F.


Opacity

.myOpacity80 { color: #72721F; opacity: 0.8; }

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

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

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

This text has shadow with #72721F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72721F on black background.


Color preview on white background

This text has color #72721F on white background.



Black color preview on #72721F background

This text has black color on #72721F background.


White color preview on #72721F background

This text has white color on #72721F background.