COLOR #726836

HEX: #726836
RGB: (114,104,54)

Color info

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

RGB color model

#726836 color RGB value is (114,104,54).

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

RGB channels and saturation

R 114 of 255 = 45%
G 104 of 255 = 41%
B 54 of 255 = 21%

114
104
54

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

Portions of RGB colors in percentages

R + G + B =
114 + 104 + 54 = 272 (100%)
R 114 of 272 ~ 41.91%
G 104 of 272 ~ 38.24%
B 54 of 272 ~ 19.85%

%41.91
%38.24
%19.85

CMYK color model

#726836 color CMYK value is (0,9,53,55).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 52.63%
  • key color value is 55.29%
CMYK:
(0,9,53,55)
C0M9Y53K55 
(0%,9%,53%,55%)
(0.00/0.09/0.53/0.55)	

CMYK percentages

%0
%8.77
%52.63
%55.29

Codes

Color #726836 in popluar color models

726836
RGB11410454
HSL50°35.71%32.94%
HSB/HSV50°52.63%44.71%
CMYK0.00%8.77%52.63%
55.29%

Color #726836 in popluar number systems.

HEX726836
Decimal11410454
Binary11100101101000110110
Octal16215066

Shades and tints

Shades of #726836

#726836
(114,104,54)
#685F32
(104,95,50)
#5E562E
(94,86,46)
#544D2A
(84,77,42)
#4A4426
(74,68,38)
#403B22
(64,59,34)
#36321E
(54,50,30)
#2C291A
(44,41,26)
#222016
(34,32,22)
#181712
(24,23,18)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #726836

#726836
(114,104,54)
#7E7548
(126,117,72)
#8A825A
(138,130,90)
#968F6C
(150,143,108)
#A29C7E
(162,156,126)
#AEA990
(174,169,144)
#BAB6A2
(186,182,162)
#C6C3B4
(198,195,180)
#D2D0C6
(210,208,198)
#DEDDD8
(222,221,216)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726836; }

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

This text font color is #726836.


Background Color

.myBgColor { background-color: #726836; }

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

This div background color is #726836.


Border color

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

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

This div border color is #726836.


Opacity

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

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

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

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

This text has shadow with #726836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726836 on black background.


Color preview on white background

This text has color #726836 on white background.



Black color preview on #726836 background

This text has black color on #726836 background.


White color preview on #726836 background

This text has white color on #726836 background.