COLOR #584C5F

HEX: #584C5F RGB: (88,76,95)

Color info

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

RGB color model

#584C5F color RGB value is (88,76,95).

RGB: (88,76,95) (35%, 30%, 37%)

RGB channels and saturation

R 88 of 255 = 35%
G 76 of 255 = 30%
B 95 of 255 = 37%

88
76
95

R + G + B ~ 34%. #584C5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 76 + 95 = 259 (100%)
R 88 of 259 ~ 33.98%
G 76 of 259 ~ 29.34%
B 95 of 259 ~ 36.68'%

%33.98
%29.34
%36.68

CMYK color model

#584C5F color CMYK value is (7,20,0,63).

  • cyan value is 7.37%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 62.75%

CMYK: (7,20,0,63)
C7M20Y0K63 (7%, 20%, 0%, 63%)
(0.07 / 0.20 / 0.00 / 0.63)

CMYK percentages

%7.37
%20
%0
%62.75

Codes

Color #584C5F in popluar color models

58 4C 5F
RGB 88 76 95
HSL 278° 11.11% 33.53%
HSB/HSV 278° 20.00% 37.25%
CMYK 7.37% 20.00% 0.00%
62.75%

Color #584C5F in popluar number systems.

HEX 58 4C 5F
Decimal 88 76 95
Binary 1011000 1001100 1011111
Octal 130 114 137

Shades and tints

Shades of #584C5F

#584C5F
(88,76,95)
#504657
(80,70,87)
#48404F
(72,64,79)
#403A47
(64,58,71)
#38343F
(56,52,63)
#302E37
(48,46,55)
#28282F
(40,40,47)
#202227
(32,34,39)
#181C1F
(24,28,31)
#101617
(16,22,23)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #584C5F

#584C5F
(88,76,95)
#675C6D
(103,92,109)
#766C7B
(118,108,123)
#857C89
(133,124,137)
#948C97
(148,140,151)
#A39CA5
(163,156,165)
#B2ACB3
(178,172,179)
#C1BCC1
(193,188,193)
#D0CCCF
(208,204,207)
#DFDCDD
(223,220,221)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #584C5F; }

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

This text font color is #584C5F.

Background Color

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

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

This div background color is #584C5F.

Border color

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

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

This div border color is #584C5F.

Opacity

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

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

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

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

This text has shadow with #584C5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584C5F.

Preview

Color preview on black background

This text has color #584C5F on black background.


Color preview on white background

This text has color #584C5F on white background.


Black color preview on #584C5F background

This text has black color on #584C5F background.


White color preview on #584C5F background

This text has white color on #584C5F background.


Related colors

Complementary color

Complementary color for #hex is #A7B3A0.


I love getcolorcode.com

Triadic colors

1 #5F584C and #4C5F58 with #584C5F are triadic colors.

2 #5F4C58 and #4C585F with #584C5F are triadic colors.