COLOR #727047

HEX: #727047
RGB: (114,112,71)

Color info

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

RGB color model

#727047 color RGB value is (114,112,71).

  • red value is 114;
  • green value is 112;
  • blue value is 71.
RGB:
(114,112,71)
(45%,44%,28%)

RGB channels and saturation

R 114 of 255 = 45%
G 112 of 255 = 44%
B 71 of 255 = 28%

114
112
71

R + G + B ~ 39%. #727047 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 112 + 71 = 297 (100%)
R 114 of 297 ~ 38.38%
G 112 of 297 ~ 37.71%
B 71 of 297 ~ 23.91%

%38.38
%37.71
%23.91

CMYK color model

#727047 color CMYK value is (0,2,38,55).

  • cyan value is 0.00%
  • magenta value is 1.75%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(0,2,38,55)
C0M2Y38K55 
(0%,2%,38%,55%)
(0.00/0.02/0.38/0.55)	

CMYK percentages

%0
%1.75
%37.72
%55.29

Codes

Color #727047 in popluar color models

727047
RGB11411271
HSL57°23.24%36.27%
HSB/HSV57°37.72%44.71%
CMYK0.00%1.75%37.72%
55.29%

Color #727047 in popluar number systems.

HEX727047
Decimal11411271
Binary111001011100001000111
Octal162160107

Shades and tints

Shades of #727047

#727047
(114,112,71)
#686641
(104,102,65)
#5E5C3B
(94,92,59)
#545235
(84,82,53)
#4A482F
(74,72,47)
#403E29
(64,62,41)
#363423
(54,52,35)
#2C2A1D
(44,42,29)
#222017
(34,32,23)
#181611
(24,22,17)
#0E0C0B
(14,12,11)
#000000
(0,0,0)

Tints of #727047

#727047
(114,112,71)
#7E7D57
(126,125,87)
#8A8A67
(138,138,103)
#969777
(150,151,119)
#A2A487
(162,164,135)
#AEB197
(174,177,151)
#BABEA7
(186,190,167)
#C6CBB7
(198,203,183)
#D2D8C7
(210,216,199)
#DEE5D7
(222,229,215)
#EAF2E7
(234,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727047 color. Also use rgb(114,112,71) instead hex code.

Text Font Color

.myTextColor { color: #727047; }

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

This text font color is #727047.


Background Color

.myBgColor { background-color: #727047; }

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

This div background color is #727047.


Border color

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

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

This div border color is #727047.


Opacity

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

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

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

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

This text has shadow with #727047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727047 on black background.


Color preview on white background

This text has color #727047 on white background.



Black color preview on #727047 background

This text has black color on #727047 background.


White color preview on #727047 background

This text has white color on #727047 background.