COLOR #586855

HEX: #586855
RGB: (88,104,85)

Color info

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

RGB color model

#586855 color RGB value is (88,104,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 104 of 255 = 41%
B 85 of 255 = 33%

88
104
85

R + G + B ~ 36%. #586855 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 104 + 85 = 277 (100%)
R 88 of 277 ~ 31.77%
G 104 of 277 ~ 37.55%
B 85 of 277 ~ 30.69%

%31.77
%37.55
%30.69

CMYK color model

#586855 color CMYK value is (15,0,18,59).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 59.22%
CMYK:
(15,0,18,59)
C15M0Y18K59 
(15%,0%,18%,59%)
(0.15/0.00/0.18/0.59)	

CMYK percentages

%15.38
%0
%18.27
%59.22

Codes

Color #586855 in popluar color models

586855
RGB8810485
HSL111°10.05%37.06%
HSB/HSV111°18.27%40.78%
CMYK15.38%0.00%18.27%
59.22%

Color #586855 in popluar number systems.

HEX586855
Decimal8810485
Binary101100011010001010101
Octal130150125

Shades and tints

Shades of #586855

#586855
(88,104,85)
#505F4E
(80,95,78)
#485647
(72,86,71)
#404D40
(64,77,64)
#384439
(56,68,57)
#303B32
(48,59,50)
#28322B
(40,50,43)
#202924
(32,41,36)
#18201D
(24,32,29)
#101716
(16,23,22)
#080E0F
(8,14,15)
#000000
(0,0,0)

Tints of #586855

#586855
(88,104,85)
#677564
(103,117,100)
#768273
(118,130,115)
#858F82
(133,143,130)
#949C91
(148,156,145)
#A3A9A0
(163,169,160)
#B2B6AF
(178,182,175)
#C1C3BE
(193,195,190)
#D0D0CD
(208,208,205)
#DFDDDC
(223,221,220)
#EEEAEB
(238,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586855; }

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

This text font color is #586855.


Background Color

.myBgColor { background-color: #586855; }

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

This div background color is #586855.


Border color

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

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

This div border color is #586855.


Opacity

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

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

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

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

This text has shadow with #586855 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586855 on black background.


Color preview on white background

This text has color #586855 on white background.



Black color preview on #586855 background

This text has black color on #586855 background.


White color preview on #586855 background

This text has white color on #586855 background.