COLOR #586C36

HEX: #586C36
RGB: (88,108,54)

Color info

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

RGB color model

#586C36 color RGB value is (88,108,54).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 54 of 255 = 21%

88
108
54

R + G + B ~ 33%. #586C36 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 54 = 250 (100%)
R 88 of 250 ~ 35.2%
G 108 of 250 ~ 43.2%
B 54 of 250 ~ 21.6%

%35.2
%43.2
%21.6

CMYK color model

#586C36 color CMYK value is (19,0,50,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 57.65%
CMYK:
(19,0,50,58)
C19M0Y50K58 
(19%,0%,50%,58%)
(0.19/0.00/0.50/0.58)	

CMYK percentages

%18.52
%0
%50
%57.65

Codes

Color #586C36 in popluar color models

586C36
RGB8810854
HSL82°33.33%31.76%
HSB/HSV82°50.00%42.35%
CMYK18.52%0.00%50.00%
57.65%

Color #586C36 in popluar number systems.

HEX586C36
Decimal8810854
Binary10110001101100110110
Octal13015466

Shades and tints

Shades of #586C36

#586C36
(88,108,54)
#506332
(80,99,50)
#485A2E
(72,90,46)
#40512A
(64,81,42)
#384826
(56,72,38)
#303F22
(48,63,34)
#28361E
(40,54,30)
#202D1A
(32,45,26)
#182416
(24,36,22)
#101B12
(16,27,18)
#08120E
(8,18,14)
#000000
(0,0,0)

Tints of #586C36

#586C36
(88,108,54)
#677948
(103,121,72)
#76865A
(118,134,90)
#85936C
(133,147,108)
#94A07E
(148,160,126)
#A3AD90
(163,173,144)
#B2BAA2
(178,186,162)
#C1C7B4
(193,199,180)
#D0D4C6
(208,212,198)
#DFE1D8
(223,225,216)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C36; }

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

This text font color is #586C36.


Background Color

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

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

This div background color is #586C36.


Border color

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

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

This div border color is #586C36.


Opacity

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

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

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

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

This text has shadow with #586C36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C36 on black background.


Color preview on white background

This text has color #586C36 on white background.



Black color preview on #586C36 background

This text has black color on #586C36 background.


White color preview on #586C36 background

This text has white color on #586C36 background.