COLOR #727240

HEX: #727240 RGB: (114,114,64)

Color info

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

RGB color model

#727240 color RGB value is (114,114,64).

RGB: (114,114,64) (45%, 45%, 25%)

RGB channels and saturation

R 114 of 255 = 45%
G 114 of 255 = 45%
B 64 of 255 = 25%

114
114
64

R + G + B ~ 38%. #727240 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 114 + 64 = 292 (100%)
R 114 of 292 ~ 39.04%
G 114 of 292 ~ 39.04%
B 64 of 292 ~ 21.92'%

%39.04
%39.04
%21.92

CMYK color model

#727240 color CMYK value is (0,0,44,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 43.86%
  • key color value is 55.29%

CMYK: (0,0,44,55)
C0M0Y44K55 (0%, 0%, 44%, 55%)
(0.00 / 0.00 / 0.44 / 0.55)

CMYK percentages

%0
%0
%43.86
%55.29

Codes

Color #727240 in popluar color models

72 72 40
RGB 114 114 64
HSL 60° 28.09% 34.90%
HSB/HSV 60° 43.86% 44.71%
CMYK 0.00% 0.00% 43.86%
55.29%

Color #727240 in popluar number systems.

HEX 72 72 40
Decimal 114 114 64
Binary 1110010 1110010 1000000
Octal 162 162 100

Shades and tints

Shades of #727240

#727240
(114,114,64)
#68683B
(104,104,59)
#5E5E36
(94,94,54)
#545431
(84,84,49)
#4A4A2C
(74,74,44)
#404027
(64,64,39)
#363622
(54,54,34)
#2C2C1D
(44,44,29)
#222218
(34,34,24)
#181813
(24,24,19)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #727240

#727240
(114,114,64)
#7E7E51
(126,126,81)
#8A8A62
(138,138,98)
#969673
(150,150,115)
#A2A284
(162,162,132)
#AEAE95
(174,174,149)
#BABAA6
(186,186,166)
#C6C6B7
(198,198,183)
#D2D2C8
(210,210,200)
#DEDED9
(222,222,217)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #727240; }

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

This text font color is #727240.

Background Color

.myBgColor { background-color: #727240; }

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

This div background color is #727240.

Border color

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

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

This div border color is #727240.

Opacity

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

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

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

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

This text has shadow with #727240 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #727240.

Preview

Color preview on black background

This text has color #727240 on black background.


Color preview on white background

This text has color #727240 on white background.


Black color preview on #727240 background

This text has black color on #727240 background.


White color preview on #727240 background

This text has white color on #727240 background.


Related colors

Complementary color

Complementary color for #hex is #8D8DBF.


I love getcolorcode.com