COLOR #726849

HEX: #726849
RGB: (114,104,73)

Color info

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

RGB color model

#726849 color RGB value is (114,104,73).

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

RGB channels and saturation

R 114 of 255 = 45%
G 104 of 255 = 41%
B 73 of 255 = 29%

114
104
73

R + G + B ~ 38%. #726849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 104 + 73 = 291 (100%)
R 114 of 291 ~ 39.18%
G 104 of 291 ~ 35.74%
B 73 of 291 ~ 25.09%

%39.18
%35.74
%25.09

CMYK color model

#726849 color CMYK value is (0,9,36,55).

  • cyan value is 0.00%
  • magenta value is 8.77%
  • yellow value is 35.96%
  • key color value is 55.29%
CMYK:
(0,9,36,55)
C0M9Y36K55 
(0%,9%,36%,55%)
(0.00/0.09/0.36/0.55)	

CMYK percentages

%0
%8.77
%35.96
%55.29

Codes

Color #726849 in popluar color models

726849
RGB11410473
HSL45°21.93%36.67%
HSB/HSV45°35.96%44.71%
CMYK0.00%8.77%35.96%
55.29%

Color #726849 in popluar number systems.

HEX726849
Decimal11410473
Binary111001011010001001001
Octal162150111

Shades and tints

Shades of #726849

#726849
(114,104,73)
#685F43
(104,95,67)
#5E563D
(94,86,61)
#544D37
(84,77,55)
#4A4431
(74,68,49)
#403B2B
(64,59,43)
#363225
(54,50,37)
#2C291F
(44,41,31)
#222019
(34,32,25)
#181713
(24,23,19)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #726849

#726849
(114,104,73)
#7E7559
(126,117,89)
#8A8269
(138,130,105)
#968F79
(150,143,121)
#A29C89
(162,156,137)
#AEA999
(174,169,153)
#BAB6A9
(186,182,169)
#C6C3B9
(198,195,185)
#D2D0C9
(210,208,201)
#DEDDD9
(222,221,217)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726849; }

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

This text font color is #726849.


Background Color

.myBgColor { background-color: #726849; }

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

This div background color is #726849.


Border color

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

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

This div border color is #726849.


Opacity

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

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

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

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

This text has shadow with #726849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726849 on black background.


Color preview on white background

This text has color #726849 on white background.



Black color preview on #726849 background

This text has black color on #726849 background.


White color preview on #726849 background

This text has white color on #726849 background.