COLOR #586C32

HEX: #586C32
RGB: (88,108,50)

Color info

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

RGB color model

#586C32 color RGB value is (88,108,50).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 50 of 255 = 20%

88
108
50

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 50 = 246 (100%)
R 88 of 246 ~ 35.77%
G 108 of 246 ~ 43.9%
B 50 of 246 ~ 20.33%

%35.77
%43.9
%20.33

CMYK color model

#586C32 color CMYK value is (19,0,54,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 53.70%
  • key color value is 57.65%
CMYK:
(19,0,54,58)
C19M0Y54K58 
(19%,0%,54%,58%)
(0.19/0.00/0.54/0.58)	

CMYK percentages

%18.52
%0
%53.7
%57.65

Codes

Color #586C32 in popluar color models

586C32
RGB8810850
HSL81°36.71%30.98%
HSB/HSV81°53.70%42.35%
CMYK18.52%0.00%53.70%
57.65%

Color #586C32 in popluar number systems.

HEX586C32
Decimal8810850
Binary10110001101100110010
Octal13015462

Shades and tints

Shades of #586C32

#586C32
(88,108,50)
#50632E
(80,99,46)
#485A2A
(72,90,42)
#405126
(64,81,38)
#384822
(56,72,34)
#303F1E
(48,63,30)
#28361A
(40,54,26)
#202D16
(32,45,22)
#182412
(24,36,18)
#101B0E
(16,27,14)
#08120A
(8,18,10)
#000000
(0,0,0)

Tints of #586C32

#586C32
(88,108,50)
#677944
(103,121,68)
#768656
(118,134,86)
#859368
(133,147,104)
#94A07A
(148,160,122)
#A3AD8C
(163,173,140)
#B2BA9E
(178,186,158)
#C1C7B0
(193,199,176)
#D0D4C2
(208,212,194)
#DFE1D4
(223,225,212)
#EEEEE6
(238,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C32; }

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

This text font color is #586C32.


Background Color

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

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

This div background color is #586C32.


Border color

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

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

This div border color is #586C32.


Opacity

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

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

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

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

This text has shadow with #586C32 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C32 on black background.


Color preview on white background

This text has color #586C32 on white background.



Black color preview on #586C32 background

This text has black color on #586C32 background.


White color preview on #586C32 background

This text has white color on #586C32 background.