COLOR #726241

HEX: #726241
RGB: (114,98,65)

Color info

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

RGB color model

#726241 color RGB value is (114,98,65).

  • red value is 114;
  • green value is 98;
  • blue value is 65.
RGB:
(114,98,65)
(45%,38%,25%)

RGB channels and saturation

R 114 of 255 = 45%
G 98 of 255 = 38%
B 65 of 255 = 25%

114
98
65

R + G + B ~ 36%. #726241 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 98 + 65 = 277 (100%)
R 114 of 277 ~ 41.16%
G 98 of 277 ~ 35.38%
B 65 of 277 ~ 23.47%

%41.16
%35.38
%23.47

CMYK color model

#726241 color CMYK value is (0,14,43,55).

  • cyan value is 0.00%
  • magenta value is 14.04%
  • yellow value is 42.98%
  • key color value is 55.29%
CMYK:
(0,14,43,55)
C0M14Y43K55 
(0%,14%,43%,55%)
(0.00/0.14/0.43/0.55)	

CMYK percentages

%0
%14.04
%42.98
%55.29

Codes

Color #726241 in popluar color models

726241
RGB1149865
HSL40°27.37%35.10%
HSB/HSV40°42.98%44.71%
CMYK0.00%14.04%42.98%
55.29%

Color #726241 in popluar number systems.

HEX726241
Decimal1149865
Binary111001011000101000001
Octal162142101

Shades and tints

Shades of #726241

#726241
(114,98,65)
#685A3C
(104,90,60)
#5E5237
(94,82,55)
#544A32
(84,74,50)
#4A422D
(74,66,45)
#403A28
(64,58,40)
#363223
(54,50,35)
#2C2A1E
(44,42,30)
#222219
(34,34,25)
#181A14
(24,26,20)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #726241

#726241
(114,98,65)
#7E7052
(126,112,82)
#8A7E63
(138,126,99)
#968C74
(150,140,116)
#A29A85
(162,154,133)
#AEA896
(174,168,150)
#BAB6A7
(186,182,167)
#C6C4B8
(198,196,184)
#D2D2C9
(210,210,201)
#DEE0DA
(222,224,218)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726241 color. Also use rgb(114,98,65) instead hex code.

Text Font Color

.myTextColor { color: #726241; }

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

This text font color is #726241.


Background Color

.myBgColor { background-color: #726241; }

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

This div background color is #726241.


Border color

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

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

This div border color is #726241.


Opacity

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

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

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

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

This text has shadow with #726241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726241 on black background.


Color preview on white background

This text has color #726241 on white background.



Black color preview on #726241 background

This text has black color on #726241 background.


White color preview on #726241 background

This text has white color on #726241 background.