COLOR #586032

HEX: #586032
RGB: (88,96,50)

Color info

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

RGB color model

#586032 color RGB value is (88,96,50).

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

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 50 of 255 = 20%

88
96
50

R + G + B ~ 31%. #586032 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 50 = 234 (100%)
R 88 of 234 ~ 37.61%
G 96 of 234 ~ 41.03%
B 50 of 234 ~ 21.37%

%37.61
%41.03
%21.37

CMYK color model

#586032 color CMYK value is (8,0,48,62).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 47.92%
  • key color value is 62.35%
CMYK:
(8,0,48,62)
C8M0Y48K62 
(8%,0%,48%,62%)
(0.08/0.00/0.48/0.62)	

CMYK percentages

%8.33
%0
%47.92
%62.35

Codes

Color #586032 in popluar color models

586032
RGB889650
HSL70°31.51%28.63%
HSB/HSV70°47.92%37.65%
CMYK8.33%0.00%47.92%
62.35%

Color #586032 in popluar number systems.

HEX586032
Decimal889650
Binary10110001100000110010
Octal13014062

Shades and tints

Shades of #586032

#586032
(88,96,50)
#50582E
(80,88,46)
#48502A
(72,80,42)
#404826
(64,72,38)
#384022
(56,64,34)
#30381E
(48,56,30)
#28301A
(40,48,26)
#202816
(32,40,22)
#182012
(24,32,18)
#10180E
(16,24,14)
#08100A
(8,16,10)
#000000
(0,0,0)

Tints of #586032

#586032
(88,96,50)
#676E44
(103,110,68)
#767C56
(118,124,86)
#858A68
(133,138,104)
#94987A
(148,152,122)
#A3A68C
(163,166,140)
#B2B49E
(178,180,158)
#C1C2B0
(193,194,176)
#D0D0C2
(208,208,194)
#DFDED4
(223,222,212)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586032; }

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

This text font color is #586032.


Background Color

.myBgColor { background-color: #586032; }

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

This div background color is #586032.


Border color

.myBorderColor { border: 1px solid #586032; }

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

This div border color is #586032.


Opacity

.myOpacity80 { color: #586032; opacity: 0.8; }

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

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

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

This text has shadow with #586032 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586032 on black background.


Color preview on white background

This text has color #586032 on white background.



Black color preview on #586032 background

This text has black color on #586032 background.


White color preview on #586032 background

This text has white color on #586032 background.