COLOR #723C06

HEX: #723C06
RGB: (114,60,6)

Color info

#723C06 contains mainly red and green colors. Web safe color of #723C06 is #663300 (or #630).

RGB color model

#723C06 color RGB value is (114,60,6).

  • red value is 114;
  • green value is 60;
  • blue value is 6.
RGB:
(114,60,6)
(45%,24%,2%)

RGB channels and saturation

R 114 of 255 = 45%
G 60 of 255 = 24%
B 6 of 255 = 2%

114
60
6

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

Portions of RGB colors in percentages

R + G + B =
114 + 60 + 6 = 180 (100%)
R 114 of 180 ~ 63.33%
G 60 of 180 ~ 33.33%
B 6 of 180 ~ 3.33%

%63.33
%33.33

CMYK color model

#723C06 color CMYK value is (0,47,95,55).

  • cyan value is 0.00%
  • magenta value is 47.37%
  • yellow value is 94.74%
  • key color value is 55.29%
CMYK:
(0,47,95,55)
C0M47Y95K55 
(0%,47%,95%,55%)
(0.00/0.47/0.95/0.55)	

CMYK percentages

%0
%47.37
%94.74
%55.29

Codes

Color #723C06 in popluar color models

723C06
RGB114606
HSL30°90.00%23.53%
HSB/HSV30°94.74%44.71%
CMYK0.00%47.37%94.74%
55.29%

Color #723C06 in popluar number systems.

HEX723C06
Decimal114606
Binary1110010111100110
Octal162746

Shades and tints

Shades of #723C06

#723C06
(114,60,6)
#683706
(104,55,6)
#5E3206
(94,50,6)
#542D06
(84,45,6)
#4A2806
(74,40,6)
#402306
(64,35,6)
#361E06
(54,30,6)
#2C1906
(44,25,6)
#221406
(34,20,6)
#180F06
(24,15,6)
#0E0A06
(14,10,6)
#000000
(0,0,0)

Tints of #723C06

#723C06
(114,60,6)
#7E4D1C
(126,77,28)
#8A5E32
(138,94,50)
#966F48
(150,111,72)
#A2805E
(162,128,94)
#AE9174
(174,145,116)
#BAA28A
(186,162,138)
#C6B3A0
(198,179,160)
#D2C4B6
(210,196,182)
#DED5CC
(222,213,204)
#EAE6E2
(234,230,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723C06 color. Also use rgb(114,60,6) instead hex code.

Text Font Color

.myTextColor { color: #723C06; }

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

This text font color is #723C06.


Background Color

.myBgColor { background-color: #723C06; }

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

This div background color is #723C06.


Border color

.myBorderColor { border: 1px solid #723C06; }

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

This div border color is #723C06.


Opacity

.myOpacity80 { color: #723C06; opacity: 0.8; }

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

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

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

This text has shadow with #723C06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723C06 on black background.


Color preview on white background

This text has color #723C06 on white background.



Black color preview on #723C06 background

This text has black color on #723C06 background.


White color preview on #723C06 background

This text has white color on #723C06 background.