COLOR #726E3F

HEX: #726E3F RGB: (114,110,63)

Color info

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

RGB color model

#726E3F color RGB value is (114,110,63).

RGB: (114,110,63) (45%, 43%, 25%)

RGB channels and saturation

R 114 of 255 = 45%
G 110 of 255 = 43%
B 63 of 255 = 25%

114
110
63

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

Portions of RGB colors in percentages

R + G + B = 114 + 110 + 63 = 287 (100%)
R 114 of 287 ~ 39.72%
G 110 of 287 ~ 38.33%
B 63 of 287 ~ 21.95'%

%39.72
%38.33
%21.95

CMYK color model

#726E3F color CMYK value is (0,4,45,55).

  • cyan value is 0.00%
  • magenta value is 3.51%
  • yellow value is 44.74%
  • key color value is 55.29%

CMYK: (0,4,45,55)
C0M4Y45K55 (0%, 4%, 45%, 55%)
(0.00 / 0.04 / 0.45 / 0.55)

CMYK percentages

%0
%3.51
%44.74
%55.29

Codes

Color #726E3F in popluar color models

72 6E 3F
RGB 114 110 63
HSL 55° 28.81% 34.71%
HSB/HSV 55° 44.74% 44.71%
CMYK 0.00% 3.51% 44.74%
55.29%

Color #726E3F in popluar number systems.

HEX 72 6E 3F
Decimal 114 110 63
Binary 1110010 1101110 111111
Octal 162 156 77

Shades and tints

Shades of #726E3F

#726E3F
(114,110,63)
#68643A
(104,100,58)
#5E5A35
(94,90,53)
#545030
(84,80,48)
#4A462B
(74,70,43)
#403C26
(64,60,38)
#363221
(54,50,33)
#2C281C
(44,40,28)
#221E17
(34,30,23)
#181412
(24,20,18)
#0E0A0D
(14,10,13)
#000000
(0,0,0)

Tints of #726E3F

#726E3F
(114,110,63)
#7E7B50
(126,123,80)
#8A8861
(138,136,97)
#969572
(150,149,114)
#A2A283
(162,162,131)
#AEAF94
(174,175,148)
#BABCA5
(186,188,165)
#C6C9B6
(198,201,182)
#D2D6C7
(210,214,199)
#DEE3D8
(222,227,216)
#EAF0E9
(234,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726E3F; }

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

This text font color is #726E3F.

Background Color

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

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

This div background color is #726E3F.

Border color

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

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

This div border color is #726E3F.

Opacity

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

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

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

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

This text has shadow with #726E3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #726E3F.

Preview

Color preview on black background

This text has color #726E3F on black background.


Color preview on white background

This text has color #726E3F on white background.


Black color preview on #726E3F background

This text has black color on #726E3F background.


White color preview on #726E3F background

This text has white color on #726E3F background.


Related colors

Complementary color

Complementary color for #hex is #8D91C0.


I love getcolorcode.com

Triadic colors

1 #3F726E and #6E3F72 with #726E3F are triadic colors.

2 #3F6E72 and #6E723F with #726E3F are triadic colors.