COLOR #724E40

HEX: #724E40 RGB: (114,78,64)

Color info

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

RGB color model

#724E40 color RGB value is (114,78,64).

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

RGB channels and saturation

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

114
78
64

R + G + B ~ 34%. #724E40 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 64 = 256 (100%)
R 114 of 256 ~ 44.53%
G 78 of 256 ~ 30.47%
B 64 of 256 ~ 25'%

%44.53
%30.47
%25

CMYK color model

#724E40 color CMYK value is (0,32,44,55).

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

CMYK: (0,32,44,55)
C0M32Y44K55 (0%, 32%, 44%, 55%)
(0.00 / 0.32 / 0.44 / 0.55)

CMYK percentages

%0
%31.58
%43.86
%55.29

Codes

Color #724E40 in popluar color models

72 4E 40
RGB 114 78 64
HSL 17° 28.09% 34.90%
HSB/HSV 17° 43.86% 44.71%
CMYK 0.00% 31.58% 43.86%
55.29%

Color #724E40 in popluar number systems.

HEX 72 4E 40
Decimal 114 78 64
Binary 1110010 1001110 1000000
Octal 162 116 100

Shades and tints

Shades of #724E40

#724E40
(114,78,64)
#68473B
(104,71,59)
#5E4036
(94,64,54)
#543931
(84,57,49)
#4A322C
(74,50,44)
#402B27
(64,43,39)
#362422
(54,36,34)
#2C1D1D
(44,29,29)
#221618
(34,22,24)
#180F13
(24,15,19)
#0E080E
(14,8,14)
#000000
(0,0,0)

Tints of #724E40

#724E40
(114,78,64)
#7E5E51
(126,94,81)
#8A6E62
(138,110,98)
#967E73
(150,126,115)
#A28E84
(162,142,132)
#AE9E95
(174,158,149)
#BAAEA6
(186,174,166)
#C6BEB7
(198,190,183)
#D2CEC8
(210,206,200)
#DEDED9
(222,222,217)
#EAEEEA
(234,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E40; }

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

This text font color is #724E40.

Background Color

.myBgColor { background-color: #724E40; }

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

This div background color is #724E40.

Border color

.myBorderColor { border: 1px solid #724E40; }

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

This div border color is #724E40.

Opacity

.myOpacity80 { color: #724E40; opacity: 0.8; }

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

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

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

This text has shadow with #724E40 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E40.

Preview

Color preview on black background

This text has color #724E40 on black background.


Color preview on white background

This text has color #724E40 on white background.


Black color preview on #724E40 background

This text has black color on #724E40 background.


White color preview on #724E40 background

This text has white color on #724E40 background.


Related colors

Complementary color

Complementary color for #hex is #8DB1BF.


I love getcolorcode.com

Triadic colors

1 #40724E and #4E4072 with #724E40 are triadic colors.

2 #404E72 and #4E7240 with #724E40 are triadic colors.