COLOR #72487B

HEX: #72487B
RGB: (114,72,123)

Color info

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

RGB color model

#72487B color RGB value is (114,72,123).

  • red value is 114;
  • green value is 72;
  • blue value is 123.
RGB:
(114,72,123)
(45%,28%,48%)

RGB channels and saturation

R 114 of 255 = 45%
G 72 of 255 = 28%
B 123 of 255 = 48%

114
72
123

R + G + B ~ 40%. #72487B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 72 + 123 = 309 (100%)
R 114 of 309 ~ 36.89%
G 72 of 309 ~ 23.3%
B 123 of 309 ~ 39.81%

%36.89
%23.3
%39.81

CMYK color model

#72487B color CMYK value is (7,41,0,52).

  • cyan value is 7.32%
  • magenta value is 41.46%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(7,41,0,52)
C7M41Y0K52 
(7%,41%,0%,52%)
(0.07/0.41/0.00/0.52)	

CMYK percentages

%7.32
%41.46
%0
%51.76

Codes

Color #72487B in popluar color models

72487B
RGB11472123
HSL289°26.15%38.24%
HSB/HSV289°41.46%48.24%
CMYK7.32%41.46%0.00%
51.76%

Color #72487B in popluar number systems.

HEX72487B
Decimal11472123
Binary111001010010001111011
Octal162110173

Shades and tints

Shades of #72487B

#72487B
(114,72,123)
#684270
(104,66,112)
#5E3C65
(94,60,101)
#54365A
(84,54,90)
#4A304F
(74,48,79)
#402A44
(64,42,68)
#362439
(54,36,57)
#2C1E2E
(44,30,46)
#221823
(34,24,35)
#181218
(24,18,24)
#0E0C0D
(14,12,13)
#000000
(0,0,0)

Tints of #72487B

#72487B
(114,72,123)
#7E5887
(126,88,135)
#8A6893
(138,104,147)
#96789F
(150,120,159)
#A288AB
(162,136,171)
#AE98B7
(174,152,183)
#BAA8C3
(186,168,195)
#C6B8CF
(198,184,207)
#D2C8DB
(210,200,219)
#DED8E7
(222,216,231)
#EAE8F3
(234,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72487B color. Also use rgb(114,72,123) instead hex code.

Text Font Color

.myTextColor { color: #72487B; }

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

This text font color is #72487B.


Background Color

.myBgColor { background-color: #72487B; }

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

This div background color is #72487B.


Border color

.myBorderColor { border: 1px solid #72487B; }

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

This div border color is #72487B.


Opacity

.myOpacity80 { color: #72487B; opacity: 0.8; }

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

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

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

This text has shadow with #72487B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72487B on black background.


Color preview on white background

This text has color #72487B on white background.



Black color preview on #72487B background

This text has black color on #72487B background.


White color preview on #72487B background

This text has white color on #72487B background.