COLOR #724272

HEX: #724272
RGB: (114,66,114)

Color info

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

RGB color model

#724272 color RGB value is (114,66,114).

  • red value is 114;
  • green value is 66;
  • blue value is 114.
RGB:
(114,66,114)
(45%,26%,45%)

RGB channels and saturation

R 114 of 255 = 45%
G 66 of 255 = 26%
B 114 of 255 = 45%

114
66
114

R + G + B ~ 39%. #724272 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
114 + 66 + 114 = 294 (100%)
R 114 of 294 ~ 38.78%
G 66 of 294 ~ 22.45%
B 114 of 294 ~ 38.78%

%38.78
%22.45
%38.78

CMYK color model

#724272 color CMYK value is (0,42,0,55).

  • cyan value is 0.00%
  • magenta value is 42.11%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(0,42,0,55)
C0M42Y0K55 
(0%,42%,0%,55%)
(0.00/0.42/0.00/0.55)	

CMYK percentages

%0
%42.11
%0
%55.29

Codes

Color #724272 in popluar color models

724272
RGB11466114
HSL300°26.67%35.29%
HSB/HSV300°42.11%44.71%
CMYK0.00%42.11%0.00%
55.29%

Color #724272 in popluar number systems.

HEX724272
Decimal11466114
Binary111001010000101110010
Octal162102162

Shades and tints

Shades of #724272

#724272
(114,66,114)
#683C68
(104,60,104)
#5E365E
(94,54,94)
#543054
(84,48,84)
#4A2A4A
(74,42,74)
#402440
(64,36,64)
#361E36
(54,30,54)
#2C182C
(44,24,44)
#221222
(34,18,34)
#180C18
(24,12,24)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #724272

#724272
(114,66,114)
#7E537E
(126,83,126)
#8A648A
(138,100,138)
#967596
(150,117,150)
#A286A2
(162,134,162)
#AE97AE
(174,151,174)
#BAA8BA
(186,168,186)
#C6B9C6
(198,185,198)
#D2CAD2
(210,202,210)
#DEDBDE
(222,219,222)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #724272; }

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

This text font color is #724272.


Background Color

.myBgColor { background-color: #724272; }

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

This div background color is #724272.


Border color

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

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

This div border color is #724272.


Opacity

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

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

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

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

This text has shadow with #724272 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #724272 on black background.


Color preview on white background

This text has color #724272 on white background.



Black color preview on #724272 background

This text has black color on #724272 background.


White color preview on #724272 background

This text has white color on #724272 background.