COLOR #724113

HEX: #724113
RGB: (114,65,19)

Color info

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

RGB color model

#724113 color RGB value is (114,65,19).

  • red value is 114;
  • green value is 65;
  • blue value is 19.
RGB:
(114,65,19)
(45%,25%,7%)

RGB channels and saturation

R 114 of 255 = 45%
G 65 of 255 = 25%
B 19 of 255 = 7%

114
65
19

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

Portions of RGB colors in percentages

R + G + B =
114 + 65 + 19 = 198 (100%)
R 114 of 198 ~ 57.58%
G 65 of 198 ~ 32.83%
B 19 of 198 ~ 9.6%

%57.58
%32.83
%9.6

CMYK color model

#724113 color CMYK value is (0,43,83,55).

  • cyan value is 0.00%
  • magenta value is 42.98%
  • yellow value is 83.33%
  • key color value is 55.29%
CMYK:
(0,43,83,55)
C0M43Y83K55 
(0%,43%,83%,55%)
(0.00/0.43/0.83/0.55)	

CMYK percentages

%0
%42.98
%83.33
%55.29

Codes

Color #724113 in popluar color models

724113
RGB1146519
HSL29°71.43%26.08%
HSB/HSV29°83.33%44.71%
CMYK0.00%42.98%83.33%
55.29%

Color #724113 in popluar number systems.

HEX724113
Decimal1146519
Binary1110010100000110011
Octal16210123

Shades and tints

Shades of #724113

#724113
(114,65,19)
#683C12
(104,60,18)
#5E3711
(94,55,17)
#543210
(84,50,16)
#4A2D0F
(74,45,15)
#40280E
(64,40,14)
#36230D
(54,35,13)
#2C1E0C
(44,30,12)
#22190B
(34,25,11)
#18140A
(24,20,10)
#0E0F09
(14,15,9)
#000000
(0,0,0)

Tints of #724113

#724113
(114,65,19)
#7E5228
(126,82,40)
#8A633D
(138,99,61)
#967452
(150,116,82)
#A28567
(162,133,103)
#AE967C
(174,150,124)
#BAA791
(186,167,145)
#C6B8A6
(198,184,166)
#D2C9BB
(210,201,187)
#DEDAD0
(222,218,208)
#EAEBE5
(234,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724113 color. Also use rgb(114,65,19) instead hex code.

Text Font Color

.myTextColor { color: #724113; }

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

This text font color is #724113.


Background Color

.myBgColor { background-color: #724113; }

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

This div background color is #724113.


Border color

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

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

This div border color is #724113.


Opacity

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

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

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

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

This text has shadow with #724113 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724113 on black background.


Color preview on white background

This text has color #724113 on white background.



Black color preview on #724113 background

This text has black color on #724113 background.


White color preview on #724113 background

This text has white color on #724113 background.