COLOR #724806

HEX: #724806
RGB: (114,72,6)

Color info

#724806 contains mainly red and green colors. Web safe color of #724806 is #663300 (or #630).

RGB color model

#724806 color RGB value is (114,72,6).

  • red value is 114;
  • green value is 72;
  • blue value is 6.
RGB:
(114,72,6)
(45%,28%,2%)

RGB channels and saturation

R 114 of 255 = 45%
G 72 of 255 = 28%
B 6 of 255 = 2%

114
72
6

R + G + B ~ 25%. #724806 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 72 + 6 = 192 (100%)
R 114 of 192 ~ 59.38%
G 72 of 192 ~ 37.5%
B 6 of 192 ~ 3.13%

%59.38
%37.5

CMYK color model

#724806 color CMYK value is (0,37,95,55).

  • cyan value is 0.00%
  • magenta value is 36.84%
  • yellow value is 94.74%
  • key color value is 55.29%
CMYK:
(0,37,95,55)
C0M37Y95K55 
(0%,37%,95%,55%)
(0.00/0.37/0.95/0.55)	

CMYK percentages

%0
%36.84
%94.74
%55.29

Codes

Color #724806 in popluar color models

724806
RGB114726
HSL37°90.00%23.53%
HSB/HSV37°94.74%44.71%
CMYK0.00%36.84%94.74%
55.29%

Color #724806 in popluar number systems.

HEX724806
Decimal114726
Binary11100101001000110
Octal1621106

Shades and tints

Shades of #724806

#724806
(114,72,6)
#684206
(104,66,6)
#5E3C06
(94,60,6)
#543606
(84,54,6)
#4A3006
(74,48,6)
#402A06
(64,42,6)
#362406
(54,36,6)
#2C1E06
(44,30,6)
#221806
(34,24,6)
#181206
(24,18,6)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #724806

#724806
(114,72,6)
#7E581C
(126,88,28)
#8A6832
(138,104,50)
#967848
(150,120,72)
#A2885E
(162,136,94)
#AE9874
(174,152,116)
#BAA88A
(186,168,138)
#C6B8A0
(198,184,160)
#D2C8B6
(210,200,182)
#DED8CC
(222,216,204)
#EAE8E2
(234,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724806 color. Also use rgb(114,72,6) instead hex code.

Text Font Color

.myTextColor { color: #724806; }

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

This text font color is #724806.


Background Color

.myBgColor { background-color: #724806; }

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

This div background color is #724806.


Border color

.myBorderColor { border: 1px solid #724806; }

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

This div border color is #724806.


Opacity

.myOpacity80 { color: #724806; opacity: 0.8; }

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

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

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

This text has shadow with #724806 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724806 on black background.


Color preview on white background

This text has color #724806 on white background.



Black color preview on #724806 background

This text has black color on #724806 background.


White color preview on #724806 background

This text has white color on #724806 background.