COLOR #727444

HEX: #727444
RGB: (114,116,68)

Color info

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

RGB color model

#727444 color RGB value is (114,116,68).

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

RGB channels and saturation

R 114 of 255 = 45%
G 116 of 255 = 45%
B 68 of 255 = 27%

114
116
68

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

Portions of RGB colors in percentages

R + G + B =
114 + 116 + 68 = 298 (100%)
R 114 of 298 ~ 38.26%
G 116 of 298 ~ 38.93%
B 68 of 298 ~ 22.82%

%38.26
%38.93
%22.82

CMYK color model

#727444 color CMYK value is (2,0,41,55).

  • cyan value is 1.72%
  • magenta value is 0.00%
  • yellow value is 41.38%
  • key color value is 54.51%
CMYK:
(2,0,41,55)
C2M0Y41K55 
(2%,0%,41%,55%)
(0.02/0.00/0.41/0.55)	

CMYK percentages

%1.72
%0
%41.38
%54.51

Codes

Color #727444 in popluar color models

727444
RGB11411668
HSL63°26.09%36.08%
HSB/HSV63°41.38%45.49%
CMYK1.72%0.00%41.38%
54.51%

Color #727444 in popluar number systems.

HEX727444
Decimal11411668
Binary111001011101001000100
Octal162164104

Shades and tints

Shades of #727444

#727444
(114,116,68)
#686A3E
(104,106,62)
#5E6038
(94,96,56)
#545632
(84,86,50)
#4A4C2C
(74,76,44)
#404226
(64,66,38)
#363820
(54,56,32)
#2C2E1A
(44,46,26)
#222414
(34,36,20)
#181A0E
(24,26,14)
#0E1008
(14,16,8)
#000000
(0,0,0)

Tints of #727444

#727444
(114,116,68)
#7E8055
(126,128,85)
#8A8C66
(138,140,102)
#969877
(150,152,119)
#A2A488
(162,164,136)
#AEB099
(174,176,153)
#BABCAA
(186,188,170)
#C6C8BB
(198,200,187)
#D2D4CC
(210,212,204)
#DEE0DD
(222,224,221)
#EAECEE
(234,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727444; }

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

This text font color is #727444.


Background Color

.myBgColor { background-color: #727444; }

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

This div background color is #727444.


Border color

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

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

This div border color is #727444.


Opacity

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

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

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

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

This text has shadow with #727444 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #727444 on black background.


Color preview on white background

This text has color #727444 on white background.



Black color preview on #727444 background

This text has black color on #727444 background.


White color preview on #727444 background

This text has white color on #727444 background.