COLOR #726E44

HEX: #726E44
RGB: (114,110,68)

Color info

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

RGB color model

#726E44 color RGB value is (114,110,68).

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

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 68 of 255 = 27%

114
110
68

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

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 68 = 292 (100%)
R 114 of 292 ~ 39.04%
G 110 of 292 ~ 37.67%
B 68 of 292 ~ 23.29%

%39.04
%37.67
%23.29

CMYK color model

#726E44 color CMYK value is (0,4,40,55).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 40.35%
  • key color value is 55.29%
CMYK:
(0,4,40,55)
C0M4Y40K55 
(0%,4%,40%,55%)
(0.00/0.04/0.40/0.55)	

CMYK percentages

%0
%3.51
%40.35
%55.29

Codes

Color #726E44 in popluar color models

726E44
RGB11411068
HSL55°25.27%35.69%
HSB/HSV55°40.35%44.71%
CMYK0.00%3.51%40.35%
55.29%

Color #726E44 in popluar number systems.

HEX726E44
Decimal11411068
Binary111001011011101000100
Octal162156104

Shades and tints

Shades of #726E44

#726E44
(114,110,68)
#68643E
(104,100,62)
#5E5A38
(94,90,56)
#545032
(84,80,50)
#4A462C
(74,70,44)
#403C26
(64,60,38)
#363220
(54,50,32)
#2C281A
(44,40,26)
#221E14
(34,30,20)
#18140E
(24,20,14)
#0E0A08
(14,10,8)
#000000
(0,0,0)

Tints of #726E44

#726E44
(114,110,68)
#7E7B55
(126,123,85)
#8A8866
(138,136,102)
#969577
(150,149,119)
#A2A288
(162,162,136)
#AEAF99
(174,175,153)
#BABCAA
(186,188,170)
#C6C9BB
(198,201,187)
#D2D6CC
(210,214,204)
#DEE3DD
(222,227,221)
#EAF0EE
(234,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E44; }

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

This text font color is #726E44.


Background Color

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

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

This div background color is #726E44.


Border color

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

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

This div border color is #726E44.


Opacity

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

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

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

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

This text has shadow with #726E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726E44 on black background.


Color preview on white background

This text has color #726E44 on white background.



Black color preview on #726E44 background

This text has black color on #726E44 background.


White color preview on #726E44 background

This text has white color on #726E44 background.