COLOR #724A3E

HEX: #724A3E
RGB: (114,74,62)

Color info

#724A3E contains red, green and blue colors in about the same proportion. Web safe color of #724A3E is #663333 (or #633).

RGB color model

#724A3E color RGB value is (114,74,62).

  • red value is 114;
  • green value is 74;
  • blue value is 62.
RGB:
(114,74,62)
(45%,29%,24%)

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 62 of 255 = 24%

114
74
62

R + G + B ~ 33%. #724A3E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 62 = 250 (100%)
R 114 of 250 ~ 45.6%
G 74 of 250 ~ 29.6%
B 62 of 250 ~ 24.8%

%45.6
%29.6
%24.8

CMYK color model

#724A3E color CMYK value is (0,35,46,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 45.61%
  • key color value is 55.29%
CMYK:
(0,35,46,55)
C0M35Y46K55 
(0%,35%,46%,55%)
(0.00/0.35/0.46/0.55)	

CMYK percentages

%0
%35.09
%45.61
%55.29

Codes

Color #724A3E in popluar color models

724A3E
RGB1147462
HSL14°29.55%34.51%
HSB/HSV14°45.61%44.71%
CMYK0.00%35.09%45.61%
55.29%

Color #724A3E in popluar number systems.

HEX724A3E
Decimal1147462
Binary11100101001010111110
Octal16211276

Shades and tints

Shades of #724A3E

#724A3E
(114,74,62)
#684439
(104,68,57)
#5E3E34
(94,62,52)
#54382F
(84,56,47)
#4A322A
(74,50,42)
#402C25
(64,44,37)
#362620
(54,38,32)
#2C201B
(44,32,27)
#221A16
(34,26,22)
#181411
(24,20,17)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #724A3E

#724A3E
(114,74,62)
#7E5A4F
(126,90,79)
#8A6A60
(138,106,96)
#967A71
(150,122,113)
#A28A82
(162,138,130)
#AE9A93
(174,154,147)
#BAAAA4
(186,170,164)
#C6BAB5
(198,186,181)
#D2CAC6
(210,202,198)
#DEDAD7
(222,218,215)
#EAEAE8
(234,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724A3E color. Also use rgb(114,74,62) instead hex code.

Text Font Color

.myTextColor { color: #724A3E; }

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

This text font color is #724A3E.


Background Color

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

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

This div background color is #724A3E.


Border color

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

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

This div border color is #724A3E.


Opacity

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

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

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

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

This text has shadow with #724A3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A3E on black background.


Color preview on white background

This text has color #724A3E on white background.



Black color preview on #724A3E background

This text has black color on #724A3E background.


White color preview on #724A3E background

This text has white color on #724A3E background.