COLOR #726B46

HEX: #726B46
RGB: (114,107,70)

Color info

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

RGB color model

#726B46 color RGB value is (114,107,70).

  • red value is 114;
  • green value is 107;
  • blue value is 70.
RGB:
(114,107,70)
(45%,42%,27%)

RGB channels and saturation

R 114 of 255 = 45%
G 107 of 255 = 42%
B 70 of 255 = 27%

114
107
70

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

Portions of RGB colors in percentages

R + G + B =
114 + 107 + 70 = 291 (100%)
R 114 of 291 ~ 39.18%
G 107 of 291 ~ 36.77%
B 70 of 291 ~ 24.05%

%39.18
%36.77
%24.05

CMYK color model

#726B46 color CMYK value is (0,6,39,55).

  • cyan value is 0.00%
  • magenta value is 6.14%
  • yellow value is 38.60%
  • key color value is 55.29%
CMYK:
(0,6,39,55)
C0M6Y39K55 
(0%,6%,39%,55%)
(0.00/0.06/0.39/0.55)	

CMYK percentages

%0
%6.14
%38.6
%55.29

Codes

Color #726B46 in popluar color models

726B46
RGB11410770
HSL50°23.91%36.08%
HSB/HSV50°38.60%44.71%
CMYK0.00%6.14%38.60%
55.29%

Color #726B46 in popluar number systems.

HEX726B46
Decimal11410770
Binary111001011010111000110
Octal162153106

Shades and tints

Shades of #726B46

#726B46
(114,107,70)
#686240
(104,98,64)
#5E593A
(94,89,58)
#545034
(84,80,52)
#4A472E
(74,71,46)
#403E28
(64,62,40)
#363522
(54,53,34)
#2C2C1C
(44,44,28)
#222316
(34,35,22)
#181A10
(24,26,16)
#0E110A
(14,17,10)
#000000
(0,0,0)

Tints of #726B46

#726B46
(114,107,70)
#7E7856
(126,120,86)
#8A8566
(138,133,102)
#969276
(150,146,118)
#A29F86
(162,159,134)
#AEAC96
(174,172,150)
#BAB9A6
(186,185,166)
#C6C6B6
(198,198,182)
#D2D3C6
(210,211,198)
#DEE0D6
(222,224,214)
#EAEDE6
(234,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726B46 color. Also use rgb(114,107,70) instead hex code.

Text Font Color

.myTextColor { color: #726B46; }

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

This text font color is #726B46.


Background Color

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

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

This div background color is #726B46.


Border color

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

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

This div border color is #726B46.


Opacity

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

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

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

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

This text has shadow with #726B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726B46 on black background.


Color preview on white background

This text has color #726B46 on white background.



Black color preview on #726B46 background

This text has black color on #726B46 background.


White color preview on #726B46 background

This text has white color on #726B46 background.