COLOR #584D5F

HEX: #584D5F
RGB: (88,77,95)

Color info

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

RGB color model

#584D5F color RGB value is (88,77,95).

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

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 95 of 255 = 37%

88
77
95

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

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 95 = 260 (100%)
R 88 of 260 ~ 33.85%
G 77 of 260 ~ 29.62%
B 95 of 260 ~ 36.54%

%33.85
%29.62
%36.54

CMYK color model

#584D5F color CMYK value is (7,19,0,63).

  • cyan value is 7.37%
  • magenta value is 18.95%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(7,19,0,63)
C7M19Y0K63 
(7%,19%,0%,63%)
(0.07/0.19/0.00/0.63)	

CMYK percentages

%7.37
%18.95
%0
%62.75

Codes

Color #584D5F in popluar color models

584D5F
RGB887795
HSL277°10.47%33.73%
HSB/HSV277°18.95%37.25%
CMYK7.37%18.95%0.00%
62.75%

Color #584D5F in popluar number systems.

HEX584D5F
Decimal887795
Binary101100010011011011111
Octal130115137

Shades and tints

Shades of #584D5F

#584D5F
(88,77,95)
#504657
(80,70,87)
#483F4F
(72,63,79)
#403847
(64,56,71)
#38313F
(56,49,63)
#302A37
(48,42,55)
#28232F
(40,35,47)
#201C27
(32,28,39)
#18151F
(24,21,31)
#100E17
(16,14,23)
#08070F
(8,7,15)
#000000
(0,0,0)

Tints of #584D5F

#584D5F
(88,77,95)
#675D6D
(103,93,109)
#766D7B
(118,109,123)
#857D89
(133,125,137)
#948D97
(148,141,151)
#A39DA5
(163,157,165)
#B2ADB3
(178,173,179)
#C1BDC1
(193,189,193)
#D0CDCF
(208,205,207)
#DFDDDD
(223,221,221)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D5F; }

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

This text font color is #584D5F.


Background Color

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

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

This div background color is #584D5F.


Border color

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

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

This div border color is #584D5F.


Opacity

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

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

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

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

This text has shadow with #584D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D5F on black background.


Color preview on white background

This text has color #584D5F on white background.



Black color preview on #584D5F background

This text has black color on #584D5F background.


White color preview on #584D5F background

This text has white color on #584D5F background.