COLOR #724F60

HEX: #724F60
RGB: (114,79,96)

Color info

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

RGB color model

#724F60 color RGB value is (114,79,96).

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

RGB channels and saturation

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

114
79
96

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

Portions of RGB colors in percentages

R + G + B =
114 + 79 + 96 = 289 (100%)
R 114 of 289 ~ 39.45%
G 79 of 289 ~ 27.34%
B 96 of 289 ~ 33.22%

%39.45
%27.34
%33.22

CMYK color model

#724F60 color CMYK value is (0,31,16,55).

  • cyan value is 0.00%
  • magenta value is 30.70%
  • yellow value is 15.79%
  • key color value is 55.29%
CMYK:
(0,31,16,55)
C0M31Y16K55 
(0%,31%,16%,55%)
(0.00/0.31/0.16/0.55)	

CMYK percentages

%0
%30.7
%15.79
%55.29

Codes

Color #724F60 in popluar color models

724F60
RGB1147996
HSL331°18.13%37.84%
HSB/HSV331°30.70%44.71%
CMYK0.00%30.70%15.79%
55.29%

Color #724F60 in popluar number systems.

HEX724F60
Decimal1147996
Binary111001010011111100000
Octal162117140

Shades and tints

Shades of #724F60

#724F60
(114,79,96)
#684858
(104,72,88)
#5E4150
(94,65,80)
#543A48
(84,58,72)
#4A3340
(74,51,64)
#402C38
(64,44,56)
#362530
(54,37,48)
#2C1E28
(44,30,40)
#221720
(34,23,32)
#181018
(24,16,24)
#0E0910
(14,9,16)
#000000
(0,0,0)

Tints of #724F60

#724F60
(114,79,96)
#7E5F6E
(126,95,110)
#8A6F7C
(138,111,124)
#967F8A
(150,127,138)
#A28F98
(162,143,152)
#AE9FA6
(174,159,166)
#BAAFB4
(186,175,180)
#C6BFC2
(198,191,194)
#D2CFD0
(210,207,208)
#DEDFDE
(222,223,222)
#EAEFEC
(234,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724F60; }

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

This text font color is #724F60.


Background Color

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

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

This div background color is #724F60.


Border color

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

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

This div border color is #724F60.


Opacity

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

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

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

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

This text has shadow with #724F60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724F60 on black background.


Color preview on white background

This text has color #724F60 on white background.



Black color preview on #724F60 background

This text has black color on #724F60 background.


White color preview on #724F60 background

This text has white color on #724F60 background.