COLOR #72497E

HEX: #72497E
RGB: (114,73,126)

Color info

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

RGB color model

#72497E color RGB value is (114,73,126).

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

RGB channels and saturation

R 114 of 255 = 45%
G 73 of 255 = 29%
B 126 of 255 = 49%

114
73
126

R + G + B ~ 41%. #72497E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 73 + 126 = 313 (100%)
R 114 of 313 ~ 36.42%
G 73 of 313 ~ 23.32%
B 126 of 313 ~ 40.26%

%36.42
%23.32
%40.26

CMYK color model

#72497E color CMYK value is (10,42,0,51).

  • cyan value is 9.52%
  • magenta value is 42.06%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(10,42,0,51)
C10M42Y0K51 
(10%,42%,0%,51%)
(0.10/0.42/0.00/0.51)	

CMYK percentages

%9.52
%42.06
%0
%50.59

Codes

Color #72497E in popluar color models

72497E
RGB11473126
HSL286°26.63%39.02%
HSB/HSV286°42.06%49.41%
CMYK9.52%42.06%0.00%
50.59%

Color #72497E in popluar number systems.

HEX72497E
Decimal11473126
Binary111001010010011111110
Octal162111176

Shades and tints

Shades of #72497E

#72497E
(114,73,126)
#684373
(104,67,115)
#5E3D68
(94,61,104)
#54375D
(84,55,93)
#4A3152
(74,49,82)
#402B47
(64,43,71)
#36253C
(54,37,60)
#2C1F31
(44,31,49)
#221926
(34,25,38)
#18131B
(24,19,27)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #72497E

#72497E
(114,73,126)
#7E5989
(126,89,137)
#8A6994
(138,105,148)
#96799F
(150,121,159)
#A289AA
(162,137,170)
#AE99B5
(174,153,181)
#BAA9C0
(186,169,192)
#C6B9CB
(198,185,203)
#D2C9D6
(210,201,214)
#DED9E1
(222,217,225)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #72497E; }

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

This text font color is #72497E.


Background Color

.myBgColor { background-color: #72497E; }

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

This div background color is #72497E.


Border color

.myBorderColor { border: 1px solid #72497E; }

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

This div border color is #72497E.


Opacity

.myOpacity80 { color: #72497E; opacity: 0.8; }

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

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

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

This text has shadow with #72497E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72497E on black background.


Color preview on white background

This text has color #72497E on white background.



Black color preview on #72497E background

This text has black color on #72497E background.


White color preview on #72497E background

This text has white color on #72497E background.