COLOR #723716

HEX: #723716
RGB: (114,55,22)

Color info

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

RGB color model

#723716 color RGB value is (114,55,22).

  • red value is 114;
  • green value is 55;
  • blue value is 22.
RGB:
(114,55,22)
(45%,22%,9%)

RGB channels and saturation

R 114 of 255 = 45%
G 55 of 255 = 22%
B 22 of 255 = 9%

114
55
22

R + G + B ~ 25%. #723716 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 55 + 22 = 191 (100%)
R 114 of 191 ~ 59.69%
G 55 of 191 ~ 28.8%
B 22 of 191 ~ 11.52%

%59.69
%28.8
%11.52

CMYK color model

#723716 color CMYK value is (0,52,81,55).

  • cyan value is 0.00%
  • magenta value is 51.75%
  • yellow value is 80.70%
  • key color value is 55.29%
CMYK:
(0,52,81,55)
C0M52Y81K55 
(0%,52%,81%,55%)
(0.00/0.52/0.81/0.55)	

CMYK percentages

%0
%51.75
%80.7
%55.29

Codes

Color #723716 in popluar color models

723716
RGB1145522
HSL22°67.65%26.67%
HSB/HSV22°80.70%44.71%
CMYK0.00%51.75%80.70%
55.29%

Color #723716 in popluar number systems.

HEX723716
Decimal1145522
Binary111001011011110110
Octal1626726

Shades and tints

Shades of #723716

#723716
(114,55,22)
#683214
(104,50,20)
#5E2D12
(94,45,18)
#542810
(84,40,16)
#4A230E
(74,35,14)
#401E0C
(64,30,12)
#36190A
(54,25,10)
#2C1408
(44,20,8)
#220F06
(34,15,6)
#180A04
(24,10,4)
#0E0502
(14,5,2)
#000000
(0,0,0)

Tints of #723716

#723716
(114,55,22)
#7E492B
(126,73,43)
#8A5B40
(138,91,64)
#966D55
(150,109,85)
#A27F6A
(162,127,106)
#AE917F
(174,145,127)
#BAA394
(186,163,148)
#C6B5A9
(198,181,169)
#D2C7BE
(210,199,190)
#DED9D3
(222,217,211)
#EAEBE8
(234,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #723716 color. Also use rgb(114,55,22) instead hex code.

Text Font Color

.myTextColor { color: #723716; }

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

This text font color is #723716.


Background Color

.myBgColor { background-color: #723716; }

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

This div background color is #723716.


Border color

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

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

This div border color is #723716.


Opacity

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

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

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

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

This text has shadow with #723716 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #723716 on black background.


Color preview on white background

This text has color #723716 on white background.



Black color preview on #723716 background

This text has black color on #723716 background.


White color preview on #723716 background

This text has white color on #723716 background.