COLOR #586C28

HEX: #586C28
RGB: (88,108,40)

Color info

#586C28 contains mainly red and green colors. Web safe color of #586C28 is #666633 (or #663).

RGB color model

#586C28 color RGB value is (88,108,40).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 40 of 255 = 16%

88
108
40

R + G + B ~ 31%. #586C28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 40 = 236 (100%)
R 88 of 236 ~ 37.29%
G 108 of 236 ~ 45.76%
B 40 of 236 ~ 16.95%

%37.29
%45.76
%16.95

CMYK color model

#586C28 color CMYK value is (19,0,63,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 62.96%
  • key color value is 57.65%
CMYK:
(19,0,63,58)
C19M0Y63K58 
(19%,0%,63%,58%)
(0.19/0.00/0.63/0.58)	

CMYK percentages

%18.52
%0
%62.96
%57.65

Codes

Color #586C28 in popluar color models

586C28
RGB8810840
HSL78°45.95%29.02%
HSB/HSV78°62.96%42.35%
CMYK18.52%0.00%62.96%
57.65%

Color #586C28 in popluar number systems.

HEX586C28
Decimal8810840
Binary10110001101100101000
Octal13015450

Shades and tints

Shades of #586C28

#586C28
(88,108,40)
#506325
(80,99,37)
#485A22
(72,90,34)
#40511F
(64,81,31)
#38481C
(56,72,28)
#303F19
(48,63,25)
#283616
(40,54,22)
#202D13
(32,45,19)
#182410
(24,36,16)
#101B0D
(16,27,13)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #586C28

#586C28
(88,108,40)
#67793B
(103,121,59)
#76864E
(118,134,78)
#859361
(133,147,97)
#94A074
(148,160,116)
#A3AD87
(163,173,135)
#B2BA9A
(178,186,154)
#C1C7AD
(193,199,173)
#D0D4C0
(208,212,192)
#DFE1D3
(223,225,211)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C28; }

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

This text font color is #586C28.


Background Color

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

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

This div background color is #586C28.


Border color

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

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

This div border color is #586C28.


Opacity

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

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

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

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

This text has shadow with #586C28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C28 on black background.


Color preview on white background

This text has color #586C28 on white background.



Black color preview on #586C28 background

This text has black color on #586C28 background.


White color preview on #586C28 background

This text has white color on #586C28 background.