COLOR #726627

HEX: #726627
RGB: (114,102,39)

Color info

#726627 contains mainly red and green colors. Web safe color of #726627 is #666633 (or #663).

RGB color model

#726627 color RGB value is (114,102,39).

  • red value is 114;
  • green value is 102;
  • blue value is 39.
RGB:
(114,102,39)
(45%,40%,15%)

RGB channels and saturation

R 114 of 255 = 45%
G 102 of 255 = 40%
B 39 of 255 = 15%

114
102
39

R + G + B ~ 33%. #726627 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 102 + 39 = 255 (100%)
R 114 of 255 ~ 44.71%
G 102 of 255 ~ 40%
B 39 of 255 ~ 15.29%

%44.71
%40
%15.29

CMYK color model

#726627 color CMYK value is (0,11,66,55).

  • cyan value is 0.00%
  • magenta value is 10.53%
  • yellow value is 65.79%
  • key color value is 55.29%
CMYK:
(0,11,66,55)
C0M11Y66K55 
(0%,11%,66%,55%)
(0.00/0.11/0.66/0.55)	

CMYK percentages

%0
%10.53
%65.79
%55.29

Codes

Color #726627 in popluar color models

726627
RGB11410239
HSL50°49.02%30.00%
HSB/HSV50°65.79%44.71%
CMYK0.00%10.53%65.79%
55.29%

Color #726627 in popluar number systems.

HEX726627
Decimal11410239
Binary11100101100110100111
Octal16214647

Shades and tints

Shades of #726627

#726627
(114,102,39)
#685D24
(104,93,36)
#5E5421
(94,84,33)
#544B1E
(84,75,30)
#4A421B
(74,66,27)
#403918
(64,57,24)
#363015
(54,48,21)
#2C2712
(44,39,18)
#221E0F
(34,30,15)
#18150C
(24,21,12)
#0E0C09
(14,12,9)
#000000
(0,0,0)

Tints of #726627

#726627
(114,102,39)
#7E733A
(126,115,58)
#8A804D
(138,128,77)
#968D60
(150,141,96)
#A29A73
(162,154,115)
#AEA786
(174,167,134)
#BAB499
(186,180,153)
#C6C1AC
(198,193,172)
#D2CEBF
(210,206,191)
#DEDBD2
(222,219,210)
#EAE8E5
(234,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726627 color. Also use rgb(114,102,39) instead hex code.

Text Font Color

.myTextColor { color: #726627; }

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

This text font color is #726627.


Background Color

.myBgColor { background-color: #726627; }

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

This div background color is #726627.


Border color

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

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

This div border color is #726627.


Opacity

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

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

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

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

This text has shadow with #726627 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726627 on black background.


Color preview on white background

This text has color #726627 on white background.



Black color preview on #726627 background

This text has black color on #726627 background.


White color preview on #726627 background

This text has white color on #726627 background.