COLOR #726418

HEX: #726418
RGB: (114,100,24)

Color info

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

RGB color model

#726418 color RGB value is (114,100,24).

  • red value is 114;
  • green value is 100;
  • blue value is 24.
RGB:
(114,100,24)
(45%,39%,9%)

RGB channels and saturation

R 114 of 255 = 45%
G 100 of 255 = 39%
B 24 of 255 = 9%

114
100
24

R + G + B ~ 31%. #726418 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 100 + 24 = 238 (100%)
R 114 of 238 ~ 47.9%
G 100 of 238 ~ 42.02%
B 24 of 238 ~ 10.08%

%47.9
%42.02
%10.08

CMYK color model

#726418 color CMYK value is (0,12,79,55).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 78.95%
  • key color value is 55.29%
CMYK:
(0,12,79,55)
C0M12Y79K55 
(0%,12%,79%,55%)
(0.00/0.12/0.79/0.55)	

CMYK percentages

%0
%12.28
%78.95
%55.29

Codes

Color #726418 in popluar color models

726418
RGB11410024
HSL51°65.22%27.06%
HSB/HSV51°78.95%44.71%
CMYK0.00%12.28%78.95%
55.29%

Color #726418 in popluar number systems.

HEX726418
Decimal11410024
Binary1110010110010011000
Octal16214430

Shades and tints

Shades of #726418

#726418
(114,100,24)
#685B16
(104,91,22)
#5E5214
(94,82,20)
#544912
(84,73,18)
#4A4010
(74,64,16)
#40370E
(64,55,14)
#362E0C
(54,46,12)
#2C250A
(44,37,10)
#221C08
(34,28,8)
#181306
(24,19,6)
#0E0A04
(14,10,4)
#000000
(0,0,0)

Tints of #726418

#726418
(114,100,24)
#7E722D
(126,114,45)
#8A8042
(138,128,66)
#968E57
(150,142,87)
#A29C6C
(162,156,108)
#AEAA81
(174,170,129)
#BAB896
(186,184,150)
#C6C6AB
(198,198,171)
#D2D4C0
(210,212,192)
#DEE2D5
(222,226,213)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726418 color. Also use rgb(114,100,24) instead hex code.

Text Font Color

.myTextColor { color: #726418; }

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

This text font color is #726418.


Background Color

.myBgColor { background-color: #726418; }

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

This div background color is #726418.


Border color

.myBorderColor { border: 1px solid #726418; }

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

This div border color is #726418.


Opacity

.myOpacity80 { color: #726418; opacity: 0.8; }

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

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

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

This text has shadow with #726418 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726418 on black background.


Color preview on white background

This text has color #726418 on white background.



Black color preview on #726418 background

This text has black color on #726418 background.


White color preview on #726418 background

This text has white color on #726418 background.