COLOR #724A3F

HEX: #724A3F
RGB: (114,74,63)

Color info

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

RGB color model

#724A3F color RGB value is (114,74,63).

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

RGB channels and saturation

R 114 of 255 = 45%
G 74 of 255 = 29%
B 63 of 255 = 25%

114
74
63

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

Portions of RGB colors in percentages

R + G + B =
114 + 74 + 63 = 251 (100%)
R 114 of 251 ~ 45.42%
G 74 of 251 ~ 29.48%
B 63 of 251 ~ 25.1%

%45.42
%29.48
%25.1

CMYK color model

#724A3F color CMYK value is (0,35,45,55).

  • cyan value is 0.00%
  • magenta value is 35.09%
  • yellow value is 44.74%
  • key color value is 55.29%
CMYK:
(0,35,45,55)
C0M35Y45K55 
(0%,35%,45%,55%)
(0.00/0.35/0.45/0.55)	

CMYK percentages

%0
%35.09
%44.74
%55.29

Codes

Color #724A3F in popluar color models

724A3F
RGB1147463
HSL13°28.81%34.71%
HSB/HSV13°44.74%44.71%
CMYK0.00%35.09%44.74%
55.29%

Color #724A3F in popluar number systems.

HEX724A3F
Decimal1147463
Binary11100101001010111111
Octal16211277

Shades and tints

Shades of #724A3F

#724A3F
(114,74,63)
#68443A
(104,68,58)
#5E3E35
(94,62,53)
#543830
(84,56,48)
#4A322B
(74,50,43)
#402C26
(64,44,38)
#362621
(54,38,33)
#2C201C
(44,32,28)
#221A17
(34,26,23)
#181412
(24,20,18)
#0E0E0D
(14,14,13)
#000000
(0,0,0)

Tints of #724A3F

#724A3F
(114,74,63)
#7E5A50
(126,90,80)
#8A6A61
(138,106,97)
#967A72
(150,122,114)
#A28A83
(162,138,131)
#AE9A94
(174,154,148)
#BAAAA5
(186,170,165)
#C6BAB6
(198,186,182)
#D2CAC7
(210,202,199)
#DEDAD8
(222,218,216)
#EAEAE9
(234,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724A3F; }

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

This text font color is #724A3F.


Background Color

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

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

This div background color is #724A3F.


Border color

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

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

This div border color is #724A3F.


Opacity

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

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

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

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

This text has shadow with #724A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724A3F on black background.


Color preview on white background

This text has color #724A3F on white background.



Black color preview on #724A3F background

This text has black color on #724A3F background.


White color preview on #724A3F background

This text has white color on #724A3F background.