COLOR #586B46

HEX: #586B46
RGB: (88,107,70)

Color info

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

RGB color model

#586B46 color RGB value is (88,107,70).

  • red value is 88;
  • green value is 107;
  • blue value is 70.
RGB:
(88,107,70)
(35%,42%,27%)

RGB channels and saturation

R 88 of 255 = 35%
G 107 of 255 = 42%
B 70 of 255 = 27%

88
107
70

R + G + B ~ 35%. #586B46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 107 + 70 = 265 (100%)
R 88 of 265 ~ 33.21%
G 107 of 265 ~ 40.38%
B 70 of 265 ~ 26.42%

%33.21
%40.38
%26.42

CMYK color model

#586B46 color CMYK value is (18,0,35,58).

  • cyan value is 17.76%
  • magenta value is 0.00%
  • yellow value is 34.58%
  • key color value is 58.04%
CMYK:
(18,0,35,58)
C18M0Y35K58 
(18%,0%,35%,58%)
(0.18/0.00/0.35/0.58)	

CMYK percentages

%17.76
%0
%34.58
%58.04

Codes

Color #586B46 in popluar color models

586B46
RGB8810770
HSL91°20.90%34.71%
HSB/HSV91°34.58%41.96%
CMYK17.76%0.00%34.58%
58.04%

Color #586B46 in popluar number systems.

HEX586B46
Decimal8810770
Binary101100011010111000110
Octal130153106

Shades and tints

Shades of #586B46

#586B46
(88,107,70)
#506240
(80,98,64)
#48593A
(72,89,58)
#405034
(64,80,52)
#38472E
(56,71,46)
#303E28
(48,62,40)
#283522
(40,53,34)
#202C1C
(32,44,28)
#182316
(24,35,22)
#101A10
(16,26,16)
#08110A
(8,17,10)
#000000
(0,0,0)

Tints of #586B46

#586B46
(88,107,70)
#677856
(103,120,86)
#768566
(118,133,102)
#859276
(133,146,118)
#949F86
(148,159,134)
#A3AC96
(163,172,150)
#B2B9A6
(178,185,166)
#C1C6B6
(193,198,182)
#D0D3C6
(208,211,198)
#DFE0D6
(223,224,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586B46 color. Also use rgb(88,107,70) instead hex code.

Text Font Color

.myTextColor { color: #586B46; }

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

This text font color is #586B46.


Background Color

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

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

This div background color is #586B46.


Border color

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

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

This div border color is #586B46.


Opacity

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

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

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

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

This text has shadow with #586B46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586B46 on black background.


Color preview on white background

This text has color #586B46 on white background.



Black color preview on #586B46 background

This text has black color on #586B46 background.


White color preview on #586B46 background

This text has white color on #586B46 background.