COLOR #724A39

HEX: #724A39
RGB: (114,74,57)

Color info

#724A39 contains red, green and blue colors in about the same proportion. Web safe color of #724A39 is #663333 (or #633).

RGB color model

#724A39 color RGB value is (114,74,57).

  • red value is 114;
  • green value is 74;
  • blue value is 57.
RGB:
(114,74,57)
(45%,29%,22%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 57 of 255 = 22%

114
74
57

R + G + B ~ 32%. #724A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 57 = 245 (100%)
R 114 of 245 ~ 46.53%
G 74 of 245 ~ 30.2%
B 57 of 245 ~ 23.27%

%46.53
%30.2
%23.27

CMYK color model

#724A39 color CMYK value is (0,35,50,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 50.00%
  • key color value is 55.29%
CMYK:
(0,35,50,55)
C0M35Y50K55 
(0%,35%,50%,55%)
(0.00/0.35/0.50/0.55)	

CMYK percentages

%0
%35.09
%50
%55.29

Codes

Color #724A39 in popluar color models

724A39
RGB1147457
HSL18°33.33%33.53%
HSB/HSV18°50.00%44.71%
CMYK0.00%35.09%50.00%
55.29%

Color #724A39 in popluar number systems.

HEX724A39
Decimal1147457
Binary11100101001010111001
Octal16211271

Shades and tints

Shades of #724A39

#724A39
(114,74,57)
#684434
(104,68,52)
#5E3E2F
(94,62,47)
#54382A
(84,56,42)
#4A3225
(74,50,37)
#402C20
(64,44,32)
#36261B
(54,38,27)
#2C2016
(44,32,22)
#221A11
(34,26,17)
#18140C
(24,20,12)
#0E0E07
(14,14,7)
#000000
(0,0,0)

Tints of #724A39

#724A39
(114,74,57)
#7E5A4B
(126,90,75)
#8A6A5D
(138,106,93)
#967A6F
(150,122,111)
#A28A81
(162,138,129)
#AE9A93
(174,154,147)
#BAAAA5
(186,170,165)
#C6BAB7
(198,186,183)
#D2CAC9
(210,202,201)
#DEDADB
(222,218,219)
#EAEAED
(234,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724A39 color. Also use rgb(114,74,57) instead hex code.

Text Font Color

.myTextColor { color: #724A39; }

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

This text font color is #724A39.


Background Color

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

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

This div background color is #724A39.


Border color

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

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

This div border color is #724A39.


Opacity

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

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

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

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

This text has shadow with #724A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A39 on black background.


Color preview on white background

This text has color #724A39 on white background.



Black color preview on #724A39 background

This text has black color on #724A39 background.


White color preview on #724A39 background

This text has white color on #724A39 background.