COLOR #724D5E

HEX: #724D5E
RGB: (114,77,94)

Color info

#724D5E contains red, green and blue colors in about the same proportion. Web safe color of #724D5E is #663366 (or #636).

RGB color model

#724D5E color RGB value is (114,77,94).

  • red value is 114;
  • green value is 77;
  • blue value is 94.
RGB:
(114,77,94)
(45%,30%,37%)

RGB channels and saturation

R 114 of 255 = 45%
G 77 of 255 = 30%
B 94 of 255 = 37%

114
77
94

R + G + B ~ 37%. #724D5E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 77 + 94 = 285 (100%)
R 114 of 285 ~ 40%
G 77 of 285 ~ 27.02%
B 94 of 285 ~ 32.98%

%40
%27.02
%32.98

CMYK color model

#724D5E color CMYK value is (0,32,18,55).

  • cyan value is 0.00%
  • magenta value is 32.46%
  • yellow value is 17.54%
  • key color value is 55.29%
CMYK:
(0,32,18,55)
C0M32Y18K55 
(0%,32%,18%,55%)
(0.00/0.32/0.18/0.55)	

CMYK percentages

%0
%32.46
%17.54
%55.29

Codes

Color #724D5E in popluar color models

724D5E
RGB1147794
HSL332°19.37%37.45%
HSB/HSV332°32.46%44.71%
CMYK0.00%32.46%17.54%
55.29%

Color #724D5E in popluar number systems.

HEX724D5E
Decimal1147794
Binary111001010011011011110
Octal162115136

Shades and tints

Shades of #724D5E

#724D5E
(114,77,94)
#684656
(104,70,86)
#5E3F4E
(94,63,78)
#543846
(84,56,70)
#4A313E
(74,49,62)
#402A36
(64,42,54)
#36232E
(54,35,46)
#2C1C26
(44,28,38)
#22151E
(34,21,30)
#180E16
(24,14,22)
#0E070E
(14,7,14)
#000000
(0,0,0)

Tints of #724D5E

#724D5E
(114,77,94)
#7E5D6C
(126,93,108)
#8A6D7A
(138,109,122)
#967D88
(150,125,136)
#A28D96
(162,141,150)
#AE9DA4
(174,157,164)
#BAADB2
(186,173,178)
#C6BDC0
(198,189,192)
#D2CDCE
(210,205,206)
#DEDDDC
(222,221,220)
#EAEDEA
(234,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724D5E color. Also use rgb(114,77,94) instead hex code.

Text Font Color

.myTextColor { color: #724D5E; }

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

This text font color is #724D5E.


Background Color

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

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

This div background color is #724D5E.


Border color

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

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

This div border color is #724D5E.


Opacity

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

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

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

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

This text has shadow with #724D5E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724D5E on black background.


Color preview on white background

This text has color #724D5E on white background.



Black color preview on #724D5E background

This text has black color on #724D5E background.


White color preview on #724D5E background

This text has white color on #724D5E background.