COLOR #584D6B

HEX: #584D6B
RGB: (88,77,107)

Color info

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

RGB color model

#584D6B color RGB value is (88,77,107).

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

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 107 of 255 = 42%

88
77
107

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

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 107 = 272 (100%)
R 88 of 272 ~ 32.35%
G 77 of 272 ~ 28.31%
B 107 of 272 ~ 39.34%

%32.35
%28.31
%39.34

CMYK color model

#584D6B color CMYK value is (18,28,0,58).

  • cyan value is 17.76%
  • magenta value is 28.04%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(18,28,0,58)
C18M28Y0K58 
(18%,28%,0%,58%)
(0.18/0.28/0.00/0.58)	

CMYK percentages

%17.76
%28.04
%0
%58.04

Codes

Color #584D6B in popluar color models

584D6B
RGB8877107
HSL262°16.30%36.08%
HSB/HSV262°28.04%41.96%
CMYK17.76%28.04%0.00%
58.04%

Color #584D6B in popluar number systems.

HEX584D6B
Decimal8877107
Binary101100010011011101011
Octal130115153

Shades and tints

Shades of #584D6B

#584D6B
(88,77,107)
#504662
(80,70,98)
#483F59
(72,63,89)
#403850
(64,56,80)
#383147
(56,49,71)
#302A3E
(48,42,62)
#282335
(40,35,53)
#201C2C
(32,28,44)
#181523
(24,21,35)
#100E1A
(16,14,26)
#080711
(8,7,17)
#000000
(0,0,0)

Tints of #584D6B

#584D6B
(88,77,107)
#675D78
(103,93,120)
#766D85
(118,109,133)
#857D92
(133,125,146)
#948D9F
(148,141,159)
#A39DAC
(163,157,172)
#B2ADB9
(178,173,185)
#C1BDC6
(193,189,198)
#D0CDD3
(208,205,211)
#DFDDE0
(223,221,224)
#EEEDED
(238,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D6B; }

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

This text font color is #584D6B.


Background Color

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

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

This div background color is #584D6B.


Border color

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

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

This div border color is #584D6B.


Opacity

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

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

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

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

This text has shadow with #584D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D6B on black background.


Color preview on white background

This text has color #584D6B on white background.



Black color preview on #584D6B background

This text has black color on #584D6B background.


White color preview on #584D6B background

This text has white color on #584D6B background.