COLOR #726B20

HEX: #726B20
RGB: (114,107,32)

Color info

#726B20 contains mainly red and green colors. Web safe color of #726B20 is #666633 (or #663).

RGB color model

#726B20 color RGB value is (114,107,32).

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

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 32 of 255 = 13%

114
107
32

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 32 = 253 (100%)
R 114 of 253 ~ 45.06%
G 107 of 253 ~ 42.29%
B 32 of 253 ~ 12.65%

%45.06
%42.29
%12.65

CMYK color model

#726B20 color CMYK value is (0,6,72,55).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 71.93%
  • key color value is 55.29%
CMYK:
(0,6,72,55)
C0M6Y72K55 
(0%,6%,72%,55%)
(0.00/0.06/0.72/0.55)	

CMYK percentages

%0
%6.14
%71.93
%55.29

Codes

Color #726B20 in popluar color models

726B20
RGB11410732
HSL55°56.16%28.63%
HSB/HSV55°71.93%44.71%
CMYK0.00%6.14%71.93%
55.29%

Color #726B20 in popluar number systems.

HEX726B20
Decimal11410732
Binary11100101101011100000
Octal16215340

Shades and tints

Shades of #726B20

#726B20
(114,107,32)
#68621E
(104,98,30)
#5E591C
(94,89,28)
#54501A
(84,80,26)
#4A4718
(74,71,24)
#403E16
(64,62,22)
#363514
(54,53,20)
#2C2C12
(44,44,18)
#222310
(34,35,16)
#181A0E
(24,26,14)
#0E110C
(14,17,12)
#000000
(0,0,0)

Tints of #726B20

#726B20
(114,107,32)
#7E7834
(126,120,52)
#8A8548
(138,133,72)
#96925C
(150,146,92)
#A29F70
(162,159,112)
#AEAC84
(174,172,132)
#BAB998
(186,185,152)
#C6C6AC
(198,198,172)
#D2D3C0
(210,211,192)
#DEE0D4
(222,224,212)
#EAEDE8
(234,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726B20; }

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

This text font color is #726B20.


Background Color

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

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

This div background color is #726B20.


Border color

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

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

This div border color is #726B20.


Opacity

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

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

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

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

This text has shadow with #726B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B20 on black background.


Color preview on white background

This text has color #726B20 on white background.



Black color preview on #726B20 background

This text has black color on #726B20 background.


White color preview on #726B20 background

This text has white color on #726B20 background.