COLOR #585F54

HEX: #585F54 RGB: (88,95,84)

Color info

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

RGB color model

#585F54 color RGB value is (88,95,84).

RGB: (88,95,84) (35%, 37%, 33%)

RGB channels and saturation

R 88 of 255 = 35%
G 95 of 255 = 37%
B 84 of 255 = 33%

88
95
84

R + G + B ~ 35%. #585F54 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 95 + 84 = 267 (100%)
R 88 of 267 ~ 32.96%
G 95 of 267 ~ 35.58%
B 84 of 267 ~ 31.46'%

%32.96
%35.58
%31.46

CMYK color model

#585F54 color CMYK value is (7,0,12,63).

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

CMYK: (7,0,12,63)
C7M0Y12K63 (7%, 0%, 12%, 63%)
(0.07 / 0.00 / 0.12 / 0.63)

CMYK percentages

%7.37
%0
%11.58
%62.75

Codes

Color #585F54 in popluar color models

58 5F 54
RGB 88 95 84
HSL 98° 6.15% 35.10%
HSB/HSV 98° 11.58% 37.25%
CMYK 7.37% 0.00% 11.58%
62.75%

Color #585F54 in popluar number systems.

HEX 58 5F 54
Decimal 88 95 84
Binary 1011000 1011111 1010100
Octal 130 137 124

Shades and tints

Shades of #585F54

#585F54
(88,95,84)
#50574D
(80,87,77)
#484F46
(72,79,70)
#40473F
(64,71,63)
#383F38
(56,63,56)
#303731
(48,55,49)
#282F2A
(40,47,42)
#202723
(32,39,35)
#181F1C
(24,31,28)
#101715
(16,23,21)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #585F54

#585F54
(88,95,84)
#676D63
(103,109,99)
#767B72
(118,123,114)
#858981
(133,137,129)
#949790
(148,151,144)
#A3A59F
(163,165,159)
#B2B3AE
(178,179,174)
#C1C1BD
(193,193,189)
#D0CFCC
(208,207,204)
#DFDDDB
(223,221,219)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585F54 color. Also use rgb(88,95,84) instead hex code.

Text Font Color

.myTextColor { color: #585F54; }

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

This text font color is #585F54.

Background Color

.myBgColor { background-color: #585F54; }

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

This div background color is #585F54.

Border color

.myBorderColor { border: 1px solid #585F54; }

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

This div border color is #585F54.

Opacity

.myOpacity80 { color: #585F54; opacity: 0.8; }

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

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

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

This text has shadow with #585F54 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #585F54.

Preview

Color preview on black background

This text has color #585F54 on black background.


Color preview on white background

This text has color #585F54 on white background.


Black color preview on #585F54 background

This text has black color on #585F54 background.


White color preview on #585F54 background

This text has white color on #585F54 background.


Related colors

Complementary color

Complementary color for #hex is #A7A0AB.


I love getcolorcode.com

Triadic colors

1 #54585F and #5F5458 with #585F54 are triadic colors.

2 #545F58 and #5F5854 with #585F54 are triadic colors.