COLOR #584D68

HEX: #584D68
RGB: (88,77,104)

Color info

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

RGB color model

#584D68 color RGB value is (88,77,104).

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

RGB channels and saturation

R 88 of 255 = 35%
G 77 of 255 = 30%
B 104 of 255 = 41%

88
77
104

R + G + B ~ 35%. #584D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 77 + 104 = 269 (100%)
R 88 of 269 ~ 32.71%
G 77 of 269 ~ 28.62%
B 104 of 269 ~ 38.66%

%32.71
%28.62
%38.66

CMYK color model

#584D68 color CMYK value is (15,26,0,59).

  • cyan value is 15.38%
  • magenta value is 25.96%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,26,0,59)
C15M26Y0K59 
(15%,26%,0%,59%)
(0.15/0.26/0.00/0.59)	

CMYK percentages

%15.38
%25.96
%0
%59.22

Codes

Color #584D68 in popluar color models

584D68
RGB8877104
HSL264°14.92%35.49%
HSB/HSV264°25.96%40.78%
CMYK15.38%25.96%0.00%
59.22%

Color #584D68 in popluar number systems.

HEX584D68
Decimal8877104
Binary101100010011011101000
Octal130115150

Shades and tints

Shades of #584D68

#584D68
(88,77,104)
#50465F
(80,70,95)
#483F56
(72,63,86)
#40384D
(64,56,77)
#383144
(56,49,68)
#302A3B
(48,42,59)
#282332
(40,35,50)
#201C29
(32,28,41)
#181520
(24,21,32)
#100E17
(16,14,23)
#08070E
(8,7,14)
#000000
(0,0,0)

Tints of #584D68

#584D68
(88,77,104)
#675D75
(103,93,117)
#766D82
(118,109,130)
#857D8F
(133,125,143)
#948D9C
(148,141,156)
#A39DA9
(163,157,169)
#B2ADB6
(178,173,182)
#C1BDC3
(193,189,195)
#D0CDD0
(208,205,208)
#DFDDDD
(223,221,221)
#EEEDEA
(238,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584D68; }

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

This text font color is #584D68.


Background Color

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

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

This div background color is #584D68.


Border color

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

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

This div border color is #584D68.


Opacity

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

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

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

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

This text has shadow with #584D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584D68 on black background.


Color preview on white background

This text has color #584D68 on white background.



Black color preview on #584D68 background

This text has black color on #584D68 background.


White color preview on #584D68 background

This text has white color on #584D68 background.