COLOR #586A3F

HEX: #586A3F
RGB: (88,106,63)

Color info

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

RGB color model

#586A3F color RGB value is (88,106,63).

  • red value is 88;
  • green value is 106;
  • blue value is 63.
RGB:
(88,106,63)
(35%,42%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 106 of 255 = 42%
B 63 of 255 = 25%

88
106
63

R + G + B ~ 34%. #586A3F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 63 = 257 (100%)
R 88 of 257 ~ 34.24%
G 106 of 257 ~ 41.25%
B 63 of 257 ~ 24.51%

%34.24
%41.25
%24.51

CMYK color model

#586A3F color CMYK value is (17,0,41,58).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 40.57%
  • key color value is 58.43%
CMYK:
(17,0,41,58)
C17M0Y41K58 
(17%,0%,41%,58%)
(0.17/0.00/0.41/0.58)	

CMYK percentages

%16.98
%0
%40.57
%58.43

Codes

Color #586A3F in popluar color models

586A3F
RGB8810663
HSL85°25.44%33.14%
HSB/HSV85°40.57%41.57%
CMYK16.98%0.00%40.57%
58.43%

Color #586A3F in popluar number systems.

HEX586A3F
Decimal8810663
Binary10110001101010111111
Octal13015277

Shades and tints

Shades of #586A3F

#586A3F
(88,106,63)
#50613A
(80,97,58)
#485835
(72,88,53)
#404F30
(64,79,48)
#38462B
(56,70,43)
#303D26
(48,61,38)
#283421
(40,52,33)
#202B1C
(32,43,28)
#182217
(24,34,23)
#101912
(16,25,18)
#08100D
(8,16,13)
#000000
(0,0,0)

Tints of #586A3F

#586A3F
(88,106,63)
#677750
(103,119,80)
#768461
(118,132,97)
#859172
(133,145,114)
#949E83
(148,158,131)
#A3AB94
(163,171,148)
#B2B8A5
(178,184,165)
#C1C5B6
(193,197,182)
#D0D2C7
(208,210,199)
#DFDFD8
(223,223,216)
#EEECE9
(238,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A3F color. Also use rgb(88,106,63) instead hex code.

Text Font Color

.myTextColor { color: #586A3F; }

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

This text font color is #586A3F.


Background Color

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

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

This div background color is #586A3F.


Border color

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

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

This div border color is #586A3F.


Opacity

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

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

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

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

This text has shadow with #586A3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A3F on black background.


Color preview on white background

This text has color #586A3F on white background.



Black color preview on #586A3F background

This text has black color on #586A3F background.


White color preview on #586A3F background

This text has white color on #586A3F background.