COLOR #585648

HEX: #585648
RGB: (88,86,72)

Color info

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

RGB color model

#585648 color RGB value is (88,86,72).

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

RGB channels and saturation

R 88 of 255 = 35%
G 86 of 255 = 34%
B 72 of 255 = 28%

88
86
72

R + G + B ~ 32%. #585648 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 86 + 72 = 246 (100%)
R 88 of 246 ~ 35.77%
G 86 of 246 ~ 34.96%
B 72 of 246 ~ 29.27%

%35.77
%34.96
%29.27

CMYK color model

#585648 color CMYK value is (0,2,18,65).

  • cyan value is 0.00%
  • magenta value is 2.27%
  • yellow value is 18.18%
  • key color value is 65.49%
CMYK:
(0,2,18,65)
C0M2Y18K65 
(0%,2%,18%,65%)
(0.00/0.02/0.18/0.65)	

CMYK percentages

%0
%2.27
%18.18
%65.49

Codes

Color #585648 in popluar color models

585648
RGB888672
HSL53°10.00%31.37%
HSB/HSV53°18.18%34.51%
CMYK0.00%2.27%18.18%
65.49%

Color #585648 in popluar number systems.

HEX585648
Decimal888672
Binary101100010101101001000
Octal130126110

Shades and tints

Shades of #585648

#585648
(88,86,72)
#504F42
(80,79,66)
#48483C
(72,72,60)
#404136
(64,65,54)
#383A30
(56,58,48)
#30332A
(48,51,42)
#282C24
(40,44,36)
#20251E
(32,37,30)
#181E18
(24,30,24)
#101712
(16,23,18)
#08100C
(8,16,12)
#000000
(0,0,0)

Tints of #585648

#585648
(88,86,72)
#676558
(103,101,88)
#767468
(118,116,104)
#858378
(133,131,120)
#949288
(148,146,136)
#A3A198
(163,161,152)
#B2B0A8
(178,176,168)
#C1BFB8
(193,191,184)
#D0CEC8
(208,206,200)
#DFDDD8
(223,221,216)
#EEECE8
(238,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #585648; }

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

This text font color is #585648.


Background Color

.myBgColor { background-color: #585648; }

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

This div background color is #585648.


Border color

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

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

This div border color is #585648.


Opacity

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

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

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

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

This text has shadow with #585648 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585648 on black background.


Color preview on white background

This text has color #585648 on white background.



Black color preview on #585648 background

This text has black color on #585648 background.


White color preview on #585648 background

This text has white color on #585648 background.