COLOR #724E60

HEX: #724E60
RGB: (114,78,96)

Color info

#724E60 contains red, green and blue colors in about the same proportion. Web safe color of #724E60 is #666666 (or #666).

RGB color model

#724E60 color RGB value is (114,78,96).

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

RGB channels and saturation

R 114 of 255 = 45%
G 78 of 255 = 31%
B 96 of 255 = 38%

114
78
96

R + G + B ~ 38%. #724E60 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 78 + 96 = 288 (100%)
R 114 of 288 ~ 39.58%
G 78 of 288 ~ 27.08%
B 96 of 288 ~ 33.33%

%39.58
%27.08
%33.33

CMYK color model

#724E60 color CMYK value is (0,32,16,55).

  • cyan value is 0.00%
  • magenta value is 31.58%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(0,32,16,55)
C0M32Y16K55 
(0%,32%,16%,55%)
(0.00/0.32/0.16/0.55)	

CMYK percentages

%0
%31.58
%15.79
%55.29

Codes

Color #724E60 in popluar color models

724E60
RGB1147896
HSL330°18.75%37.65%
HSB/HSV330°31.58%44.71%
CMYK0.00%31.58%15.79%
55.29%

Color #724E60 in popluar number systems.

HEX724E60
Decimal1147896
Binary111001010011101100000
Octal162116140

Shades and tints

Shades of #724E60

#724E60
(114,78,96)
#684758
(104,71,88)
#5E4050
(94,64,80)
#543948
(84,57,72)
#4A3240
(74,50,64)
#402B38
(64,43,56)
#362430
(54,36,48)
#2C1D28
(44,29,40)
#221620
(34,22,32)
#180F18
(24,15,24)
#0E0810
(14,8,16)
#000000
(0,0,0)

Tints of #724E60

#724E60
(114,78,96)
#7E5E6E
(126,94,110)
#8A6E7C
(138,110,124)
#967E8A
(150,126,138)
#A28E98
(162,142,152)
#AE9EA6
(174,158,166)
#BAAEB4
(186,174,180)
#C6BEC2
(198,190,194)
#D2CED0
(210,206,208)
#DEDEDE
(222,222,222)
#EAEEEC
(234,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724E60; }

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

This text font color is #724E60.


Background Color

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

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

This div background color is #724E60.


Border color

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

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

This div border color is #724E60.


Opacity

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

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

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

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

This text has shadow with #724E60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724E60 on black background.


Color preview on white background

This text has color #724E60 on white background.



Black color preview on #724E60 background

This text has black color on #724E60 background.


White color preview on #724E60 background

This text has white color on #724E60 background.