COLOR #726D19

HEX: #726D19
RGB: (114,109,25)

Color info

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

RGB color model

#726D19 color RGB value is (114,109,25).

  • red value is 114;
  • green value is 109;
  • blue value is 25.
RGB:
(114,109,25)
(45%,43%,10%)

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 25 of 255 = 10%

114
109
25

R + G + B ~ 33%. #726D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 25 = 248 (100%)
R 114 of 248 ~ 45.97%
G 109 of 248 ~ 43.95%
B 25 of 248 ~ 10.08%

%45.97
%43.95
%10.08

CMYK color model

#726D19 color CMYK value is (0,4,78,55).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 78.07%
  • key color value is 55.29%
CMYK:
(0,4,78,55)
C0M4Y78K55 
(0%,4%,78%,55%)
(0.00/0.04/0.78/0.55)	

CMYK percentages

%0
%4.39
%78.07
%55.29

Codes

Color #726D19 in popluar color models

726D19
RGB11410925
HSL57°64.03%27.25%
HSB/HSV57°78.07%44.71%
CMYK0.00%4.39%78.07%
55.29%

Color #726D19 in popluar number systems.

HEX726D19
Decimal11410925
Binary1110010110110111001
Octal16215531

Shades and tints

Shades of #726D19

#726D19
(114,109,25)
#686417
(104,100,23)
#5E5B15
(94,91,21)
#545213
(84,82,19)
#4A4911
(74,73,17)
#40400F
(64,64,15)
#36370D
(54,55,13)
#2C2E0B
(44,46,11)
#222509
(34,37,9)
#181C07
(24,28,7)
#0E1305
(14,19,5)
#000000
(0,0,0)

Tints of #726D19

#726D19
(114,109,25)
#7E7A2D
(126,122,45)
#8A8741
(138,135,65)
#969455
(150,148,85)
#A2A169
(162,161,105)
#AEAE7D
(174,174,125)
#BABB91
(186,187,145)
#C6C8A5
(198,200,165)
#D2D5B9
(210,213,185)
#DEE2CD
(222,226,205)
#EAEFE1
(234,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726D19 color. Also use rgb(114,109,25) instead hex code.

Text Font Color

.myTextColor { color: #726D19; }

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

This text font color is #726D19.


Background Color

.myBgColor { background-color: #726D19; }

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

This div background color is #726D19.


Border color

.myBorderColor { border: 1px solid #726D19; }

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

This div border color is #726D19.


Opacity

.myOpacity80 { color: #726D19; opacity: 0.8; }

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

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

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

This text has shadow with #726D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D19 on black background.


Color preview on white background

This text has color #726D19 on white background.



Black color preview on #726D19 background

This text has black color on #726D19 background.


White color preview on #726D19 background

This text has white color on #726D19 background.