COLOR #724322

HEX: #724322
RGB: (114,67,34)

Color info

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

RGB color model

#724322 color RGB value is (114,67,34).

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

RGB channels and saturation

R 114 of 255 = 45%
G 67 of 255 = 26%
B 34 of 255 = 13%

114
67
34

R + G + B ~ 28%. #724322 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 67 + 34 = 215 (100%)
R 114 of 215 ~ 53.02%
G 67 of 215 ~ 31.16%
B 34 of 215 ~ 15.81%

%53.02
%31.16
%15.81

CMYK color model

#724322 color CMYK value is (0,41,70,55).

  • cyan value is 0.00%
  • magenta value is 41.23%
  • yellow value is 70.18%
  • key color value is 55.29%
CMYK:
(0,41,70,55)
C0M41Y70K55 
(0%,41%,70%,55%)
(0.00/0.41/0.70/0.55)	

CMYK percentages

%0
%41.23
%70.18
%55.29

Codes

Color #724322 in popluar color models

724322
RGB1146734
HSL25°54.05%29.02%
HSB/HSV25°70.18%44.71%
CMYK0.00%41.23%70.18%
55.29%

Color #724322 in popluar number systems.

HEX724322
Decimal1146734
Binary11100101000011100010
Octal16210342

Shades and tints

Shades of #724322

#724322
(114,67,34)
#683D1F
(104,61,31)
#5E371C
(94,55,28)
#543119
(84,49,25)
#4A2B16
(74,43,22)
#402513
(64,37,19)
#361F10
(54,31,16)
#2C190D
(44,25,13)
#22130A
(34,19,10)
#180D07
(24,13,7)
#0E0704
(14,7,4)
#000000
(0,0,0)

Tints of #724322

#724322
(114,67,34)
#7E5436
(126,84,54)
#8A654A
(138,101,74)
#96765E
(150,118,94)
#A28772
(162,135,114)
#AE9886
(174,152,134)
#BAA99A
(186,169,154)
#C6BAAE
(198,186,174)
#D2CBC2
(210,203,194)
#DEDCD6
(222,220,214)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724322; }

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

This text font color is #724322.


Background Color

.myBgColor { background-color: #724322; }

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

This div background color is #724322.


Border color

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

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

This div border color is #724322.


Opacity

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

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

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

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

This text has shadow with #724322 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724322 on black background.


Color preview on white background

This text has color #724322 on white background.



Black color preview on #724322 background

This text has black color on #724322 background.


White color preview on #724322 background

This text has white color on #724322 background.