COLOR #726B15

HEX: #726B15
RGB: (114,107,21)

Color info

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

RGB color model

#726B15 color RGB value is (114,107,21).

  • red value is 114;
  • green value is 107;
  • blue value is 21.
RGB:
(114,107,21)
(45%,42%,8%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 21 of 255 = 8%

114
107
21

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 21 = 242 (100%)
R 114 of 242 ~ 47.11%
G 107 of 242 ~ 44.21%
B 21 of 242 ~ 8.68%

%47.11
%44.21

CMYK color model

#726B15 color CMYK value is (0,6,82,55).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 81.58%
  • key color value is 55.29%
CMYK:
(0,6,82,55)
C0M6Y82K55 
(0%,6%,82%,55%)
(0.00/0.06/0.82/0.55)	

CMYK percentages

%0
%6.14
%81.58
%55.29

Codes

Color #726B15 in popluar color models

726B15
RGB11410721
HSL55°68.89%26.47%
HSB/HSV55°81.58%44.71%
CMYK0.00%6.14%81.58%
55.29%

Color #726B15 in popluar number systems.

HEX726B15
Decimal11410721
Binary1110010110101110101
Octal16215325

Shades and tints

Shades of #726B15

#726B15
(114,107,21)
#686214
(104,98,20)
#5E5913
(94,89,19)
#545012
(84,80,18)
#4A4711
(74,71,17)
#403E10
(64,62,16)
#36350F
(54,53,15)
#2C2C0E
(44,44,14)
#22230D
(34,35,13)
#181A0C
(24,26,12)
#0E110B
(14,17,11)
#000000
(0,0,0)

Tints of #726B15

#726B15
(114,107,21)
#7E782A
(126,120,42)
#8A853F
(138,133,63)
#969254
(150,146,84)
#A29F69
(162,159,105)
#AEAC7E
(174,172,126)
#BAB993
(186,185,147)
#C6C6A8
(198,198,168)
#D2D3BD
(210,211,189)
#DEE0D2
(222,224,210)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726B15 color. Also use rgb(114,107,21) instead hex code.

Text Font Color

.myTextColor { color: #726B15; }

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

This text font color is #726B15.


Background Color

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

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

This div background color is #726B15.


Border color

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

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

This div border color is #726B15.


Opacity

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

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

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

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

This text has shadow with #726B15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B15 on black background.


Color preview on white background

This text has color #726B15 on white background.



Black color preview on #726B15 background

This text has black color on #726B15 background.


White color preview on #726B15 background

This text has white color on #726B15 background.