COLOR #585360

HEX: #585360
RGB: (88,83,96)

Color info

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

RGB color model

#585360 color RGB value is (88,83,96).

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

RGB channels and saturation

R 88 of 255 = 35%
G 83 of 255 = 33%
B 96 of 255 = 38%

88
83
96

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

Portions of RGB colors in percentages

R + G + B =
88 + 83 + 96 = 267 (100%)
R 88 of 267 ~ 32.96%
G 83 of 267 ~ 31.09%
B 96 of 267 ~ 35.96%

%32.96
%31.09
%35.96

CMYK color model

#585360 color CMYK value is (8,14,0,62).

  • cyan value is 8.33%
  • magenta value is 13.54%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(8,14,0,62)
C8M14Y0K62 
(8%,14%,0%,62%)
(0.08/0.14/0.00/0.62)	

CMYK percentages

%8.33
%13.54
%0
%62.35

Codes

Color #585360 in popluar color models

585360
RGB888396
HSL263°7.26%35.10%
HSB/HSV263°13.54%37.65%
CMYK8.33%13.54%0.00%
62.35%

Color #585360 in popluar number systems.

HEX585360
Decimal888396
Binary101100010100111100000
Octal130123140

Shades and tints

Shades of #585360

#585360
(88,83,96)
#504C58
(80,76,88)
#484550
(72,69,80)
#403E48
(64,62,72)
#383740
(56,55,64)
#303038
(48,48,56)
#282930
(40,41,48)
#202228
(32,34,40)
#181B20
(24,27,32)
#101418
(16,20,24)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #585360

#585360
(88,83,96)
#67626E
(103,98,110)
#76717C
(118,113,124)
#85808A
(133,128,138)
#948F98
(148,143,152)
#A39EA6
(163,158,166)
#B2ADB4
(178,173,180)
#C1BCC2
(193,188,194)
#D0CBD0
(208,203,208)
#DFDADE
(223,218,222)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585360; }

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

This text font color is #585360.


Background Color

.myBgColor { background-color: #585360; }

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

This div background color is #585360.


Border color

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

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

This div border color is #585360.


Opacity

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

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

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

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

This text has shadow with #585360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585360 on black background.


Color preview on white background

This text has color #585360 on white background.



Black color preview on #585360 background

This text has black color on #585360 background.


White color preview on #585360 background

This text has white color on #585360 background.