COLOR #726E12

HEX: #726E12
RGB: (114,110,18)

Color info

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

RGB color model

#726E12 color RGB value is (114,110,18).

  • red value is 114;
  • green value is 110;
  • blue value is 18.
RGB:
(114,110,18)
(45%,43%,7%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 18 of 255 = 7%

114
110
18

R + G + B ~ 32%. #726E12 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 18 = 242 (100%)
R 114 of 242 ~ 47.11%
G 110 of 242 ~ 45.45%
B 18 of 242 ~ 7.44%

%47.11
%45.45

CMYK color model

#726E12 color CMYK value is (0,4,84,55).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 84.21%
  • key color value is 55.29%
CMYK:
(0,4,84,55)
C0M4Y84K55 
(0%,4%,84%,55%)
(0.00/0.04/0.84/0.55)	

CMYK percentages

%0
%3.51
%84.21
%55.29

Codes

Color #726E12 in popluar color models

726E12
RGB11411018
HSL58°72.73%25.88%
HSB/HSV58°84.21%44.71%
CMYK0.00%3.51%84.21%
55.29%

Color #726E12 in popluar number systems.

HEX726E12
Decimal11411018
Binary1110010110111010010
Octal16215622

Shades and tints

Shades of #726E12

#726E12
(114,110,18)
#686411
(104,100,17)
#5E5A10
(94,90,16)
#54500F
(84,80,15)
#4A460E
(74,70,14)
#403C0D
(64,60,13)
#36320C
(54,50,12)
#2C280B
(44,40,11)
#221E0A
(34,30,10)
#181409
(24,20,9)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #726E12

#726E12
(114,110,18)
#7E7B27
(126,123,39)
#8A883C
(138,136,60)
#969551
(150,149,81)
#A2A266
(162,162,102)
#AEAF7B
(174,175,123)
#BABC90
(186,188,144)
#C6C9A5
(198,201,165)
#D2D6BA
(210,214,186)
#DEE3CF
(222,227,207)
#EAF0E4
(234,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726E12 color. Also use rgb(114,110,18) instead hex code.

Text Font Color

.myTextColor { color: #726E12; }

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

This text font color is #726E12.


Background Color

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

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

This div background color is #726E12.


Border color

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

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

This div border color is #726E12.


Opacity

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

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

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

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

This text has shadow with #726E12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726E12 on black background.


Color preview on white background

This text has color #726E12 on white background.



Black color preview on #726E12 background

This text has black color on #726E12 background.


White color preview on #726E12 background

This text has white color on #726E12 background.