COLOR #586C41

HEX: #586C41
RGB: (88,108,65)

Color info

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

RGB color model

#586C41 color RGB value is (88,108,65).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 65 of 255 = 25%

88
108
65

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 65 = 261 (100%)
R 88 of 261 ~ 33.72%
G 108 of 261 ~ 41.38%
B 65 of 261 ~ 24.9%

%33.72
%41.38
%24.9

CMYK color model

#586C41 color CMYK value is (19,0,40,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 39.81%
  • key color value is 57.65%
CMYK:
(19,0,40,58)
C19M0Y40K58 
(19%,0%,40%,58%)
(0.19/0.00/0.40/0.58)	

CMYK percentages

%18.52
%0
%39.81
%57.65

Codes

Color #586C41 in popluar color models

586C41
RGB8810865
HSL88°24.86%33.92%
HSB/HSV88°39.81%42.35%
CMYK18.52%0.00%39.81%
57.65%

Color #586C41 in popluar number systems.

HEX586C41
Decimal8810865
Binary101100011011001000001
Octal130154101

Shades and tints

Shades of #586C41

#586C41
(88,108,65)
#50633C
(80,99,60)
#485A37
(72,90,55)
#405132
(64,81,50)
#38482D
(56,72,45)
#303F28
(48,63,40)
#283623
(40,54,35)
#202D1E
(32,45,30)
#182419
(24,36,25)
#101B14
(16,27,20)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #586C41

#586C41
(88,108,65)
#677952
(103,121,82)
#768663
(118,134,99)
#859374
(133,147,116)
#94A085
(148,160,133)
#A3AD96
(163,173,150)
#B2BAA7
(178,186,167)
#C1C7B8
(193,199,184)
#D0D4C9
(208,212,201)
#DFE1DA
(223,225,218)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C41; }

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

This text font color is #586C41.


Background Color

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

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

This div background color is #586C41.


Border color

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

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

This div border color is #586C41.


Opacity

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

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

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

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

This text has shadow with #586C41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C41 on black background.


Color preview on white background

This text has color #586C41 on white background.



Black color preview on #586C41 background

This text has black color on #586C41 background.


White color preview on #586C41 background

This text has white color on #586C41 background.