COLOR #726E5F

HEX: #726E5F
RGB: (114,110,95)

Color info

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

RGB color model

#726E5F color RGB value is (114,110,95).

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

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 95 of 255 = 37%

114
110
95

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

Portions of RGB colors in percentages

R + G + B =
114 + 110 + 95 = 319 (100%)
R 114 of 319 ~ 35.74%
G 110 of 319 ~ 34.48%
B 95 of 319 ~ 29.78%

%35.74
%34.48
%29.78

CMYK color model

#726E5F color CMYK value is (0,4,17,55).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 16.67%
  • key color value is 55.29%
CMYK:
(0,4,17,55)
C0M4Y17K55 
(0%,4%,17%,55%)
(0.00/0.04/0.17/0.55)	

CMYK percentages

%0
%3.51
%16.67
%55.29

Codes

Color #726E5F in popluar color models

726E5F
RGB11411095
HSL47°9.09%40.98%
HSB/HSV47°16.67%44.71%
CMYK0.00%3.51%16.67%
55.29%

Color #726E5F in popluar number systems.

HEX726E5F
Decimal11411095
Binary111001011011101011111
Octal162156137

Shades and tints

Shades of #726E5F

#726E5F
(114,110,95)
#686457
(104,100,87)
#5E5A4F
(94,90,79)
#545047
(84,80,71)
#4A463F
(74,70,63)
#403C37
(64,60,55)
#36322F
(54,50,47)
#2C2827
(44,40,39)
#221E1F
(34,30,31)
#181417
(24,20,23)
#0E0A0F
(14,10,15)
#000000
(0,0,0)

Tints of #726E5F

#726E5F
(114,110,95)
#7E7B6D
(126,123,109)
#8A887B
(138,136,123)
#969589
(150,149,137)
#A2A297
(162,162,151)
#AEAFA5
(174,175,165)
#BABCB3
(186,188,179)
#C6C9C1
(198,201,193)
#D2D6CF
(210,214,207)
#DEE3DD
(222,227,221)
#EAF0EB
(234,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E5F; }

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

This text font color is #726E5F.


Background Color

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

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

This div background color is #726E5F.


Border color

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

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

This div border color is #726E5F.


Opacity

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

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

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

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

This text has shadow with #726E5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726E5F on black background.


Color preview on white background

This text has color #726E5F on white background.



Black color preview on #726E5F background

This text has black color on #726E5F background.


White color preview on #726E5F background

This text has white color on #726E5F background.