COLOR #585531

HEX: #585531
RGB: (88,85,49)

Color info

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

RGB color model

#585531 color RGB value is (88,85,49).

  • red value is 88;
  • green value is 85;
  • blue value is 49.
RGB:
(88,85,49)
(35%,33%,19%)

RGB channels and saturation

R 88 of 255 = 35%
G 85 of 255 = 33%
B 49 of 255 = 19%

88
85
49

R + G + B ~ 29%. #585531 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 85 + 49 = 222 (100%)
R 88 of 222 ~ 39.64%
G 85 of 222 ~ 38.29%
B 49 of 222 ~ 22.07%

%39.64
%38.29
%22.07

CMYK color model

#585531 color CMYK value is (0,3,44,65).

  • cyan value is 0.00%
  • magenta value is 3.41%
  • yellow value is 44.32%
  • key color value is 65.49%
CMYK:
(0,3,44,65)
C0M3Y44K65 
(0%,3%,44%,65%)
(0.00/0.03/0.44/0.65)	

CMYK percentages

%0
%3.41
%44.32
%65.49

Codes

Color #585531 in popluar color models

585531
RGB888549
HSL55°28.47%26.86%
HSB/HSV55°44.32%34.51%
CMYK0.00%3.41%44.32%
65.49%

Color #585531 in popluar number systems.

HEX585531
Decimal888549
Binary10110001010101110001
Octal13012561

Shades and tints

Shades of #585531

#585531
(88,85,49)
#504E2D
(80,78,45)
#484729
(72,71,41)
#404025
(64,64,37)
#383921
(56,57,33)
#30321D
(48,50,29)
#282B19
(40,43,25)
#202415
(32,36,21)
#181D11
(24,29,17)
#10160D
(16,22,13)
#080F09
(8,15,9)
#000000
(0,0,0)

Tints of #585531

#585531
(88,85,49)
#676443
(103,100,67)
#767355
(118,115,85)
#858267
(133,130,103)
#949179
(148,145,121)
#A3A08B
(163,160,139)
#B2AF9D
(178,175,157)
#C1BEAF
(193,190,175)
#D0CDC1
(208,205,193)
#DFDCD3
(223,220,211)
#EEEBE5
(238,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #585531 color. Also use rgb(88,85,49) instead hex code.

Text Font Color

.myTextColor { color: #585531; }

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

This text font color is #585531.


Background Color

.myBgColor { background-color: #585531; }

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

This div background color is #585531.


Border color

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

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

This div border color is #585531.


Opacity

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

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

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

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

This text has shadow with #585531 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #585531 on black background.


Color preview on white background

This text has color #585531 on white background.



Black color preview on #585531 background

This text has black color on #585531 background.


White color preview on #585531 background

This text has white color on #585531 background.