COLOR #585651

HEX: #585651
RGB: (88,86,81)

Color info

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

RGB color model

#585651 color RGB value is (88,86,81).

  • red value is 88;
  • green value is 86;
  • blue value is 81.
RGB:
(88,86,81)
(35%,34%,32%)

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 81 of 255 = 32%

88
86
81

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

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 81 = 255 (100%)
R 88 of 255 ~ 34.51%
G 86 of 255 ~ 33.73%
B 81 of 255 ~ 31.76%

%34.51
%33.73
%31.76

CMYK color model

#585651 color CMYK value is (0,2,8,65).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 7.95%
  • key color value is 65.49%
CMYK:
(0,2,8,65)
C0M2Y8K65 
(0%,2%,8%,65%)
(0.00/0.02/0.08/0.65)	

CMYK percentages

%0
%2.27
%7.95
%65.49

Codes

Color #585651 in popluar color models

585651
RGB888681
HSL43°4.14%33.14%
HSB/HSV43°7.95%34.51%
CMYK0.00%2.27%7.95%
65.49%

Color #585651 in popluar number systems.

HEX585651
Decimal888681
Binary101100010101101010001
Octal130126121

Shades and tints

Shades of #585651

#585651
(88,86,81)
#504F4A
(80,79,74)
#484843
(72,72,67)
#40413C
(64,65,60)
#383A35
(56,58,53)
#30332E
(48,51,46)
#282C27
(40,44,39)
#202520
(32,37,32)
#181E19
(24,30,25)
#101712
(16,23,18)
#08100B
(8,16,11)
#000000
(0,0,0)

Tints of #585651

#585651
(88,86,81)
#676560
(103,101,96)
#76746F
(118,116,111)
#85837E
(133,131,126)
#94928D
(148,146,141)
#A3A19C
(163,161,156)
#B2B0AB
(178,176,171)
#C1BFBA
(193,191,186)
#D0CEC9
(208,206,201)
#DFDDD8
(223,221,216)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585651 color. Also use rgb(88,86,81) instead hex code.

Text Font Color

.myTextColor { color: #585651; }

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

This text font color is #585651.


Background Color

.myBgColor { background-color: #585651; }

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

This div background color is #585651.


Border color

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

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

This div border color is #585651.


Opacity

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

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

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

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

This text has shadow with #585651 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585651 on black background.


Color preview on white background

This text has color #585651 on white background.



Black color preview on #585651 background

This text has black color on #585651 background.


White color preview on #585651 background

This text has white color on #585651 background.