COLOR #726C08

HEX: #726C08
RGB: (114,108,8)

Color info

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

RGB color model

#726C08 color RGB value is (114,108,8).

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

RGB channels and saturation

R 114 of 255 = 45%
G 108 of 255 = 42%
B 8 of 255 = 3%

114
108
8

R + G + B ~ 30%. #726C08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 108 + 8 = 230 (100%)
R 114 of 230 ~ 49.57%
G 108 of 230 ~ 46.96%
B 8 of 230 ~ 3.48%

%49.57
%46.96

CMYK color model

#726C08 color CMYK value is (0,5,93,55).

  • cyan value is 0.00%
  • magenta value is 5.26%
  • yellow value is 92.98%
  • key color value is 55.29%
CMYK:
(0,5,93,55)
C0M5Y93K55 
(0%,5%,93%,55%)
(0.00/0.05/0.93/0.55)	

CMYK percentages

%0
%5.26
%92.98
%55.29

Codes

Color #726C08 in popluar color models

726C08
RGB1141088
HSL57°86.89%23.92%
HSB/HSV57°92.98%44.71%
CMYK0.00%5.26%92.98%
55.29%

Color #726C08 in popluar number systems.

HEX726C08
Decimal1141088
Binary111001011011001000
Octal16215410

Shades and tints

Shades of #726C08

#726C08
(114,108,8)
#686308
(104,99,8)
#5E5A08
(94,90,8)
#545108
(84,81,8)
#4A4808
(74,72,8)
#403F08
(64,63,8)
#363608
(54,54,8)
#2C2D08
(44,45,8)
#222408
(34,36,8)
#181B08
(24,27,8)
#0E1208
(14,18,8)
#000000
(0,0,0)

Tints of #726C08

#726C08
(114,108,8)
#7E791E
(126,121,30)
#8A8634
(138,134,52)
#96934A
(150,147,74)
#A2A060
(162,160,96)
#AEAD76
(174,173,118)
#BABA8C
(186,186,140)
#C6C7A2
(198,199,162)
#D2D4B8
(210,212,184)
#DEE1CE
(222,225,206)
#EAEEE4
(234,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726C08 color. Also use rgb(114,108,8) instead hex code.

Text Font Color

.myTextColor { color: #726C08; }

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

This text font color is #726C08.


Background Color

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

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

This div background color is #726C08.


Border color

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

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

This div border color is #726C08.


Opacity

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

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

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

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

This text has shadow with #726C08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726C08 on black background.


Color preview on white background

This text has color #726C08 on white background.



Black color preview on #726C08 background

This text has black color on #726C08 background.


White color preview on #726C08 background

This text has white color on #726C08 background.