COLOR #586F49

HEX: #586F49
RGB: (88,111,73)

Color info

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

RGB color model

#586F49 color RGB value is (88,111,73).

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

RGB channels and saturation

R 88 of 255 = 35%
G 111 of 255 = 44%
B 73 of 255 = 29%

88
111
73

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

Portions of RGB colors in percentages

R + G + B =
88 + 111 + 73 = 272 (100%)
R 88 of 272 ~ 32.35%
G 111 of 272 ~ 40.81%
B 73 of 272 ~ 26.84%

%32.35
%40.81
%26.84

CMYK color model

#586F49 color CMYK value is (21,0,34,56).

  • cyan value is 20.72%
  • magenta value is 0.00%
  • yellow value is 34.23%
  • key color value is 56.47%
CMYK:
(21,0,34,56)
C21M0Y34K56 
(21%,0%,34%,56%)
(0.21/0.00/0.34/0.56)	

CMYK percentages

%20.72
%0
%34.23
%56.47

Codes

Color #586F49 in popluar color models

586F49
RGB8811173
HSL96°20.65%36.08%
HSB/HSV96°34.23%43.53%
CMYK20.72%0.00%34.23%
56.47%

Color #586F49 in popluar number systems.

HEX586F49
Decimal8811173
Binary101100011011111001001
Octal130157111

Shades and tints

Shades of #586F49

#586F49
(88,111,73)
#506543
(80,101,67)
#485B3D
(72,91,61)
#405137
(64,81,55)
#384731
(56,71,49)
#303D2B
(48,61,43)
#283325
(40,51,37)
#20291F
(32,41,31)
#181F19
(24,31,25)
#101513
(16,21,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #586F49

#586F49
(88,111,73)
#677C59
(103,124,89)
#768969
(118,137,105)
#859679
(133,150,121)
#94A389
(148,163,137)
#A3B099
(163,176,153)
#B2BDA9
(178,189,169)
#C1CAB9
(193,202,185)
#D0D7C9
(208,215,201)
#DFE4D9
(223,228,217)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586F49; }

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

This text font color is #586F49.


Background Color

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

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

This div background color is #586F49.


Border color

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

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

This div border color is #586F49.


Opacity

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

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

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

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

This text has shadow with #586F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586F49 on black background.


Color preview on white background

This text has color #586F49 on white background.



Black color preview on #586F49 background

This text has black color on #586F49 background.


White color preview on #586F49 background

This text has white color on #586F49 background.