COLOR #724D08

HEX: #724D08
RGB: (114,77,8)

Color info

#724D08 contains mainly red and green colors. Web safe color of #724D08 is #663300 (or #630).

RGB color model

#724D08 color RGB value is (114,77,8).

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

RGB channels and saturation

R 114 of 255 = 45%
G 77 of 255 = 30%
B 8 of 255 = 3%

114
77
8

R + G + B ~ 26%. #724D08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 77 + 8 = 199 (100%)
R 114 of 199 ~ 57.29%
G 77 of 199 ~ 38.69%
B 8 of 199 ~ 4.02%

%57.29
%38.69

CMYK color model

#724D08 color CMYK value is (0,32,93,55).

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 92.98%
  • key color value is 55.29%
CMYK:
(0,32,93,55)
C0M32Y93K55 
(0%,32%,93%,55%)
(0.00/0.32/0.93/0.55)	

CMYK percentages

%0
%32.46
%92.98
%55.29

Codes

Color #724D08 in popluar color models

724D08
RGB114778
HSL39°86.89%23.92%
HSB/HSV39°92.98%44.71%
CMYK0.00%32.46%92.98%
55.29%

Color #724D08 in popluar number systems.

HEX724D08
Decimal114778
Binary111001010011011000
Octal16211510

Shades and tints

Shades of #724D08

#724D08
(114,77,8)
#684608
(104,70,8)
#5E3F08
(94,63,8)
#543808
(84,56,8)
#4A3108
(74,49,8)
#402A08
(64,42,8)
#362308
(54,35,8)
#2C1C08
(44,28,8)
#221508
(34,21,8)
#180E08
(24,14,8)
#0E0708
(14,7,8)
#000000
(0,0,0)

Tints of #724D08

#724D08
(114,77,8)
#7E5D1E
(126,93,30)
#8A6D34
(138,109,52)
#967D4A
(150,125,74)
#A28D60
(162,141,96)
#AE9D76
(174,157,118)
#BAAD8C
(186,173,140)
#C6BDA2
(198,189,162)
#D2CDB8
(210,205,184)
#DEDDCE
(222,221,206)
#EAEDE4
(234,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724D08 color. Also use rgb(114,77,8) instead hex code.

Text Font Color

.myTextColor { color: #724D08; }

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

This text font color is #724D08.


Background Color

.myBgColor { background-color: #724D08; }

<div style="background-color:#724D08">Inner text</div>

This div background color is #724D08.


Border color

.myBorderColor { border: 1px solid #724D08; }

<div style="border:3px solid #724D08">Div</div>

This div border color is #724D08.


Opacity

.myOpacity80 { color: #724D08; opacity: 0.8; }

<p style="color:#724D08;opacity:0.8;">80%</p>

Text with #724D08 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 #724D08;}

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

This text has shadow with #724D08 color.

.textShadow {text-shadow: 3px 3px 1px #724D08, 3px 3px 1px red;}

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

This text has shadow with #724D08 primary color and red secondary color.


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

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

This text has shadow with #724D08 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724D08 on black background.


Color preview on white background

This text has color #724D08 on white background.



Black color preview on #724D08 background

This text has black color on #724D08 background.


White color preview on #724D08 background

This text has white color on #724D08 background.