COLOR #586A2F

HEX: #586A2F RGB: (88,106,47)

Color info

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

RGB color model

#586A2F color RGB value is (88,106,47).

RGB: (88,106,47) (35%, 42%, 18%)

RGB channels and saturation

R 88 of 255 = 35%
G 106 of 255 = 42%
B 47 of 255 = 18%

88
106
47

R + G + B ~ 32%. #586A2F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 106 + 47 = 241 (100%)
R 88 of 241 ~ 36.51%
G 106 of 241 ~ 43.98%
B 47 of 241 ~ 19.5'%

%36.51
%43.98
%19.5

CMYK color model

#586A2F color CMYK value is (17,0,56,58).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 55.66%
  • key color value is 58.43%

CMYK: (17,0,56,58)
C17M0Y56K58 (17%, 0%, 56%, 58%)
(0.17 / 0.00 / 0.56 / 0.58)

CMYK percentages

%16.98
%0
%55.66
%58.43

Codes

Color #586A2F in popluar color models

58 6A 2F
RGB 88 106 47
HSL 78° 38.56% 30.00%
HSB/HSV 78° 55.66% 41.57%
CMYK 16.98% 0.00% 55.66%
58.43%

Color #586A2F in popluar number systems.

HEX 58 6A 2F
Decimal 88 106 47
Binary 1011000 1101010 101111
Octal 130 152 57

Shades and tints

Shades of #586A2F

#586A2F
(88,106,47)
#50612B
(80,97,43)
#485827
(72,88,39)
#404F23
(64,79,35)
#38461F
(56,70,31)
#303D1B
(48,61,27)
#283417
(40,52,23)
#202B13
(32,43,19)
#18220F
(24,34,15)
#10190B
(16,25,11)
#081007
(8,16,7)
#000000
(0,0,0)

Tints of #586A2F

#586A2F
(88,106,47)
#677741
(103,119,65)
#768453
(118,132,83)
#859165
(133,145,101)
#949E77
(148,158,119)
#A3AB89
(163,171,137)
#B2B89B
(178,184,155)
#C1C5AD
(193,197,173)
#D0D2BF
(208,210,191)
#DFDFD1
(223,223,209)
#EEECE3
(238,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586A2F; }

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

This text font color is #586A2F.

Background Color

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

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

This div background color is #586A2F.

Border color

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

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

This div border color is #586A2F.

Opacity

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

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

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

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

This text has shadow with #586A2F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586A2F.

Preview

Color preview on black background

This text has color #586A2F on black background.


Color preview on white background

This text has color #586A2F on white background.


Black color preview on #586A2F background

This text has black color on #586A2F background.


White color preview on #586A2F background

This text has white color on #586A2F background.


Related colors

Complementary color

Complementary color for #hex is #A795D0.


I love getcolorcode.com

Triadic colors

1 #2F586A and #6A2F58 with #586A2F are triadic colors.

2 #2F6A58 and #6A582F with #586A2F are triadic colors.