COLOR #724A47

HEX: #724A47
RGB: (114,74,71)

Color info

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

RGB color model

#724A47 color RGB value is (114,74,71).

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

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 71 of 255 = 28%

114
74
71

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

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 71 = 259 (100%)
R 114 of 259 ~ 44.02%
G 74 of 259 ~ 28.57%
B 71 of 259 ~ 27.41%

%44.02
%28.57
%27.41

CMYK color model

#724A47 color CMYK value is (0,35,38,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 37.72%
  • key color value is 55.29%
CMYK:
(0,35,38,55)
C0M35Y38K55 
(0%,35%,38%,55%)
(0.00/0.35/0.38/0.55)	

CMYK percentages

%0
%35.09
%37.72
%55.29

Codes

Color #724A47 in popluar color models

724A47
RGB1147471
HSL23.24%36.27%
HSB/HSV37.72%44.71%
CMYK0.00%35.09%37.72%
55.29%

Color #724A47 in popluar number systems.

HEX724A47
Decimal1147471
Binary111001010010101000111
Octal162112107

Shades and tints

Shades of #724A47

#724A47
(114,74,71)
#684441
(104,68,65)
#5E3E3B
(94,62,59)
#543835
(84,56,53)
#4A322F
(74,50,47)
#402C29
(64,44,41)
#362623
(54,38,35)
#2C201D
(44,32,29)
#221A17
(34,26,23)
#181411
(24,20,17)
#0E0E0B
(14,14,11)
#000000
(0,0,0)

Tints of #724A47

#724A47
(114,74,71)
#7E5A57
(126,90,87)
#8A6A67
(138,106,103)
#967A77
(150,122,119)
#A28A87
(162,138,135)
#AE9A97
(174,154,151)
#BAAAA7
(186,170,167)
#C6BAB7
(198,186,183)
#D2CAC7
(210,202,199)
#DEDAD7
(222,218,215)
#EAEAE7
(234,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724A47; }

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

This text font color is #724A47.


Background Color

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

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

This div background color is #724A47.


Border color

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

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

This div border color is #724A47.


Opacity

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

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

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

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

This text has shadow with #724A47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A47 on black background.


Color preview on white background

This text has color #724A47 on white background.



Black color preview on #724A47 background

This text has black color on #724A47 background.


White color preview on #724A47 background

This text has white color on #724A47 background.