COLOR #586C3B

HEX: #586C3B
RGB: (88,108,59)

Color info

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

RGB color model

#586C3B color RGB value is (88,108,59).

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

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 59 of 255 = 23%

88
108
59

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

Portions of RGB colors in percentages

R + G + B =
88 + 108 + 59 = 255 (100%)
R 88 of 255 ~ 34.51%
G 108 of 255 ~ 42.35%
B 59 of 255 ~ 23.14%

%34.51
%42.35
%23.14

CMYK color model

#586C3B color CMYK value is (19,0,45,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 45.37%
  • key color value is 57.65%
CMYK:
(19,0,45,58)
C19M0Y45K58 
(19%,0%,45%,58%)
(0.19/0.00/0.45/0.58)	

CMYK percentages

%18.52
%0
%45.37
%57.65

Codes

Color #586C3B in popluar color models

586C3B
RGB8810859
HSL84°29.34%32.75%
HSB/HSV84°45.37%42.35%
CMYK18.52%0.00%45.37%
57.65%

Color #586C3B in popluar number systems.

HEX586C3B
Decimal8810859
Binary10110001101100111011
Octal13015473

Shades and tints

Shades of #586C3B

#586C3B
(88,108,59)
#506336
(80,99,54)
#485A31
(72,90,49)
#40512C
(64,81,44)
#384827
(56,72,39)
#303F22
(48,63,34)
#28361D
(40,54,29)
#202D18
(32,45,24)
#182413
(24,36,19)
#101B0E
(16,27,14)
#081209
(8,18,9)
#000000
(0,0,0)

Tints of #586C3B

#586C3B
(88,108,59)
#67794C
(103,121,76)
#76865D
(118,134,93)
#85936E
(133,147,110)
#94A07F
(148,160,127)
#A3AD90
(163,173,144)
#B2BAA1
(178,186,161)
#C1C7B2
(193,199,178)
#D0D4C3
(208,212,195)
#DFE1D4
(223,225,212)
#EEEEE5
(238,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C3B; }

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

This text font color is #586C3B.


Background Color

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

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

This div background color is #586C3B.


Border color

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

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

This div border color is #586C3B.


Opacity

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

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

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

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

This text has shadow with #586C3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586C3B on black background.


Color preview on white background

This text has color #586C3B on white background.



Black color preview on #586C3B background

This text has black color on #586C3B background.


White color preview on #586C3B background

This text has white color on #586C3B background.