COLOR #726F3A

HEX: #726F3A
RGB: (114,111,58)

Color info

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

RGB color model

#726F3A color RGB value is (114,111,58).

  • red value is 114;
  • green value is 111;
  • blue value is 58.
RGB:
(114,111,58)
(45%,44%,23%)

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 58 of 255 = 23%

114
111
58

R + G + B ~ 37%. #726F3A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 58 = 283 (100%)
R 114 of 283 ~ 40.28%
G 111 of 283 ~ 39.22%
B 58 of 283 ~ 20.49%

%40.28
%39.22
%20.49

CMYK color model

#726F3A color CMYK value is (0,3,49,55).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 49.12%
  • key color value is 55.29%
CMYK:
(0,3,49,55)
C0M3Y49K55 
(0%,3%,49%,55%)
(0.00/0.03/0.49/0.55)	

CMYK percentages

%0
%2.63
%49.12
%55.29

Codes

Color #726F3A in popluar color models

726F3A
RGB11411158
HSL57°32.56%33.73%
HSB/HSV57°49.12%44.71%
CMYK0.00%2.63%49.12%
55.29%

Color #726F3A in popluar number systems.

HEX726F3A
Decimal11411158
Binary11100101101111111010
Octal16215772

Shades and tints

Shades of #726F3A

#726F3A
(114,111,58)
#686535
(104,101,53)
#5E5B30
(94,91,48)
#54512B
(84,81,43)
#4A4726
(74,71,38)
#403D21
(64,61,33)
#36331C
(54,51,28)
#2C2917
(44,41,23)
#221F12
(34,31,18)
#18150D
(24,21,13)
#0E0B08
(14,11,8)
#000000
(0,0,0)

Tints of #726F3A

#726F3A
(114,111,58)
#7E7C4B
(126,124,75)
#8A895C
(138,137,92)
#96966D
(150,150,109)
#A2A37E
(162,163,126)
#AEB08F
(174,176,143)
#BABDA0
(186,189,160)
#C6CAB1
(198,202,177)
#D2D7C2
(210,215,194)
#DEE4D3
(222,228,211)
#EAF1E4
(234,241,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #726F3A color. Also use rgb(114,111,58) instead hex code.

Text Font Color

.myTextColor { color: #726F3A; }

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

This text font color is #726F3A.


Background Color

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

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

This div background color is #726F3A.


Border color

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

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

This div border color is #726F3A.


Opacity

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

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

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

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

This text has shadow with #726F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F3A on black background.


Color preview on white background

This text has color #726F3A on white background.



Black color preview on #726F3A background

This text has black color on #726F3A background.


White color preview on #726F3A background

This text has white color on #726F3A background.