COLOR #584C57

HEX: #584C57
RGB: (88,76,87)

Color info

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

RGB color model

#584C57 color RGB value is (88,76,87).

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

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 87 of 255 = 34%

88
76
87

R + G + B ~ 33%. #584C57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 76 + 87 = 251 (100%)
R 88 of 251 ~ 35.06%
G 76 of 251 ~ 30.28%
B 87 of 251 ~ 34.66%

%35.06
%30.28
%34.66

CMYK color model

#584C57 color CMYK value is (0,14,1,65).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(0,14,1,65)
C0M14Y1K65 
(0%,14%,1%,65%)
(0.00/0.14/0.01/0.65)	

CMYK percentages

%0
%13.64
%1.14
%65.49

Codes

Color #584C57 in popluar color models

584C57
RGB887687
HSL305°7.32%32.16%
HSB/HSV305°13.64%34.51%
CMYK0.00%13.64%1.14%
65.49%

Color #584C57 in popluar number systems.

HEX584C57
Decimal887687
Binary101100010011001010111
Octal130114127

Shades and tints

Shades of #584C57

#584C57
(88,76,87)
#504650
(80,70,80)
#484049
(72,64,73)
#403A42
(64,58,66)
#38343B
(56,52,59)
#302E34
(48,46,52)
#28282D
(40,40,45)
#202226
(32,34,38)
#181C1F
(24,28,31)
#101618
(16,22,24)
#081011
(8,16,17)
#000000
(0,0,0)

Tints of #584C57

#584C57
(88,76,87)
#675C66
(103,92,102)
#766C75
(118,108,117)
#857C84
(133,124,132)
#948C93
(148,140,147)
#A39CA2
(163,156,162)
#B2ACB1
(178,172,177)
#C1BCC0
(193,188,192)
#D0CCCF
(208,204,207)
#DFDCDE
(223,220,222)
#EEECED
(238,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C57; }

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

This text font color is #584C57.


Background Color

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

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

This div background color is #584C57.


Border color

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

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

This div border color is #584C57.


Opacity

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

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

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

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

This text has shadow with #584C57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #584C57 on black background.


Color preview on white background

This text has color #584C57 on white background.



Black color preview on #584C57 background

This text has black color on #584C57 background.


White color preview on #584C57 background

This text has white color on #584C57 background.