COLOR #585450

HEX: #585450
RGB: (88,84,80)

Color info

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

RGB color model

#585450 color RGB value is (88,84,80).

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

RGB channels and saturation

R 88 of 255 = 35%
G 84 of 255 = 33%
B 80 of 255 = 31%

88
84
80

R + G + B ~ 33%. #585450 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 84 + 80 = 252 (100%)
R 88 of 252 ~ 34.92%
G 84 of 252 ~ 33.33%
B 80 of 252 ~ 31.75%

%34.92
%33.33
%31.75

CMYK color model

#585450 color CMYK value is (0,5,9,65).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 9.09%
  • key color value is 65.49%
CMYK:
(0,5,9,65)
C0M5Y9K65 
(0%,5%,9%,65%)
(0.00/0.05/0.09/0.65)	

CMYK percentages

%0
%4.55
%9.09
%65.49

Codes

Color #585450 in popluar color models

585450
RGB888480
HSL30°4.76%32.94%
HSB/HSV30°9.09%34.51%
CMYK0.00%4.55%9.09%
65.49%

Color #585450 in popluar number systems.

HEX585450
Decimal888480
Binary101100010101001010000
Octal130124120

Shades and tints

Shades of #585450

#585450
(88,84,80)
#504D49
(80,77,73)
#484642
(72,70,66)
#403F3B
(64,63,59)
#383834
(56,56,52)
#30312D
(48,49,45)
#282A26
(40,42,38)
#20231F
(32,35,31)
#181C18
(24,28,24)
#101511
(16,21,17)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #585450

#585450
(88,84,80)
#67635F
(103,99,95)
#76726E
(118,114,110)
#85817D
(133,129,125)
#94908C
(148,144,140)
#A39F9B
(163,159,155)
#B2AEAA
(178,174,170)
#C1BDB9
(193,189,185)
#D0CCC8
(208,204,200)
#DFDBD7
(223,219,215)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585450; }

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

This text font color is #585450.


Background Color

.myBgColor { background-color: #585450; }

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

This div background color is #585450.


Border color

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

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

This div border color is #585450.


Opacity

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

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

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

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

This text has shadow with #585450 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585450 on black background.


Color preview on white background

This text has color #585450 on white background.



Black color preview on #585450 background

This text has black color on #585450 background.


White color preview on #585450 background

This text has white color on #585450 background.