COLOR #584864

HEX: #584864
RGB: (88,72,100)

Color info

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

RGB color model

#584864 color RGB value is (88,72,100).

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

RGB channels and saturation

R 88 of 255 = 35%
G 72 of 255 = 28%
B 100 of 255 = 39%

88
72
100

R + G + B ~ 34%. #584864 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 72 + 100 = 260 (100%)
R 88 of 260 ~ 33.85%
G 72 of 260 ~ 27.69%
B 100 of 260 ~ 38.46%

%33.85
%27.69
%38.46

CMYK color model

#584864 color CMYK value is (12,28,0,61).

  • cyan value is 12.00%
  • magenta value is 28.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,28,0,61)
C12M28Y0K61 
(12%,28%,0%,61%)
(0.12/0.28/0.00/0.61)	

CMYK percentages

%12
%28
%0
%60.78

Codes

Color #584864 in popluar color models

584864
RGB8872100
HSL274°16.28%33.73%
HSB/HSV274°28.00%39.22%
CMYK12.00%28.00%0.00%
60.78%

Color #584864 in popluar number systems.

HEX584864
Decimal8872100
Binary101100010010001100100
Octal130110144

Shades and tints

Shades of #584864

#584864
(88,72,100)
#50425B
(80,66,91)
#483C52
(72,60,82)
#403649
(64,54,73)
#383040
(56,48,64)
#302A37
(48,42,55)
#28242E
(40,36,46)
#201E25
(32,30,37)
#18181C
(24,24,28)
#101213
(16,18,19)
#080C0A
(8,12,10)
#000000
(0,0,0)

Tints of #584864

#584864
(88,72,100)
#675872
(103,88,114)
#766880
(118,104,128)
#85788E
(133,120,142)
#94889C
(148,136,156)
#A398AA
(163,152,170)
#B2A8B8
(178,168,184)
#C1B8C6
(193,184,198)
#D0C8D4
(208,200,212)
#DFD8E2
(223,216,226)
#EEE8F0
(238,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584864; }

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

This text font color is #584864.


Background Color

.myBgColor { background-color: #584864; }

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

This div background color is #584864.


Border color

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

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

This div border color is #584864.


Opacity

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

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

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

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

This text has shadow with #584864 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584864 on black background.


Color preview on white background

This text has color #584864 on white background.



Black color preview on #584864 background

This text has black color on #584864 background.


White color preview on #584864 background

This text has white color on #584864 background.