COLOR #726915

HEX: #726915
RGB: (114,105,21)

Color info

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

RGB color model

#726915 color RGB value is (114,105,21).

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

RGB channels and saturation

R 114 of 255 = 45%
G 105 of 255 = 41%
B 21 of 255 = 8%

114
105
21

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

Portions of RGB colors in percentages

R + G + B =
114 + 105 + 21 = 240 (100%)
R 114 of 240 ~ 47.5%
G 105 of 240 ~ 43.75%
B 21 of 240 ~ 8.75%

%47.5
%43.75

CMYK color model

#726915 color CMYK value is (0,8,82,55).

  • cyan value is 0.00%
  • magenta value is 7.89%
  • yellow value is 81.58%
  • key color value is 55.29%
CMYK:
(0,8,82,55)
C0M8Y82K55 
(0%,8%,82%,55%)
(0.00/0.08/0.82/0.55)	

CMYK percentages

%0
%7.89
%81.58
%55.29

Codes

Color #726915 in popluar color models

726915
RGB11410521
HSL54°68.89%26.47%
HSB/HSV54°81.58%44.71%
CMYK0.00%7.89%81.58%
55.29%

Color #726915 in popluar number systems.

HEX726915
Decimal11410521
Binary1110010110100110101
Octal16215125

Shades and tints

Shades of #726915

#726915
(114,105,21)
#686014
(104,96,20)
#5E5713
(94,87,19)
#544E12
(84,78,18)
#4A4511
(74,69,17)
#403C10
(64,60,16)
#36330F
(54,51,15)
#2C2A0E
(44,42,14)
#22210D
(34,33,13)
#18180C
(24,24,12)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #726915

#726915
(114,105,21)
#7E762A
(126,118,42)
#8A833F
(138,131,63)
#969054
(150,144,84)
#A29D69
(162,157,105)
#AEAA7E
(174,170,126)
#BAB793
(186,183,147)
#C6C4A8
(198,196,168)
#D2D1BD
(210,209,189)
#DEDED2
(222,222,210)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726915; }

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

This text font color is #726915.


Background Color

.myBgColor { background-color: #726915; }

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

This div background color is #726915.


Border color

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

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

This div border color is #726915.


Opacity

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

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

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

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

This text has shadow with #726915 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726915 on black background.


Color preview on white background

This text has color #726915 on white background.



Black color preview on #726915 background

This text has black color on #726915 background.


White color preview on #726915 background

This text has white color on #726915 background.