COLOR #586A3A

HEX: #586A3A
RGB: (88,106,58)

Color info

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

RGB color model

#586A3A color RGB value is (88,106,58).

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

RGB channels and saturation

R 88 of 255 = 35%
G 106 of 255 = 42%
B 58 of 255 = 23%

88
106
58

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

Portions of RGB colors in percentages

R + G + B =
88 + 106 + 58 = 252 (100%)
R 88 of 252 ~ 34.92%
G 106 of 252 ~ 42.06%
B 58 of 252 ~ 23.02%

%34.92
%42.06
%23.02

CMYK color model

#586A3A color CMYK value is (17,0,45,58).

  • cyan value is 16.98%
  • magenta value is 0.00%
  • yellow value is 45.28%
  • key color value is 58.43%
CMYK:
(17,0,45,58)
C17M0Y45K58 
(17%,0%,45%,58%)
(0.17/0.00/0.45/0.58)	

CMYK percentages

%16.98
%0
%45.28
%58.43

Codes

Color #586A3A in popluar color models

586A3A
RGB8810658
HSL83°29.27%32.16%
HSB/HSV83°45.28%41.57%
CMYK16.98%0.00%45.28%
58.43%

Color #586A3A in popluar number systems.

HEX586A3A
Decimal8810658
Binary10110001101010111010
Octal13015272

Shades and tints

Shades of #586A3A

#586A3A
(88,106,58)
#506135
(80,97,53)
#485830
(72,88,48)
#404F2B
(64,79,43)
#384626
(56,70,38)
#303D21
(48,61,33)
#28341C
(40,52,28)
#202B17
(32,43,23)
#182212
(24,34,18)
#10190D
(16,25,13)
#081008
(8,16,8)
#000000
(0,0,0)

Tints of #586A3A

#586A3A
(88,106,58)
#67774B
(103,119,75)
#76845C
(118,132,92)
#85916D
(133,145,109)
#949E7E
(148,158,126)
#A3AB8F
(163,171,143)
#B2B8A0
(178,184,160)
#C1C5B1
(193,197,177)
#D0D2C2
(208,210,194)
#DFDFD3
(223,223,211)
#EEECE4
(238,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586A3A color. Also use rgb(88,106,58) instead hex code.

Text Font Color

.myTextColor { color: #586A3A; }

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

This text font color is #586A3A.


Background Color

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

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

This div background color is #586A3A.


Border color

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

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

This div border color is #586A3A.


Opacity

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

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

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

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

This text has shadow with #586A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586A3A on black background.


Color preview on white background

This text has color #586A3A on white background.



Black color preview on #586A3A background

This text has black color on #586A3A background.


White color preview on #586A3A background

This text has white color on #586A3A background.