COLOR #724964

HEX: #724964
RGB: (114,73,100)

Color info

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

RGB color model

#724964 color RGB value is (114,73,100).

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

RGB channels and saturation

R 114 of 255 = 45%
G 73 of 255 = 29%
B 100 of 255 = 39%

114
73
100

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

Portions of RGB colors in percentages

R + G + B =
114 + 73 + 100 = 287 (100%)
R 114 of 287 ~ 39.72%
G 73 of 287 ~ 25.44%
B 100 of 287 ~ 34.84%

%39.72
%25.44
%34.84

CMYK color model

#724964 color CMYK value is (0,36,12,55).

  • cyan value is 0.00%
  • magenta value is 35.96%
  • yellow value is 12.28%
  • key color value is 55.29%
CMYK:
(0,36,12,55)
C0M36Y12K55 
(0%,36%,12%,55%)
(0.00/0.36/0.12/0.55)	

CMYK percentages

%0
%35.96
%12.28
%55.29

Codes

Color #724964 in popluar color models

724964
RGB11473100
HSL320°21.93%36.67%
HSB/HSV320°35.96%44.71%
CMYK0.00%35.96%12.28%
55.29%

Color #724964 in popluar number systems.

HEX724964
Decimal11473100
Binary111001010010011100100
Octal162111144

Shades and tints

Shades of #724964

#724964
(114,73,100)
#68435B
(104,67,91)
#5E3D52
(94,61,82)
#543749
(84,55,73)
#4A3140
(74,49,64)
#402B37
(64,43,55)
#36252E
(54,37,46)
#2C1F25
(44,31,37)
#22191C
(34,25,28)
#181313
(24,19,19)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #724964

#724964
(114,73,100)
#7E5972
(126,89,114)
#8A6980
(138,105,128)
#96798E
(150,121,142)
#A2899C
(162,137,156)
#AE99AA
(174,153,170)
#BAA9B8
(186,169,184)
#C6B9C6
(198,185,198)
#D2C9D4
(210,201,212)
#DED9E2
(222,217,226)
#EAE9F0
(234,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724964; }

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

This text font color is #724964.


Background Color

.myBgColor { background-color: #724964; }

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

This div background color is #724964.


Border color

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

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

This div border color is #724964.


Opacity

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

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

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

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

This text has shadow with #724964 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724964 on black background.


Color preview on white background

This text has color #724964 on white background.



Black color preview on #724964 background

This text has black color on #724964 background.


White color preview on #724964 background

This text has white color on #724964 background.