COLOR #585649

HEX: #585649
RGB: (88,86,73)

Color info

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

RGB color model

#585649 color RGB value is (88,86,73).

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

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 73 of 255 = 29%

88
86
73

R + G + B ~ 33%. #585649 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 73 = 247 (100%)
R 88 of 247 ~ 35.63%
G 86 of 247 ~ 34.82%
B 73 of 247 ~ 29.55%

%35.63
%34.82
%29.55

CMYK color model

#585649 color CMYK value is (0,2,17,65).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(0,2,17,65)
C0M2Y17K65 
(0%,2%,17%,65%)
(0.00/0.02/0.17/0.65)	

CMYK percentages

%0
%2.27
%17.05
%65.49

Codes

Color #585649 in popluar color models

585649
RGB888673
HSL52°9.32%31.57%
HSB/HSV52°17.05%34.51%
CMYK0.00%2.27%17.05%
65.49%

Color #585649 in popluar number systems.

HEX585649
Decimal888673
Binary101100010101101001001
Octal130126111

Shades and tints

Shades of #585649

#585649
(88,86,73)
#504F43
(80,79,67)
#48483D
(72,72,61)
#404137
(64,65,55)
#383A31
(56,58,49)
#30332B
(48,51,43)
#282C25
(40,44,37)
#20251F
(32,37,31)
#181E19
(24,30,25)
#101713
(16,23,19)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #585649

#585649
(88,86,73)
#676559
(103,101,89)
#767469
(118,116,105)
#858379
(133,131,121)
#949289
(148,146,137)
#A3A199
(163,161,153)
#B2B0A9
(178,176,169)
#C1BFB9
(193,191,185)
#D0CEC9
(208,206,201)
#DFDDD9
(223,221,217)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585649; }

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

This text font color is #585649.


Background Color

.myBgColor { background-color: #585649; }

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

This div background color is #585649.


Border color

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

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

This div border color is #585649.


Opacity

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

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

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

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

This text has shadow with #585649 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585649 on black background.


Color preview on white background

This text has color #585649 on white background.



Black color preview on #585649 background

This text has black color on #585649 background.


White color preview on #585649 background

This text has white color on #585649 background.