COLOR #584755

HEX: #584755 RGB: (88,71,85)

Color info

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

RGB color model

#584755 color RGB value is (88,71,85).

RGB: (88,71,85) (35%, 28%, 33%)

RGB channels and saturation

R 88 of 255 = 35%
G 71 of 255 = 28%
B 85 of 255 = 33%

88
71
85

R + G + B ~ 32%. #584755 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 71 + 85 = 244 (100%)
R 88 of 244 ~ 36.07%
G 71 of 244 ~ 29.1%
B 85 of 244 ~ 34.84'%

%36.07
%29.1
%34.84

CMYK color model

#584755 color CMYK value is (0,19,3,65).

  • cyan value is 0.00%
  • magenta value is 19.32%
  • yellow value is 3.41%
  • key color value is 65.49%

CMYK: (0,19,3,65)
C0M19Y3K65 (0%, 19%, 3%, 65%)
(0.00 / 0.19 / 0.03 / 0.65)

CMYK percentages

%0
%19.32
%3.41
%65.49

Codes

Color #584755 in popluar color models

58 47 55
RGB 88 71 85
HSL 311° 10.69% 31.18%
HSB/HSV 311° 19.32% 34.51%
CMYK 0.00% 19.32% 3.41%
65.49%

Color #584755 in popluar number systems.

HEX 58 47 55
Decimal 88 71 85
Binary 1011000 1000111 1010101
Octal 130 107 125

Shades and tints

Shades of #584755

#584755
(88,71,85)
#50414E
(80,65,78)
#483B47
(72,59,71)
#403540
(64,53,64)
#382F39
(56,47,57)
#302932
(48,41,50)
#28232B
(40,35,43)
#201D24
(32,29,36)
#18171D
(24,23,29)
#101116
(16,17,22)
#080B0F
(8,11,15)
#000000
(0,0,0)

Tints of #584755

#584755
(88,71,85)
#675764
(103,87,100)
#766773
(118,103,115)
#857782
(133,119,130)
#948791
(148,135,145)
#A397A0
(163,151,160)
#B2A7AF
(178,167,175)
#C1B7BE
(193,183,190)
#D0C7CD
(208,199,205)
#DFD7DC
(223,215,220)
#EEE7EB
(238,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584755 color. Also use rgb(88,71,85) instead hex code.

Text Font Color

.myTextColor { color: #584755; }

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

This text font color is #584755.

Background Color

.myBgColor { background-color: #584755; }

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

This div background color is #584755.

Border color

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

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

This div border color is #584755.

Opacity

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

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

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

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

This text has shadow with #584755 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584755.

Preview

Color preview on black background

This text has color #584755 on black background.


Color preview on white background

This text has color #584755 on white background.


Black color preview on #584755 background

This text has black color on #584755 background.


White color preview on #584755 background

This text has white color on #584755 background.


Related colors

Complementary color

Complementary color for #hex is #A7B8AA.


I love getcolorcode.com

Triadic colors

1 #555847 and #475558 with #584755 are triadic colors.

2 #554758 and #475855 with #584755 are triadic colors.