COLOR #726735

HEX: #726735
RGB: (114,103,53)

Color info

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

RGB color model

#726735 color RGB value is (114,103,53).

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

RGB channels and saturation

R 114 of 255 = 45%
G 103 of 255 = 40%
B 53 of 255 = 21%

114
103
53

R + G + B ~ 35%. #726735 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 103 + 53 = 270 (100%)
R 114 of 270 ~ 42.22%
G 103 of 270 ~ 38.15%
B 53 of 270 ~ 19.63%

%42.22
%38.15
%19.63

CMYK color model

#726735 color CMYK value is (0,10,54,55).

  • cyan value is 0.00%
  • magenta value is 9.65%
  • yellow value is 53.51%
  • key color value is 55.29%
CMYK:
(0,10,54,55)
C0M10Y54K55 
(0%,10%,54%,55%)
(0.00/0.10/0.54/0.55)	

CMYK percentages

%0
%9.65
%53.51
%55.29

Codes

Color #726735 in popluar color models

726735
RGB11410353
HSL49°36.53%32.75%
HSB/HSV49°53.51%44.71%
CMYK0.00%9.65%53.51%
55.29%

Color #726735 in popluar number systems.

HEX726735
Decimal11410353
Binary11100101100111110101
Octal16214765

Shades and tints

Shades of #726735

#726735
(114,103,53)
#685E31
(104,94,49)
#5E552D
(94,85,45)
#544C29
(84,76,41)
#4A4325
(74,67,37)
#403A21
(64,58,33)
#36311D
(54,49,29)
#2C2819
(44,40,25)
#221F15
(34,31,21)
#181611
(24,22,17)
#0E0D0D
(14,13,13)
#000000
(0,0,0)

Tints of #726735

#726735
(114,103,53)
#7E7447
(126,116,71)
#8A8159
(138,129,89)
#968E6B
(150,142,107)
#A29B7D
(162,155,125)
#AEA88F
(174,168,143)
#BAB5A1
(186,181,161)
#C6C2B3
(198,194,179)
#D2CFC5
(210,207,197)
#DEDCD7
(222,220,215)
#EAE9E9
(234,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726735; }

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

This text font color is #726735.


Background Color

.myBgColor { background-color: #726735; }

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

This div background color is #726735.


Border color

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

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

This div border color is #726735.


Opacity

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

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

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

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

This text has shadow with #726735 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726735 on black background.


Color preview on white background

This text has color #726735 on white background.



Black color preview on #726735 background

This text has black color on #726735 background.


White color preview on #726735 background

This text has white color on #726735 background.