COLOR #72859F

HEX: #72859F
RGB: (114,133,159)

Color info

#72859F contains red, green and blue colors in about the same proportion. Web safe color of #72859F is #669999 (or #699).

RGB color model

#72859F color RGB value is (114,133,159).

  • red value is 114;
  • green value is 133;
  • blue value is 159.
RGB:
(114,133,159)
(45%,52%,62%)

RGB channels and saturation

R 114 of 255 = 45%
G 133 of 255 = 52%
B 159 of 255 = 62%

114
133
159

R + G + B ~ 53%. #72859F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
114 + 133 + 159 = 406 (100%)
R 114 of 406 ~ 28.08%
G 133 of 406 ~ 32.76%
B 159 of 406 ~ 39.16%

%28.08
%32.76
%39.16

CMYK color model

#72859F color CMYK value is (28,16,0,38).

  • cyan value is 28.30%
  • magenta value is 16.35%
  • yellow value is 0.00%
  • key color value is 37.65%
CMYK:
(28,16,0,38)
C28M16Y0K38 
(28%,16%,0%,38%)
(0.28/0.16/0.00/0.38)	

CMYK percentages

%28.3
%16.35
%0
%37.65

Codes

Color #72859F in popluar color models

72859F
RGB114133159
HSL215°18.99%53.53%
HSB/HSV215°28.30%62.35%
CMYK28.30%16.35%0.00%
37.65%

Color #72859F in popluar number systems.

HEX72859F
Decimal114133159
Binary11100101000010110011111
Octal162205237

Shades and tints

Shades of #72859F

#72859F
(114,133,159)
#687991
(104,121,145)
#5E6D83
(94,109,131)
#546175
(84,97,117)
#4A5567
(74,85,103)
#404959
(64,73,89)
#363D4B
(54,61,75)
#2C313D
(44,49,61)
#22252F
(34,37,47)
#181921
(24,25,33)
#0E0D13
(14,13,19)
#000000
(0,0,0)

Tints of #72859F

#72859F
(114,133,159)
#7E90A7
(126,144,167)
#8A9BAF
(138,155,175)
#96A6B7
(150,166,183)
#A2B1BF
(162,177,191)
#AEBCC7
(174,188,199)
#BAC7CF
(186,199,207)
#C6D2D7
(198,210,215)
#D2DDDF
(210,221,223)
#DEE8E7
(222,232,231)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #72859F color. Also use rgb(114,133,159) instead hex code.

Text Font Color

.myTextColor { color: #72859F; }

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

This text font color is #72859F.


Background Color

.myBgColor { background-color: #72859F; }

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

This div background color is #72859F.


Border color

.myBorderColor { border: 1px solid #72859F; }

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

This div border color is #72859F.


Opacity

.myOpacity80 { color: #72859F; opacity: 0.8; }

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

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

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

This text has shadow with #72859F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #72859F on black background.


Color preview on white background

This text has color #72859F on white background.



Black color preview on #72859F background

This text has black color on #72859F background.


White color preview on #72859F background

This text has white color on #72859F background.