COLOR #584D79

HEX: #584D79
RGB: (88,77,121)

Color info

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

RGB color model

#584D79 color RGB value is (88,77,121).

  • red value is 88;
  • green value is 77;
  • blue value is 121.
RGB:
(88,77,121)
(35%,30%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 121 of 255 = 47%

88
77
121

R + G + B ~ 37%. #584D79 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 121 = 286 (100%)
R 88 of 286 ~ 30.77%
G 77 of 286 ~ 26.92%
B 121 of 286 ~ 42.31%

%30.77
%26.92
%42.31

CMYK color model

#584D79 color CMYK value is (27,36,0,53).

  • cyan value is 27.27%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 52.55%
CMYK:
(27,36,0,53)
C27M36Y0K53 
(27%,36%,0%,53%)
(0.27/0.36/0.00/0.53)	

CMYK percentages

%27.27
%36.36
%0
%52.55

Codes

Color #584D79 in popluar color models

584D79
RGB8877121
HSL255°22.22%38.82%
HSB/HSV255°36.36%47.45%
CMYK27.27%36.36%0.00%
52.55%

Color #584D79 in popluar number systems.

HEX584D79
Decimal8877121
Binary101100010011011111001
Octal130115171

Shades and tints

Shades of #584D79

#584D79
(88,77,121)
#50466E
(80,70,110)
#483F63
(72,63,99)
#403858
(64,56,88)
#38314D
(56,49,77)
#302A42
(48,42,66)
#282337
(40,35,55)
#201C2C
(32,28,44)
#181521
(24,21,33)
#100E16
(16,14,22)
#08070B
(8,7,11)
#000000
(0,0,0)

Tints of #584D79

#584D79
(88,77,121)
#675D85
(103,93,133)
#766D91
(118,109,145)
#857D9D
(133,125,157)
#948DA9
(148,141,169)
#A39DB5
(163,157,181)
#B2ADC1
(178,173,193)
#C1BDCD
(193,189,205)
#D0CDD9
(208,205,217)
#DFDDE5
(223,221,229)
#EEEDF1
(238,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584D79 color. Also use rgb(88,77,121) instead hex code.

Text Font Color

.myTextColor { color: #584D79; }

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

This text font color is #584D79.


Background Color

.myBgColor { background-color: #584D79; }

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

This div background color is #584D79.


Border color

.myBorderColor { border: 1px solid #584D79; }

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

This div border color is #584D79.


Opacity

.myOpacity80 { color: #584D79; opacity: 0.8; }

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

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

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

This text has shadow with #584D79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D79 on black background.


Color preview on white background

This text has color #584D79 on white background.



Black color preview on #584D79 background

This text has black color on #584D79 background.


White color preview on #584D79 background

This text has white color on #584D79 background.