COLOR #724E1E

HEX: #724E1E
RGB: (114,78,30)

Color info

#724E1E contains mainly red and green colors. Web safe color of #724E1E is #666633 (or #663).

RGB color model

#724E1E color RGB value is (114,78,30).

  • red value is 114;
  • green value is 78;
  • blue value is 30.
RGB:
(114,78,30)
(45%,31%,12%)

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 30 of 255 = 12%

114
78
30

R + G + B ~ 29%. #724E1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 78 + 30 = 222 (100%)
R 114 of 222 ~ 51.35%
G 78 of 222 ~ 35.14%
B 30 of 222 ~ 13.51%

%51.35
%35.14
%13.51

CMYK color model

#724E1E color CMYK value is (0,32,74,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 73.68%
  • key color value is 55.29%
CMYK:
(0,32,74,55)
C0M32Y74K55 
(0%,32%,74%,55%)
(0.00/0.32/0.74/0.55)	

CMYK percentages

%0
%31.58
%73.68
%55.29

Codes

Color #724E1E in popluar color models

724E1E
RGB1147830
HSL34°58.33%28.24%
HSB/HSV34°73.68%44.71%
CMYK0.00%31.58%73.68%
55.29%

Color #724E1E in popluar number systems.

HEX724E1E
Decimal1147830
Binary1110010100111011110
Octal16211636

Shades and tints

Shades of #724E1E

#724E1E
(114,78,30)
#68471C
(104,71,28)
#5E401A
(94,64,26)
#543918
(84,57,24)
#4A3216
(74,50,22)
#402B14
(64,43,20)
#362412
(54,36,18)
#2C1D10
(44,29,16)
#22160E
(34,22,14)
#180F0C
(24,15,12)
#0E080A
(14,8,10)
#000000
(0,0,0)

Tints of #724E1E

#724E1E
(114,78,30)
#7E5E32
(126,94,50)
#8A6E46
(138,110,70)
#967E5A
(150,126,90)
#A28E6E
(162,142,110)
#AE9E82
(174,158,130)
#BAAE96
(186,174,150)
#C6BEAA
(198,190,170)
#D2CEBE
(210,206,190)
#DEDED2
(222,222,210)
#EAEEE6
(234,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724E1E color. Also use rgb(114,78,30) instead hex code.

Text Font Color

.myTextColor { color: #724E1E; }

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

This text font color is #724E1E.


Background Color

.myBgColor { background-color: #724E1E; }

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

This div background color is #724E1E.


Border color

.myBorderColor { border: 1px solid #724E1E; }

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

This div border color is #724E1E.


Opacity

.myOpacity80 { color: #724E1E; opacity: 0.8; }

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

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

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

This text has shadow with #724E1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724E1E on black background.


Color preview on white background

This text has color #724E1E on white background.



Black color preview on #724E1E background

This text has black color on #724E1E background.


White color preview on #724E1E background

This text has white color on #724E1E background.