COLOR #724329

HEX: #724329
RGB: (114,67,41)

Color info

#724329 contains mainly red and green colors. Web safe color of #724329 is #663333 (or #633).

RGB color model

#724329 color RGB value is (114,67,41).

  • red value is 114;
  • green value is 67;
  • blue value is 41.
RGB:
(114,67,41)
(45%,26%,16%)

RGB channels and saturation

R 114 of 255 = 45%
G 67 of 255 = 26%
B 41 of 255 = 16%

114
67
41

R + G + B ~ 29%. #724329 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 67 + 41 = 222 (100%)
R 114 of 222 ~ 51.35%
G 67 of 222 ~ 30.18%
B 41 of 222 ~ 18.47%

%51.35
%30.18
%18.47

CMYK color model

#724329 color CMYK value is (0,41,64,55).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 64.04%
  • key color value is 55.29%
CMYK:
(0,41,64,55)
C0M41Y64K55 
(0%,41%,64%,55%)
(0.00/0.41/0.64/0.55)	

CMYK percentages

%0
%41.23
%64.04
%55.29

Codes

Color #724329 in popluar color models

724329
RGB1146741
HSL21°47.10%30.39%
HSB/HSV21°64.04%44.71%
CMYK0.00%41.23%64.04%
55.29%

Color #724329 in popluar number systems.

HEX724329
Decimal1146741
Binary11100101000011101001
Octal16210351

Shades and tints

Shades of #724329

#724329
(114,67,41)
#683D26
(104,61,38)
#5E3723
(94,55,35)
#543120
(84,49,32)
#4A2B1D
(74,43,29)
#40251A
(64,37,26)
#361F17
(54,31,23)
#2C1914
(44,25,20)
#221311
(34,19,17)
#180D0E
(24,13,14)
#0E070B
(14,7,11)
#000000
(0,0,0)

Tints of #724329

#724329
(114,67,41)
#7E543C
(126,84,60)
#8A654F
(138,101,79)
#967662
(150,118,98)
#A28775
(162,135,117)
#AE9888
(174,152,136)
#BAA99B
(186,169,155)
#C6BAAE
(198,186,174)
#D2CBC1
(210,203,193)
#DEDCD4
(222,220,212)
#EAEDE7
(234,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724329; }

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

This text font color is #724329.


Background Color

.myBgColor { background-color: #724329; }

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

This div background color is #724329.


Border color

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

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

This div border color is #724329.


Opacity

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

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

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

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

This text has shadow with #724329 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724329 on black background.


Color preview on white background

This text has color #724329 on white background.



Black color preview on #724329 background

This text has black color on #724329 background.


White color preview on #724329 background

This text has white color on #724329 background.