COLOR #723412

HEX: #723412
RGB: (114,52,18)

Color info

#723412 contains mainly red color. Web safe color of #723412 is #663300 (or #630).

RGB color model

#723412 color RGB value is (114,52,18).

  • red value is 114;
  • green value is 52;
  • blue value is 18.
RGB:
(114,52,18)
(45%,20%,7%)

RGB channels and saturation

R 114 of 255 = 45%
G 52 of 255 = 20%
B 18 of 255 = 7%

114
52
18

R + G + B ~ 24%. #723412 is dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 52 + 18 = 184 (100%)
R 114 of 184 ~ 61.96%
G 52 of 184 ~ 28.26%
B 18 of 184 ~ 9.78%

%61.96
%28.26
%9.78

CMYK color model

#723412 color CMYK value is (0,54,84,55).

  • cyan value is 0.00%
  • magenta value is 54.39%
  • yellow value is 84.21%
  • key color value is 55.29%
CMYK:
(0,54,84,55)
C0M54Y84K55 
(0%,54%,84%,55%)
(0.00/0.54/0.84/0.55)	

CMYK percentages

%0
%54.39
%84.21
%55.29

Codes

Color #723412 in popluar color models

723412
RGB1145218
HSL21°72.73%25.88%
HSB/HSV21°84.21%44.71%
CMYK0.00%54.39%84.21%
55.29%

Color #723412 in popluar number systems.

HEX723412
Decimal1145218
Binary111001011010010010
Octal1626422

Shades and tints

Shades of #723412

#723412
(114,52,18)
#683011
(104,48,17)
#5E2C10
(94,44,16)
#54280F
(84,40,15)
#4A240E
(74,36,14)
#40200D
(64,32,13)
#361C0C
(54,28,12)
#2C180B
(44,24,11)
#22140A
(34,20,10)
#181009
(24,16,9)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #723412

#723412
(114,52,18)
#7E4627
(126,70,39)
#8A583C
(138,88,60)
#966A51
(150,106,81)
#A27C66
(162,124,102)
#AE8E7B
(174,142,123)
#BAA090
(186,160,144)
#C6B2A5
(198,178,165)
#D2C4BA
(210,196,186)
#DED6CF
(222,214,207)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723412 color. Also use rgb(114,52,18) instead hex code.

Text Font Color

.myTextColor { color: #723412; }

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

This text font color is #723412.


Background Color

.myBgColor { background-color: #723412; }

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

This div background color is #723412.


Border color

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

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

This div border color is #723412.


Opacity

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

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

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

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

This text has shadow with #723412 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723412 on black background.


Color preview on white background

This text has color #723412 on white background.



Black color preview on #723412 background

This text has black color on #723412 background.


White color preview on #723412 background

This text has white color on #723412 background.