COLOR #727449

HEX: #727449
RGB: (114,116,73)

Color info

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

RGB color model

#727449 color RGB value is (114,116,73).

  • red value is 114;
  • green value is 116;
  • blue value is 73.
RGB:
(114,116,73)
(45%,45%,29%)

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 73 of 255 = 29%

114
116
73

R + G + B ~ 40%. #727449 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 73 = 303 (100%)
R 114 of 303 ~ 37.62%
G 116 of 303 ~ 38.28%
B 73 of 303 ~ 24.09%

%37.62
%38.28
%24.09

CMYK color model

#727449 color CMYK value is (2,0,37,55).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 37.07%
  • key color value is 54.51%
CMYK:
(2,0,37,55)
C2M0Y37K55 
(2%,0%,37%,55%)
(0.02/0.00/0.37/0.55)	

CMYK percentages

%1.72
%0
%37.07
%54.51

Codes

Color #727449 in popluar color models

727449
RGB11411673
HSL63°22.75%37.06%
HSB/HSV63°37.07%45.49%
CMYK1.72%0.00%37.07%
54.51%

Color #727449 in popluar number systems.

HEX727449
Decimal11411673
Binary111001011101001001001
Octal162164111

Shades and tints

Shades of #727449

#727449
(114,116,73)
#686A43
(104,106,67)
#5E603D
(94,96,61)
#545637
(84,86,55)
#4A4C31
(74,76,49)
#40422B
(64,66,43)
#363825
(54,56,37)
#2C2E1F
(44,46,31)
#222419
(34,36,25)
#181A13
(24,26,19)
#0E100D
(14,16,13)
#000000
(0,0,0)

Tints of #727449

#727449
(114,116,73)
#7E8059
(126,128,89)
#8A8C69
(138,140,105)
#969879
(150,152,121)
#A2A489
(162,164,137)
#AEB099
(174,176,153)
#BABCA9
(186,188,169)
#C6C8B9
(198,200,185)
#D2D4C9
(210,212,201)
#DEE0D9
(222,224,217)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #727449 color. Also use rgb(114,116,73) instead hex code.

Text Font Color

.myTextColor { color: #727449; }

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

This text font color is #727449.


Background Color

.myBgColor { background-color: #727449; }

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

This div background color is #727449.


Border color

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

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

This div border color is #727449.


Opacity

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

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

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

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

This text has shadow with #727449 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727449 on black background.


Color preview on white background

This text has color #727449 on white background.



Black color preview on #727449 background

This text has black color on #727449 background.


White color preview on #727449 background

This text has white color on #727449 background.