COLOR #584F6C

HEX: #584F6C RGB: (88,79,108)

Color info

#584F6C contains red, green and blue colors in about the same proportion. Web safe color of #584F6C is #666666 (or #666).

RGB color model

#584F6C color RGB value is (88,79,108).

RGB: (88,79,108) (35%, 31%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 79 of 255 = 31%
B 108 of 255 = 42%

88
79
108

R + G + B ~ 36%. #584F6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 79 + 108 = 275 (100%)
R 88 of 275 ~ 32%
G 79 of 275 ~ 28.73%
B 108 of 275 ~ 39.27'%

%32
%28.73
%39.27

CMYK color model

#584F6C color CMYK value is (19,27,0,58).

  • cyan value is 18.52%
  • magenta value is 26.85%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK: (19,27,0,58) C19M27Y0K58 (19%,27%,0%,58%) (0.19/0.27/0.00/0.58) 

CMYK percentages

%18.52
%26.85
%0
%57.65

Codes

Color #584F6C in popluar color models

58 4F 6C
RGB 88 79 108
HSL 259° 15.51% 36.67%
HSB/HSV 259° 26.85% 42.35%
CMYK 18.52% 26.85% 0.00%
57.65%

Color #584F6C in popluar number systems.

HEX 58 4F 6C
Decimal 88 79 108
Binary 1011000 1001111 1101100
Octal 130 117 154

Shades and tints

Shades of #584F6C

#584F6C
(88,79,108)
#504863
(80,72,99)
#48415A
(72,65,90)
#403A51
(64,58,81)
#383348
(56,51,72)
#302C3F
(48,44,63)
#282536
(40,37,54)
#201E2D
(32,30,45)
#181724
(24,23,36)
#10101B
(16,16,27)
#080912
(8,9,18)
#000000
(0,0,0)

Tints of #584F6C

#584F6C
(88,79,108)
#675F79
(103,95,121)
#766F86
(118,111,134)
#857F93
(133,127,147)
#948FA0
(148,143,160)
#A39FAD
(163,159,173)
#B2AFBA
(178,175,186)
#C1BFC7
(193,191,199)
#D0CFD4
(208,207,212)
#DFDFE1
(223,223,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #584F6C color. Also use rgb(88,79,108) instead hex code.

Text Font Color

.myTextColor { color: #584F6C; }

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

This text font color is #584F6C.

Background Color

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

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

This div background color is #584F6C.

Border color

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

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

This div border color is #584F6C.

Opacity

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

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

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

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

This text has shadow with #584F6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #584F6C.

Preview

Color preview on black background

This text has color #584F6C on black background.


Color preview on white background

This text has color #584F6C on white background.


Black color preview on #584F6C background

This text has black color on #584F6C background.


White color preview on #584F6C background

This text has white color on #584F6C background.


Related colors

Complementary color

Complementary color for #hex is #A7B093.


I love getcolorcode.com

Triadic colors

1 #6C584F and #4F6C58 with #584F6C are triadic colors.

2 #6C4F58 and #4F586C with #584F6C are triadic colors.