COLOR #726F2C

HEX: #726F2C
RGB: (114,111,44)

Color info

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

RGB color model

#726F2C color RGB value is (114,111,44).

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

RGB channels and saturation

R 114 of 255 = 45%
G 111 of 255 = 44%
B 44 of 255 = 17%

114
111
44

R + G + B ~ 35%. #726F2C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 111 + 44 = 269 (100%)
R 114 of 269 ~ 42.38%
G 111 of 269 ~ 41.26%
B 44 of 269 ~ 16.36%

%42.38
%41.26
%16.36

CMYK color model

#726F2C color CMYK value is (0,3,61,55).

  • cyan value is 0.00%
  • magenta value is 2.63%
  • yellow value is 61.40%
  • key color value is 55.29%
CMYK:
(0,3,61,55)
C0M3Y61K55 
(0%,3%,61%,55%)
(0.00/0.03/0.61/0.55)	

CMYK percentages

%0
%2.63
%61.4
%55.29

Codes

Color #726F2C in popluar color models

726F2C
RGB11411144
HSL57°44.30%30.98%
HSB/HSV57°61.40%44.71%
CMYK0.00%2.63%61.40%
55.29%

Color #726F2C in popluar number systems.

HEX726F2C
Decimal11411144
Binary11100101101111101100
Octal16215754

Shades and tints

Shades of #726F2C

#726F2C
(114,111,44)
#686528
(104,101,40)
#5E5B24
(94,91,36)
#545120
(84,81,32)
#4A471C
(74,71,28)
#403D18
(64,61,24)
#363314
(54,51,20)
#2C2910
(44,41,16)
#221F0C
(34,31,12)
#181508
(24,21,8)
#0E0B04
(14,11,4)
#000000
(0,0,0)

Tints of #726F2C

#726F2C
(114,111,44)
#7E7C3F
(126,124,63)
#8A8952
(138,137,82)
#969665
(150,150,101)
#A2A378
(162,163,120)
#AEB08B
(174,176,139)
#BABD9E
(186,189,158)
#C6CAB1
(198,202,177)
#D2D7C4
(210,215,196)
#DEE4D7
(222,228,215)
#EAF1EA
(234,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #726F2C; }

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

This text font color is #726F2C.


Background Color

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

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

This div background color is #726F2C.


Border color

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

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

This div border color is #726F2C.


Opacity

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

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

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

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

This text has shadow with #726F2C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #726F2C on black background.


Color preview on white background

This text has color #726F2C on white background.



Black color preview on #726F2C background

This text has black color on #726F2C background.


White color preview on #726F2C background

This text has white color on #726F2C background.