COLOR #723220

HEX: #723220
RGB: (114,50,32)

Color info

#723220 contains mainly red color. Web safe color of #723220 is #663333 (or #633).

RGB color model

#723220 color RGB value is (114,50,32).

  • red value is 114;
  • green value is 50;
  • blue value is 32.
RGB:
(114,50,32)
(45%,20%,13%)

RGB channels and saturation

R 114 of 255 = 45%
G 50 of 255 = 20%
B 32 of 255 = 13%

114
50
32

R + G + B ~ 26%. #723220 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 50 + 32 = 196 (100%)
R 114 of 196 ~ 58.16%
G 50 of 196 ~ 25.51%
B 32 of 196 ~ 16.33%

%58.16
%25.51
%16.33

CMYK color model

#723220 color CMYK value is (0,56,72,55).

  • cyan value is 0.00%
  • magenta value is 56.14%
  • yellow value is 71.93%
  • key color value is 55.29%
CMYK:
(0,56,72,55)
C0M56Y72K55 
(0%,56%,72%,55%)
(0.00/0.56/0.72/0.55)	

CMYK percentages

%0
%56.14
%71.93
%55.29

Codes

Color #723220 in popluar color models

723220
RGB1145032
HSL13°56.16%28.63%
HSB/HSV13°71.93%44.71%
CMYK0.00%56.14%71.93%
55.29%

Color #723220 in popluar number systems.

HEX723220
Decimal1145032
Binary1110010110010100000
Octal1626240

Shades and tints

Shades of #723220

#723220
(114,50,32)
#682E1E
(104,46,30)
#5E2A1C
(94,42,28)
#54261A
(84,38,26)
#4A2218
(74,34,24)
#401E16
(64,30,22)
#361A14
(54,26,20)
#2C1612
(44,22,18)
#221210
(34,18,16)
#180E0E
(24,14,14)
#0E0A0C
(14,10,12)
#000000
(0,0,0)

Tints of #723220

#723220
(114,50,32)
#7E4434
(126,68,52)
#8A5648
(138,86,72)
#96685C
(150,104,92)
#A27A70
(162,122,112)
#AE8C84
(174,140,132)
#BA9E98
(186,158,152)
#C6B0AC
(198,176,172)
#D2C2C0
(210,194,192)
#DED4D4
(222,212,212)
#EAE6E8
(234,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723220 color. Also use rgb(114,50,32) instead hex code.

Text Font Color

.myTextColor { color: #723220; }

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

This text font color is #723220.


Background Color

.myBgColor { background-color: #723220; }

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

This div background color is #723220.


Border color

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

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

This div border color is #723220.


Opacity

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

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

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

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

This text has shadow with #723220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723220 on black background.


Color preview on white background

This text has color #723220 on white background.



Black color preview on #723220 background

This text has black color on #723220 background.


White color preview on #723220 background

This text has white color on #723220 background.