COLOR #72711F

HEX: #72711F
RGB: (114,113,31)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

114
113
31

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

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 31 = 258 (100%)
R 114 of 258 ~ 44.19%
G 113 of 258 ~ 43.8%
B 31 of 258 ~ 12.02%

%44.19
%43.8
%12.02

CMYK color model

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

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

CMYK percentages

%0
%0.88
%72.81
%55.29

Codes

Color #72711F in popluar color models

72711F
RGB11411331
HSL59°57.24%28.43%
HSB/HSV59°72.81%44.71%
CMYK0.00%0.88%72.81%
55.29%

Color #72711F in popluar number systems.

HEX72711F
Decimal11411331
Binary1110010111000111111
Octal16216137

Shades and tints

Shades of #72711F

#72711F
(114,113,31)
#68671D
(104,103,29)
#5E5D1B
(94,93,27)
#545319
(84,83,25)
#4A4917
(74,73,23)
#403F15
(64,63,21)
#363513
(54,53,19)
#2C2B11
(44,43,17)
#22210F
(34,33,15)
#18170D
(24,23,13)
#0E0D0B
(14,13,11)
#000000
(0,0,0)

Tints of #72711F

#72711F
(114,113,31)
#7E7D33
(126,125,51)
#8A8947
(138,137,71)
#96955B
(150,149,91)
#A2A16F
(162,161,111)
#AEAD83
(174,173,131)
#BAB997
(186,185,151)
#C6C5AB
(198,197,171)
#D2D1BF
(210,209,191)
#DEDDD3
(222,221,211)
#EAE9E7
(234,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72711F; }

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

This text font color is #72711F.


Background Color

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

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

This div background color is #72711F.


Border color

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

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

This div border color is #72711F.


Opacity

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

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

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

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

This text has shadow with #72711F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72711F on black background.


Color preview on white background

This text has color #72711F on white background.



Black color preview on #72711F background

This text has black color on #72711F background.


White color preview on #72711F background

This text has white color on #72711F background.