COLOR #586D4E

HEX: #586D4E
RGB: (88,109,78)

Color info

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

RGB color model

#586D4E color RGB value is (88,109,78).

  • red value is 88;
  • green value is 109;
  • blue value is 78.
RGB:
(88,109,78)
(35%,43%,31%)

RGB channels and saturation

R 88 of 255 = 35%
G 109 of 255 = 43%
B 78 of 255 = 31%

88
109
78

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

Portions of RGB colors in percentages

R + G + B =
88 + 109 + 78 = 275 (100%)
R 88 of 275 ~ 32%
G 109 of 275 ~ 39.64%
B 78 of 275 ~ 28.36%

%32
%39.64
%28.36

CMYK color model

#586D4E color CMYK value is (19,0,28,57).

  • cyan value is 19.27%
  • magenta value is 0.00%
  • yellow value is 28.44%
  • key color value is 57.25%
CMYK:
(19,0,28,57)
C19M0Y28K57 
(19%,0%,28%,57%)
(0.19/0.00/0.28/0.57)	

CMYK percentages

%19.27
%0
%28.44
%57.25

Codes

Color #586D4E in popluar color models

586D4E
RGB8810978
HSL101°16.58%36.67%
HSB/HSV101°28.44%42.75%
CMYK19.27%0.00%28.44%
57.25%

Color #586D4E in popluar number systems.

HEX586D4E
Decimal8810978
Binary101100011011011001110
Octal130155116

Shades and tints

Shades of #586D4E

#586D4E
(88,109,78)
#506447
(80,100,71)
#485B40
(72,91,64)
#405239
(64,82,57)
#384932
(56,73,50)
#30402B
(48,64,43)
#283724
(40,55,36)
#202E1D
(32,46,29)
#182516
(24,37,22)
#101C0F
(16,28,15)
#081308
(8,19,8)
#000000
(0,0,0)

Tints of #586D4E

#586D4E
(88,109,78)
#677A5E
(103,122,94)
#76876E
(118,135,110)
#85947E
(133,148,126)
#94A18E
(148,161,142)
#A3AE9E
(163,174,158)
#B2BBAE
(178,187,174)
#C1C8BE
(193,200,190)
#D0D5CE
(208,213,206)
#DFE2DE
(223,226,222)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586D4E color. Also use rgb(88,109,78) instead hex code.

Text Font Color

.myTextColor { color: #586D4E; }

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

This text font color is #586D4E.


Background Color

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

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

This div background color is #586D4E.


Border color

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

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

This div border color is #586D4E.


Opacity

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

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

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

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

This text has shadow with #586D4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586D4E on black background.


Color preview on white background

This text has color #586D4E on white background.



Black color preview on #586D4E background

This text has black color on #586D4E background.


White color preview on #586D4E background

This text has white color on #586D4E background.