COLOR #726D35

HEX: #726D35
RGB: (114,109,53)

Color info

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

RGB color model

#726D35 color RGB value is (114,109,53).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 53 of 255 = 21%

114
109
53

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

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 53 = 276 (100%)
R 114 of 276 ~ 41.3%
G 109 of 276 ~ 39.49%
B 53 of 276 ~ 19.2%

%41.3
%39.49
%19.2

CMYK color model

#726D35 color CMYK value is (0,4,54,55).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 53.51%
  • key color value is 55.29%
CMYK:
(0,4,54,55)
C0M4Y54K55 
(0%,4%,54%,55%)
(0.00/0.04/0.54/0.55)	

CMYK percentages

%0
%4.39
%53.51
%55.29

Codes

Color #726D35 in popluar color models

726D35
RGB11410953
HSL55°36.53%32.75%
HSB/HSV55°53.51%44.71%
CMYK0.00%4.39%53.51%
55.29%

Color #726D35 in popluar number systems.

HEX726D35
Decimal11410953
Binary11100101101101110101
Octal16215565

Shades and tints

Shades of #726D35

#726D35
(114,109,53)
#686431
(104,100,49)
#5E5B2D
(94,91,45)
#545229
(84,82,41)
#4A4925
(74,73,37)
#404021
(64,64,33)
#36371D
(54,55,29)
#2C2E19
(44,46,25)
#222515
(34,37,21)
#181C11
(24,28,17)
#0E130D
(14,19,13)
#000000
(0,0,0)

Tints of #726D35

#726D35
(114,109,53)
#7E7A47
(126,122,71)
#8A8759
(138,135,89)
#96946B
(150,148,107)
#A2A17D
(162,161,125)
#AEAE8F
(174,174,143)
#BABBA1
(186,187,161)
#C6C8B3
(198,200,179)
#D2D5C5
(210,213,197)
#DEE2D7
(222,226,215)
#EAEFE9
(234,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726D35 color. Also use rgb(114,109,53) instead hex code.

Text Font Color

.myTextColor { color: #726D35; }

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

This text font color is #726D35.


Background Color

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

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

This div background color is #726D35.


Border color

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

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

This div border color is #726D35.


Opacity

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

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

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

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

This text has shadow with #726D35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D35 on black background.


Color preview on white background

This text has color #726D35 on white background.



Black color preview on #726D35 background

This text has black color on #726D35 background.


White color preview on #726D35 background

This text has white color on #726D35 background.