COLOR #584D7C

HEX: #584D7C
RGB: (88,77,124)

Color info

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

RGB color model

#584D7C color RGB value is (88,77,124).

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

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 124 of 255 = 49%

88
77
124

R + G + B ~ 38%. #584D7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 124 = 289 (100%)
R 88 of 289 ~ 30.45%
G 77 of 289 ~ 26.64%
B 124 of 289 ~ 42.91%

%30.45
%26.64
%42.91

CMYK color model

#584D7C color CMYK value is (29,38,0,51).

  • cyan value is 29.03%
  • magenta value is 37.90%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(29,38,0,51)
C29M38Y0K51 
(29%,38%,0%,51%)
(0.29/0.38/0.00/0.51)	

CMYK percentages

%29.03
%37.9
%0
%51.37

Codes

Color #584D7C in popluar color models

584D7C
RGB8877124
HSL254°23.38%39.41%
HSB/HSV254°37.90%48.63%
CMYK29.03%37.90%0.00%
51.37%

Color #584D7C in popluar number systems.

HEX584D7C
Decimal8877124
Binary101100010011011111100
Octal130115174

Shades and tints

Shades of #584D7C

#584D7C
(88,77,124)
#504671
(80,70,113)
#483F66
(72,63,102)
#40385B
(64,56,91)
#383150
(56,49,80)
#302A45
(48,42,69)
#28233A
(40,35,58)
#201C2F
(32,28,47)
#181524
(24,21,36)
#100E19
(16,14,25)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #584D7C

#584D7C
(88,77,124)
#675D87
(103,93,135)
#766D92
(118,109,146)
#857D9D
(133,125,157)
#948DA8
(148,141,168)
#A39DB3
(163,157,179)
#B2ADBE
(178,173,190)
#C1BDC9
(193,189,201)
#D0CDD4
(208,205,212)
#DFDDDF
(223,221,223)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D7C; }

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

This text font color is #584D7C.


Background Color

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

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

This div background color is #584D7C.


Border color

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

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

This div border color is #584D7C.


Opacity

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

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

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

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

This text has shadow with #584D7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D7C on black background.


Color preview on white background

This text has color #584D7C on white background.



Black color preview on #584D7C background

This text has black color on #584D7C background.


White color preview on #584D7C background

This text has white color on #584D7C background.