COLOR #584872

HEX: #584872
RGB: (88,72,114)

Color info

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

RGB color model

#584872 color RGB value is (88,72,114).

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

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 114 of 255 = 45%

88
72
114

R + G + B ~ 36%. #584872 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 114 = 274 (100%)
R 88 of 274 ~ 32.12%
G 72 of 274 ~ 26.28%
B 114 of 274 ~ 41.61%

%32.12
%26.28
%41.61

CMYK color model

#584872 color CMYK value is (23,37,0,55).

  • cyan value is 22.81%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(23,37,0,55)
C23M37Y0K55 
(23%,37%,0%,55%)
(0.23/0.37/0.00/0.55)	

CMYK percentages

%22.81
%36.84
%0
%55.29

Codes

Color #584872 in popluar color models

584872
RGB8872114
HSL263°22.58%36.47%
HSB/HSV263°36.84%44.71%
CMYK22.81%36.84%0.00%
55.29%

Color #584872 in popluar number systems.

HEX584872
Decimal8872114
Binary101100010010001110010
Octal130110162

Shades and tints

Shades of #584872

#584872
(88,72,114)
#504268
(80,66,104)
#483C5E
(72,60,94)
#403654
(64,54,84)
#38304A
(56,48,74)
#302A40
(48,42,64)
#282436
(40,36,54)
#201E2C
(32,30,44)
#181822
(24,24,34)
#101218
(16,18,24)
#080C0E
(8,12,14)
#000000
(0,0,0)

Tints of #584872

#584872
(88,72,114)
#67587E
(103,88,126)
#76688A
(118,104,138)
#857896
(133,120,150)
#9488A2
(148,136,162)
#A398AE
(163,152,174)
#B2A8BA
(178,168,186)
#C1B8C6
(193,184,198)
#D0C8D2
(208,200,210)
#DFD8DE
(223,216,222)
#EEE8EA
(238,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584872; }

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

This text font color is #584872.


Background Color

.myBgColor { background-color: #584872; }

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

This div background color is #584872.


Border color

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

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

This div border color is #584872.


Opacity

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

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

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

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

This text has shadow with #584872 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584872 on black background.


Color preview on white background

This text has color #584872 on white background.



Black color preview on #584872 background

This text has black color on #584872 background.


White color preview on #584872 background

This text has white color on #584872 background.