COLOR #586F57

HEX: #586F57
RGB: (88,111,87)

Color info

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

RGB color model

#586F57 color RGB value is (88,111,87).

  • red value is 88;
  • green value is 111;
  • blue value is 87.
RGB:
(88,111,87)
(35%,44%,34%)

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 87 of 255 = 34%

88
111
87

R + G + B ~ 38%. #586F57 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 87 = 286 (100%)
R 88 of 286 ~ 30.77%
G 111 of 286 ~ 38.81%
B 87 of 286 ~ 30.42%

%30.77
%38.81
%30.42

CMYK color model

#586F57 color CMYK value is (21,0,22,56).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 56.47%
CMYK:
(21,0,22,56)
C21M0Y22K56 
(21%,0%,22%,56%)
(0.21/0.00/0.22/0.56)	

CMYK percentages

%20.72
%0
%21.62
%56.47

Codes

Color #586F57 in popluar color models

586F57
RGB8811187
HSL118°12.12%38.82%
HSB/HSV118°21.62%43.53%
CMYK20.72%0.00%21.62%
56.47%

Color #586F57 in popluar number systems.

HEX586F57
Decimal8811187
Binary101100011011111010111
Octal130157127

Shades and tints

Shades of #586F57

#586F57
(88,111,87)
#506550
(80,101,80)
#485B49
(72,91,73)
#405142
(64,81,66)
#38473B
(56,71,59)
#303D34
(48,61,52)
#28332D
(40,51,45)
#202926
(32,41,38)
#181F1F
(24,31,31)
#101518
(16,21,24)
#080B11
(8,11,17)
#000000
(0,0,0)

Tints of #586F57

#586F57
(88,111,87)
#677C66
(103,124,102)
#768975
(118,137,117)
#859684
(133,150,132)
#94A393
(148,163,147)
#A3B0A2
(163,176,162)
#B2BDB1
(178,189,177)
#C1CAC0
(193,202,192)
#D0D7CF
(208,215,207)
#DFE4DE
(223,228,222)
#EEF1ED
(238,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586F57 color. Also use rgb(88,111,87) instead hex code.

Text Font Color

.myTextColor { color: #586F57; }

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

This text font color is #586F57.


Background Color

.myBgColor { background-color: #586F57; }

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

This div background color is #586F57.


Border color

.myBorderColor { border: 1px solid #586F57; }

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

This div border color is #586F57.


Opacity

.myOpacity80 { color: #586F57; opacity: 0.8; }

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

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

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

This text has shadow with #586F57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F57 on black background.


Color preview on white background

This text has color #586F57 on white background.



Black color preview on #586F57 background

This text has black color on #586F57 background.


White color preview on #586F57 background

This text has white color on #586F57 background.