COLOR #726D50

HEX: #726D50
RGB: (114,109,80)

Color info

#726D50 contains red, green and blue colors in about the same proportion. Web safe color of #726D50 is #666666 (or #666).

RGB color model

#726D50 color RGB value is (114,109,80).

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

RGB channels and saturation

R 114 of 255 = 45%
G 109 of 255 = 43%
B 80 of 255 = 31%

114
109
80

R + G + B ~ 40%. #726D50 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 109 + 80 = 303 (100%)
R 114 of 303 ~ 37.62%
G 109 of 303 ~ 35.97%
B 80 of 303 ~ 26.4%

%37.62
%35.97
%26.4

CMYK color model

#726D50 color CMYK value is (0,4,30,55).

  • cyan value is 0.00%
  • magenta value is 4.39%
  • yellow value is 29.82%
  • key color value is 55.29%
CMYK:
(0,4,30,55)
C0M4Y30K55 
(0%,4%,30%,55%)
(0.00/0.04/0.30/0.55)	

CMYK percentages

%0
%4.39
%29.82
%55.29

Codes

Color #726D50 in popluar color models

726D50
RGB11410980
HSL51°17.53%38.04%
HSB/HSV51°29.82%44.71%
CMYK0.00%4.39%29.82%
55.29%

Color #726D50 in popluar number systems.

HEX726D50
Decimal11410980
Binary111001011011011010000
Octal162155120

Shades and tints

Shades of #726D50

#726D50
(114,109,80)
#686449
(104,100,73)
#5E5B42
(94,91,66)
#54523B
(84,82,59)
#4A4934
(74,73,52)
#40402D
(64,64,45)
#363726
(54,55,38)
#2C2E1F
(44,46,31)
#222518
(34,37,24)
#181C11
(24,28,17)
#0E130A
(14,19,10)
#000000
(0,0,0)

Tints of #726D50

#726D50
(114,109,80)
#7E7A5F
(126,122,95)
#8A876E
(138,135,110)
#96947D
(150,148,125)
#A2A18C
(162,161,140)
#AEAE9B
(174,174,155)
#BABBAA
(186,187,170)
#C6C8B9
(198,200,185)
#D2D5C8
(210,213,200)
#DEE2D7
(222,226,215)
#EAEFE6
(234,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726D50; }

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

This text font color is #726D50.


Background Color

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

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

This div background color is #726D50.


Border color

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

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

This div border color is #726D50.


Opacity

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

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

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

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

This text has shadow with #726D50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726D50 on black background.


Color preview on white background

This text has color #726D50 on white background.



Black color preview on #726D50 background

This text has black color on #726D50 background.


White color preview on #726D50 background

This text has white color on #726D50 background.