COLOR #584C68

HEX: #584C68
RGB: (88,76,104)

Color info

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

RGB color model

#584C68 color RGB value is (88,76,104).

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

RGB channels and saturation

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

88
76
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 104 = 268 (100%)
R 88 of 268 ~ 32.84%
G 76 of 268 ~ 28.36%
B 104 of 268 ~ 38.81%

%32.84
%28.36
%38.81

CMYK color model

#584C68 color CMYK value is (15,27,0,59).

  • cyan value is 15.38%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(15,27,0,59)
C15M27Y0K59 
(15%,27%,0%,59%)
(0.15/0.27/0.00/0.59)	

CMYK percentages

%15.38
%26.92
%0
%59.22

Codes

Color #584C68 in popluar color models

584C68
RGB8876104
HSL266°15.56%35.29%
HSB/HSV266°26.92%40.78%
CMYK15.38%26.92%0.00%
59.22%

Color #584C68 in popluar number systems.

HEX584C68
Decimal8876104
Binary101100010011001101000
Octal130114150

Shades and tints

Shades of #584C68

#584C68
(88,76,104)
#50465F
(80,70,95)
#484056
(72,64,86)
#403A4D
(64,58,77)
#383444
(56,52,68)
#302E3B
(48,46,59)
#282832
(40,40,50)
#202229
(32,34,41)
#181C20
(24,28,32)
#101617
(16,22,23)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #584C68

#584C68
(88,76,104)
#675C75
(103,92,117)
#766C82
(118,108,130)
#857C8F
(133,124,143)
#948C9C
(148,140,156)
#A39CA9
(163,156,169)
#B2ACB6
(178,172,182)
#C1BCC3
(193,188,195)
#D0CCD0
(208,204,208)
#DFDCDD
(223,220,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C68; }

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

This text font color is #584C68.


Background Color

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

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

This div background color is #584C68.


Border color

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

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

This div border color is #584C68.


Opacity

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

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

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

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

This text has shadow with #584C68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C68 on black background.


Color preview on white background

This text has color #584C68 on white background.



Black color preview on #584C68 background

This text has black color on #584C68 background.


White color preview on #584C68 background

This text has white color on #584C68 background.