COLOR #726E36

HEX: #726E36
RGB: (114,110,54)

Color info

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

RGB color model

#726E36 color RGB value is (114,110,54).

  • red value is 114;
  • green value is 110;
  • blue value is 54.
RGB:
(114,110,54)
(45%,43%,21%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 54 of 255 = 21%

114
110
54

R + G + B ~ 36%. #726E36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 54 = 278 (100%)
R 114 of 278 ~ 41.01%
G 110 of 278 ~ 39.57%
B 54 of 278 ~ 19.42%

%41.01
%39.57
%19.42

CMYK color model

#726E36 color CMYK value is (0,4,53,55).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 52.63%
  • key color value is 55.29%
CMYK:
(0,4,53,55)
C0M4Y53K55 
(0%,4%,53%,55%)
(0.00/0.04/0.53/0.55)	

CMYK percentages

%0
%3.51
%52.63
%55.29

Codes

Color #726E36 in popluar color models

726E36
RGB11411054
HSL56°35.71%32.94%
HSB/HSV56°52.63%44.71%
CMYK0.00%3.51%52.63%
55.29%

Color #726E36 in popluar number systems.

HEX726E36
Decimal11411054
Binary11100101101110110110
Octal16215666

Shades and tints

Shades of #726E36

#726E36
(114,110,54)
#686432
(104,100,50)
#5E5A2E
(94,90,46)
#54502A
(84,80,42)
#4A4626
(74,70,38)
#403C22
(64,60,34)
#36321E
(54,50,30)
#2C281A
(44,40,26)
#221E16
(34,30,22)
#181412
(24,20,18)
#0E0A0E
(14,10,14)
#000000
(0,0,0)

Tints of #726E36

#726E36
(114,110,54)
#7E7B48
(126,123,72)
#8A885A
(138,136,90)
#96956C
(150,149,108)
#A2A27E
(162,162,126)
#AEAF90
(174,175,144)
#BABCA2
(186,188,162)
#C6C9B4
(198,201,180)
#D2D6C6
(210,214,198)
#DEE3D8
(222,227,216)
#EAF0EA
(234,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726E36 color. Also use rgb(114,110,54) instead hex code.

Text Font Color

.myTextColor { color: #726E36; }

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

This text font color is #726E36.


Background Color

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

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

This div background color is #726E36.


Border color

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

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

This div border color is #726E36.


Opacity

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

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

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

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

This text has shadow with #726E36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726E36 on black background.


Color preview on white background

This text has color #726E36 on white background.



Black color preview on #726E36 background

This text has black color on #726E36 background.


White color preview on #726E36 background

This text has white color on #726E36 background.