COLOR #72710A

HEX: #72710A
RGB: (114,113,10)

Color info

#72710A contains mainly red and green colors. Web safe color of #72710A is #666600 (or #660).

RGB color model

#72710A color RGB value is (114,113,10).

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

RGB channels and saturation

R 114 of 255 = 45%
G 113 of 255 = 44%
B 10 of 255 = 4%

114
113
10

R + G + B ~ 31%. #72710A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 113 + 10 = 237 (100%)
R 114 of 237 ~ 48.1%
G 113 of 237 ~ 47.68%
B 10 of 237 ~ 4.22%

%48.1
%47.68

CMYK color model

#72710A color CMYK value is (0,1,91,55).

  • cyan value is 0.00%
  • magenta value is 0.88%
  • yellow value is 91.23%
  • key color value is 55.29%
CMYK:
(0,1,91,55)
C0M1Y91K55 
(0%,1%,91%,55%)
(0.00/0.01/0.91/0.55)	

CMYK percentages

%0
%0.88
%91.23
%55.29

Codes

Color #72710A in popluar color models

72710A
RGB11411310
HSL59°83.87%24.31%
HSB/HSV59°91.23%44.71%
CMYK0.00%0.88%91.23%
55.29%

Color #72710A in popluar number systems.

HEX72710A
Decimal11411310
Binary111001011100011010
Octal16216112

Shades and tints

Shades of #72710A

#72710A
(114,113,10)
#68670A
(104,103,10)
#5E5D0A
(94,93,10)
#54530A
(84,83,10)
#4A490A
(74,73,10)
#403F0A
(64,63,10)
#36350A
(54,53,10)
#2C2B0A
(44,43,10)
#22210A
(34,33,10)
#18170A
(24,23,10)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #72710A

#72710A
(114,113,10)
#7E7D20
(126,125,32)
#8A8936
(138,137,54)
#96954C
(150,149,76)
#A2A162
(162,161,98)
#AEAD78
(174,173,120)
#BAB98E
(186,185,142)
#C6C5A4
(198,197,164)
#D2D1BA
(210,209,186)
#DEDDD0
(222,221,208)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72710A color. Also use rgb(114,113,10) instead hex code.

Text Font Color

.myTextColor { color: #72710A; }

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

This text font color is #72710A.


Background Color

.myBgColor { background-color: #72710A; }

<div style="background-color:#72710A">Inner text</div>

This div background color is #72710A.


Border color

.myBorderColor { border: 1px solid #72710A; }

<div style="border:3px solid #72710A">Div</div>

This div border color is #72710A.


Opacity

.myOpacity80 { color: #72710A; opacity: 0.8; }

<p style="color:#72710A;opacity:0.8;">80%</p>

Text with #72710A 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 #72710A;}

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

This text has shadow with #72710A color.

.textShadow {text-shadow: 3px 3px 1px #72710A, 3px 3px 1px red;}

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

This text has shadow with #72710A primary color and red secondary color.


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

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

This text has shadow with #72710A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72710A on black background.


Color preview on white background

This text has color #72710A on white background.



Black color preview on #72710A background

This text has black color on #72710A background.


White color preview on #72710A background

This text has white color on #72710A background.