COLOR #585954

HEX: #585954
RGB: (88,89,84)

Color info

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

RGB color model

#585954 color RGB value is (88,89,84).

  • red value is 88;
  • green value is 89;
  • blue value is 84.
RGB:
(88,89,84)
(35%,35%,33%)

RGB channels and saturation

R 88 of 255 = 35%
G 89 of 255 = 35%
B 84 of 255 = 33%

88
89
84

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

Portions of RGB colors in percentages

R + G + B =
88 + 89 + 84 = 261 (100%)
R 88 of 261 ~ 33.72%
G 89 of 261 ~ 34.1%
B 84 of 261 ~ 32.18%

%33.72
%34.1
%32.18

CMYK color model

#585954 color CMYK value is (1,0,6,65).

  • cyan value is 1.12%
  • magenta value is 0.00%
  • yellow value is 5.62%
  • key color value is 65.10%
CMYK:
(1,0,6,65)
C1M0Y6K65 
(1%,0%,6%,65%)
(0.01/0.00/0.06/0.65)	

CMYK percentages

%1.12
%0
%5.62
%65.1

Codes

Color #585954 in popluar color models

585954
RGB888984
HSL72°2.89%33.92%
HSB/HSV72°5.62%34.90%
CMYK1.12%0.00%5.62%
65.10%

Color #585954 in popluar number systems.

HEX585954
Decimal888984
Binary101100010110011010100
Octal130131124

Shades and tints

Shades of #585954

#585954
(88,89,84)
#50514D
(80,81,77)
#484946
(72,73,70)
#40413F
(64,65,63)
#383938
(56,57,56)
#303131
(48,49,49)
#28292A
(40,41,42)
#202123
(32,33,35)
#18191C
(24,25,28)
#101115
(16,17,21)
#08090E
(8,9,14)
#000000
(0,0,0)

Tints of #585954

#585954
(88,89,84)
#676863
(103,104,99)
#767772
(118,119,114)
#858681
(133,134,129)
#949590
(148,149,144)
#A3A49F
(163,164,159)
#B2B3AE
(178,179,174)
#C1C2BD
(193,194,189)
#D0D1CC
(208,209,204)
#DFE0DB
(223,224,219)
#EEEFEA
(238,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585954; }

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

This text font color is #585954.


Background Color

.myBgColor { background-color: #585954; }

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

This div background color is #585954.


Border color

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

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

This div border color is #585954.


Opacity

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

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

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

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

This text has shadow with #585954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585954 on black background.


Color preview on white background

This text has color #585954 on white background.



Black color preview on #585954 background

This text has black color on #585954 background.


White color preview on #585954 background

This text has white color on #585954 background.