COLOR #724E42

HEX: #724E42 RGB: (114,78,66)

Color info

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

RGB color model

#724E42 color RGB value is (114,78,66).

RGB: (114,78,66) (45%, 31%, 26%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 66 of 255 = 26%

114
78
66

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

Portions of RGB colors in percentages

R + G + B = 114 + 78 + 66 = 258 (100%)
R 114 of 258 ~ 44.19%
G 78 of 258 ~ 30.23%
B 66 of 258 ~ 25.58'%

%44.19
%30.23
%25.58

CMYK color model

#724E42 color CMYK value is (0,32,42,55).

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

CMYK: (0,32,42,55)
C0M32Y42K55 (0%, 32%, 42%, 55%)
(0.00 / 0.32 / 0.42 / 0.55)

CMYK percentages

%0
%31.58
%42.11
%55.29

Codes

Color #724E42 in popluar color models

72 4E 42
RGB 114 78 66
HSL 15° 26.67% 35.29%
HSB/HSV 15° 42.11% 44.71%
CMYK 0.00% 31.58% 42.11%
55.29%

Color #724E42 in popluar number systems.

HEX 72 4E 42
Decimal 114 78 66
Binary 1110010 1001110 1000010
Octal 162 116 102

Shades and tints

Shades of #724E42

#724E42
(114,78,66)
#68473C
(104,71,60)
#5E4036
(94,64,54)
#543930
(84,57,48)
#4A322A
(74,50,42)
#402B24
(64,43,36)
#36241E
(54,36,30)
#2C1D18
(44,29,24)
#221612
(34,22,18)
#180F0C
(24,15,12)
#0E0806
(14,8,6)
#000000
(0,0,0)

Tints of #724E42

#724E42
(114,78,66)
#7E5E53
(126,94,83)
#8A6E64
(138,110,100)
#967E75
(150,126,117)
#A28E86
(162,142,134)
#AE9E97
(174,158,151)
#BAAEA8
(186,174,168)
#C6BEB9
(198,190,185)
#D2CECA
(210,206,202)
#DEDEDB
(222,222,219)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E42; }

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

This text font color is #724E42.

Background Color

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

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

This div background color is #724E42.

Border color

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

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

This div border color is #724E42.

Opacity

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

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

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

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

This text has shadow with #724E42 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #724E42.

Preview

Color preview on black background

This text has color #724E42 on black background.


Color preview on white background

This text has color #724E42 on white background.


Black color preview on #724E42 background

This text has black color on #724E42 background.


White color preview on #724E42 background

This text has white color on #724E42 background.


Related colors

Complementary color

Complementary color for #hex is #8DB1BD.


I love getcolorcode.com

Triadic colors

1 #42724E and #4E4272 with #724E42 are triadic colors.

2 #424E72 and #4E7242 with #724E42 are triadic colors.