COLOR #726E3C

HEX: #726E3C
RGB: (114,110,60)

Color info

#726E3C contains red, green and blue colors in about the same proportion. Web safe color of #726E3C is #666633 (or #663).

RGB color model

#726E3C color RGB value is (114,110,60).

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

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 60 of 255 = 24%

114
110
60

R + G + B ~ 37%. #726E3C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 60 = 284 (100%)
R 114 of 284 ~ 40.14%
G 110 of 284 ~ 38.73%
B 60 of 284 ~ 21.13%

%40.14
%38.73
%21.13

CMYK color model

#726E3C color CMYK value is (0,4,47,55).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 47.37%
  • key color value is 55.29%
CMYK:
(0,4,47,55)
C0M4Y47K55 
(0%,4%,47%,55%)
(0.00/0.04/0.47/0.55)	

CMYK percentages

%0
%3.51
%47.37
%55.29

Codes

Color #726E3C in popluar color models

726E3C
RGB11411060
HSL56°31.03%34.12%
HSB/HSV56°47.37%44.71%
CMYK0.00%3.51%47.37%
55.29%

Color #726E3C in popluar number systems.

HEX726E3C
Decimal11411060
Binary11100101101110111100
Octal16215674

Shades and tints

Shades of #726E3C

#726E3C
(114,110,60)
#686437
(104,100,55)
#5E5A32
(94,90,50)
#54502D
(84,80,45)
#4A4628
(74,70,40)
#403C23
(64,60,35)
#36321E
(54,50,30)
#2C2819
(44,40,25)
#221E14
(34,30,20)
#18140F
(24,20,15)
#0E0A0A
(14,10,10)
#000000
(0,0,0)

Tints of #726E3C

#726E3C
(114,110,60)
#7E7B4D
(126,123,77)
#8A885E
(138,136,94)
#96956F
(150,149,111)
#A2A280
(162,162,128)
#AEAF91
(174,175,145)
#BABCA2
(186,188,162)
#C6C9B3
(198,201,179)
#D2D6C4
(210,214,196)
#DEE3D5
(222,227,213)
#EAF0E6
(234,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E3C; }

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

This text font color is #726E3C.


Background Color

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

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

This div background color is #726E3C.


Border color

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

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

This div border color is #726E3C.


Opacity

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

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

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

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

This text has shadow with #726E3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726E3C on black background.


Color preview on white background

This text has color #726E3C on white background.



Black color preview on #726E3C background

This text has black color on #726E3C background.


White color preview on #726E3C background

This text has white color on #726E3C background.