COLOR #586C4D

HEX: #586C4D
RGB: (88,108,77)

Color info

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

RGB color model

#586C4D color RGB value is (88,108,77).

  • red value is 88;
  • green value is 108;
  • blue value is 77.
RGB:
(88,108,77)
(35%,42%,30%)

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 77 of 255 = 30%

88
108
77

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 77 = 273 (100%)
R 88 of 273 ~ 32.23%
G 108 of 273 ~ 39.56%
B 77 of 273 ~ 28.21%

%32.23
%39.56
%28.21

CMYK color model

#586C4D color CMYK value is (19,0,29,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 28.70%
  • key color value is 57.65%
CMYK:
(19,0,29,58)
C19M0Y29K58 
(19%,0%,29%,58%)
(0.19/0.00/0.29/0.58)	

CMYK percentages

%18.52
%0
%28.7
%57.65

Codes

Color #586C4D in popluar color models

586C4D
RGB8810877
HSL99°16.76%36.27%
HSB/HSV99°28.70%42.35%
CMYK18.52%0.00%28.70%
57.65%

Color #586C4D in popluar number systems.

HEX586C4D
Decimal8810877
Binary101100011011001001101
Octal130154115

Shades and tints

Shades of #586C4D

#586C4D
(88,108,77)
#506346
(80,99,70)
#485A3F
(72,90,63)
#405138
(64,81,56)
#384831
(56,72,49)
#303F2A
(48,63,42)
#283623
(40,54,35)
#202D1C
(32,45,28)
#182415
(24,36,21)
#101B0E
(16,27,14)
#081207
(8,18,7)
#000000
(0,0,0)

Tints of #586C4D

#586C4D
(88,108,77)
#67795D
(103,121,93)
#76866D
(118,134,109)
#85937D
(133,147,125)
#94A08D
(148,160,141)
#A3AD9D
(163,173,157)
#B2BAAD
(178,186,173)
#C1C7BD
(193,199,189)
#D0D4CD
(208,212,205)
#DFE1DD
(223,225,221)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586C4D color. Also use rgb(88,108,77) instead hex code.

Text Font Color

.myTextColor { color: #586C4D; }

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

This text font color is #586C4D.


Background Color

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

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

This div background color is #586C4D.


Border color

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

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

This div border color is #586C4D.


Opacity

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

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

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

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

This text has shadow with #586C4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C4D on black background.


Color preview on white background

This text has color #586C4D on white background.



Black color preview on #586C4D background

This text has black color on #586C4D background.


White color preview on #586C4D background

This text has white color on #586C4D background.