COLOR #585640

HEX: #585640
RGB: (88,86,64)

Color info

#585640 contains red, green and blue colors in about the same proportion. Web safe color of #585640 is #666633 (or #663).

RGB color model

#585640 color RGB value is (88,86,64).

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

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 64 of 255 = 25%

88
86
64

R + G + B ~ 31%. #585640 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 64 = 238 (100%)
R 88 of 238 ~ 36.97%
G 86 of 238 ~ 36.13%
B 64 of 238 ~ 26.89%

%36.97
%36.13
%26.89

CMYK color model

#585640 color CMYK value is (0,2,27,65).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 27.27%
  • key color value is 65.49%
CMYK:
(0,2,27,65)
C0M2Y27K65 
(0%,2%,27%,65%)
(0.00/0.02/0.27/0.65)	

CMYK percentages

%0
%2.27
%27.27
%65.49

Codes

Color #585640 in popluar color models

585640
RGB888664
HSL55°15.79%29.80%
HSB/HSV55°27.27%34.51%
CMYK0.00%2.27%27.27%
65.49%

Color #585640 in popluar number systems.

HEX585640
Decimal888664
Binary101100010101101000000
Octal130126100

Shades and tints

Shades of #585640

#585640
(88,86,64)
#504F3B
(80,79,59)
#484836
(72,72,54)
#404131
(64,65,49)
#383A2C
(56,58,44)
#303327
(48,51,39)
#282C22
(40,44,34)
#20251D
(32,37,29)
#181E18
(24,30,24)
#101713
(16,23,19)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #585640

#585640
(88,86,64)
#676551
(103,101,81)
#767462
(118,116,98)
#858373
(133,131,115)
#949284
(148,146,132)
#A3A195
(163,161,149)
#B2B0A6
(178,176,166)
#C1BFB7
(193,191,183)
#D0CEC8
(208,206,200)
#DFDDD9
(223,221,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585640; }

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

This text font color is #585640.


Background Color

.myBgColor { background-color: #585640; }

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

This div background color is #585640.


Border color

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

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

This div border color is #585640.


Opacity

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

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

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

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

This text has shadow with #585640 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585640 on black background.


Color preview on white background

This text has color #585640 on white background.



Black color preview on #585640 background

This text has black color on #585640 background.


White color preview on #585640 background

This text has white color on #585640 background.