COLOR #585764

HEX: #585764
RGB: (88,87,100)

Color info

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

RGB color model

#585764 color RGB value is (88,87,100).

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

RGB channels and saturation

R 88 of 255 = 35%
G 87 of 255 = 34%
B 100 of 255 = 39%

88
87
100

R + G + B ~ 36%. #585764 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 87 + 100 = 275 (100%)
R 88 of 275 ~ 32%
G 87 of 275 ~ 31.64%
B 100 of 275 ~ 36.36%

%32
%31.64
%36.36

CMYK color model

#585764 color CMYK value is (12,13,0,61).

  • cyan value is 12.00%
  • magenta value is 13.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(12,13,0,61)
C12M13Y0K61 
(12%,13%,0%,61%)
(0.12/0.13/0.00/0.61)	

CMYK percentages

%12
%13
%0
%60.78

Codes

Color #585764 in popluar color models

585764
RGB8887100
HSL245°6.95%36.67%
HSB/HSV245°13.00%39.22%
CMYK12.00%13.00%0.00%
60.78%

Color #585764 in popluar number systems.

HEX585764
Decimal8887100
Binary101100010101111100100
Octal130127144

Shades and tints

Shades of #585764

#585764
(88,87,100)
#50505B
(80,80,91)
#484952
(72,73,82)
#404249
(64,66,73)
#383B40
(56,59,64)
#303437
(48,52,55)
#282D2E
(40,45,46)
#202625
(32,38,37)
#181F1C
(24,31,28)
#101813
(16,24,19)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #585764

#585764
(88,87,100)
#676672
(103,102,114)
#767580
(118,117,128)
#85848E
(133,132,142)
#94939C
(148,147,156)
#A3A2AA
(163,162,170)
#B2B1B8
(178,177,184)
#C1C0C6
(193,192,198)
#D0CFD4
(208,207,212)
#DFDEE2
(223,222,226)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585764; }

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

This text font color is #585764.


Background Color

.myBgColor { background-color: #585764; }

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

This div background color is #585764.


Border color

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

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

This div border color is #585764.


Opacity

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

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

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

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

This text has shadow with #585764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585764 on black background.


Color preview on white background

This text has color #585764 on white background.



Black color preview on #585764 background

This text has black color on #585764 background.


White color preview on #585764 background

This text has white color on #585764 background.