COLOR #724064

HEX: #724064
RGB: (114,64,100)

Color info

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

RGB color model

#724064 color RGB value is (114,64,100).

  • red value is 114;
  • green value is 64;
  • blue value is 100.
RGB:
(114,64,100)
(45%,25%,39%)

RGB channels and saturation

R 114 of 255 = 45%
G 64 of 255 = 25%
B 100 of 255 = 39%

114
64
100

R + G + B ~ 36%. #724064 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 64 + 100 = 278 (100%)
R 114 of 278 ~ 41.01%
G 64 of 278 ~ 23.02%
B 100 of 278 ~ 35.97%

%41.01
%23.02
%35.97

CMYK color model

#724064 color CMYK value is (0,44,12,55).

  • cyan value is 0.00%
  • magenta value is 43.86%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,44,12,55)
C0M44Y12K55 
(0%,44%,12%,55%)
(0.00/0.44/0.12/0.55)	

CMYK percentages

%0
%43.86
%12.28
%55.29

Codes

Color #724064 in popluar color models

724064
RGB11464100
HSL317°28.09%34.90%
HSB/HSV317°43.86%44.71%
CMYK0.00%43.86%12.28%
55.29%

Color #724064 in popluar number systems.

HEX724064
Decimal11464100
Binary111001010000001100100
Octal162100144

Shades and tints

Shades of #724064

#724064
(114,64,100)
#683B5B
(104,59,91)
#5E3652
(94,54,82)
#543149
(84,49,73)
#4A2C40
(74,44,64)
#402737
(64,39,55)
#36222E
(54,34,46)
#2C1D25
(44,29,37)
#22181C
(34,24,28)
#181313
(24,19,19)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #724064

#724064
(114,64,100)
#7E5172
(126,81,114)
#8A6280
(138,98,128)
#96738E
(150,115,142)
#A2849C
(162,132,156)
#AE95AA
(174,149,170)
#BAA6B8
(186,166,184)
#C6B7C6
(198,183,198)
#D2C8D4
(210,200,212)
#DED9E2
(222,217,226)
#EAEAF0
(234,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #724064 color. Also use rgb(114,64,100) instead hex code.

Text Font Color

.myTextColor { color: #724064; }

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

This text font color is #724064.


Background Color

.myBgColor { background-color: #724064; }

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

This div background color is #724064.


Border color

.myBorderColor { border: 1px solid #724064; }

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

This div border color is #724064.


Opacity

.myOpacity80 { color: #724064; opacity: 0.8; }

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

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

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

This text has shadow with #724064 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724064 on black background.


Color preview on white background

This text has color #724064 on white background.



Black color preview on #724064 background

This text has black color on #724064 background.


White color preview on #724064 background

This text has white color on #724064 background.