COLOR #584057

HEX: #584057
RGB: (88,64,87)

Color info

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

RGB color model

#584057 color RGB value is (88,64,87).

  • red value is 88;
  • green value is 64;
  • blue value is 87.
RGB:
(88,64,87)
(35%,25%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 64 of 255 = 25%
B 87 of 255 = 34%

88
64
87

R + G + B ~ 31%. #584057 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 64 + 87 = 239 (100%)
R 88 of 239 ~ 36.82%
G 64 of 239 ~ 26.78%
B 87 of 239 ~ 36.4%

%36.82
%26.78
%36.4

CMYK color model

#584057 color CMYK value is (0,27,1,65).

  • cyan value is 0.00%
  • magenta value is 27.27%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(0,27,1,65)
C0M27Y1K65 
(0%,27%,1%,65%)
(0.00/0.27/0.01/0.65)	

CMYK percentages

%0
%27.27
%1.14
%65.49

Codes

Color #584057 in popluar color models

584057
RGB886487
HSL303°15.79%29.80%
HSB/HSV303°27.27%34.51%
CMYK0.00%27.27%1.14%
65.49%

Color #584057 in popluar number systems.

HEX584057
Decimal886487
Binary101100010000001010111
Octal130100127

Shades and tints

Shades of #584057

#584057
(88,64,87)
#503B50
(80,59,80)
#483649
(72,54,73)
#403142
(64,49,66)
#382C3B
(56,44,59)
#302734
(48,39,52)
#28222D
(40,34,45)
#201D26
(32,29,38)
#18181F
(24,24,31)
#101318
(16,19,24)
#080E11
(8,14,17)
#000000
(0,0,0)

Tints of #584057

#584057
(88,64,87)
#675166
(103,81,102)
#766275
(118,98,117)
#857384
(133,115,132)
#948493
(148,132,147)
#A395A2
(163,149,162)
#B2A6B1
(178,166,177)
#C1B7C0
(193,183,192)
#D0C8CF
(208,200,207)
#DFD9DE
(223,217,222)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584057 color. Also use rgb(88,64,87) instead hex code.

Text Font Color

.myTextColor { color: #584057; }

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

This text font color is #584057.


Background Color

.myBgColor { background-color: #584057; }

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

This div background color is #584057.


Border color

.myBorderColor { border: 1px solid #584057; }

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

This div border color is #584057.


Opacity

.myOpacity80 { color: #584057; opacity: 0.8; }

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

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

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

This text has shadow with #584057 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584057 on black background.


Color preview on white background

This text has color #584057 on white background.



Black color preview on #584057 background

This text has black color on #584057 background.


White color preview on #584057 background

This text has white color on #584057 background.