COLOR #585357

HEX: #585357
RGB: (88,83,87)

Color info

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

RGB color model

#585357 color RGB value is (88,83,87).

  • red value is 88;
  • green value is 83;
  • blue value is 87.
RGB:
(88,83,87)
(35%,33%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 87 of 255 = 34%

88
83
87

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 87 = 258 (100%)
R 88 of 258 ~ 34.11%
G 83 of 258 ~ 32.17%
B 87 of 258 ~ 33.72%

%34.11
%32.17
%33.72

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.68%
  • yellow value is 1.14%
  • key color value is 65.49%
CMYK:
(0,6,1,65)
C0M6Y1K65 
(0%,6%,1%,65%)
(0.00/0.06/0.01/0.65)	

CMYK percentages

%0
%5.68
%1.14
%65.49

Codes

Color #585357 in popluar color models

585357
RGB888387
HSL312°2.92%33.53%
HSB/HSV312°5.68%34.51%
CMYK0.00%5.68%1.14%
65.49%

Color #585357 in popluar number systems.

HEX585357
Decimal888387
Binary101100010100111010111
Octal130123127

Shades and tints

Shades of #585357

#585357
(88,83,87)
#504C50
(80,76,80)
#484549
(72,69,73)
#403E42
(64,62,66)
#38373B
(56,55,59)
#303034
(48,48,52)
#28292D
(40,41,45)
#202226
(32,34,38)
#181B1F
(24,27,31)
#101418
(16,20,24)
#080D11
(8,13,17)
#000000
(0,0,0)

Tints of #585357

#585357
(88,83,87)
#676266
(103,98,102)
#767175
(118,113,117)
#858084
(133,128,132)
#948F93
(148,143,147)
#A39EA2
(163,158,162)
#B2ADB1
(178,173,177)
#C1BCC0
(193,188,192)
#D0CBCF
(208,203,207)
#DFDADE
(223,218,222)
#EEE9ED
(238,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585357 color. Also use rgb(88,83,87) instead hex code.

Text Font Color

.myTextColor { color: #585357; }

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

This text font color is #585357.


Background Color

.myBgColor { background-color: #585357; }

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

This div background color is #585357.


Border color

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

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

This div border color is #585357.


Opacity

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

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

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

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

This text has shadow with #585357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585357 on black background.


Color preview on white background

This text has color #585357 on white background.



Black color preview on #585357 background

This text has black color on #585357 background.


White color preview on #585357 background

This text has white color on #585357 background.