COLOR #586000

HEX: #586000
RGB: (88,96,0)

Color info

#586000 contains only red and green colors. Web safe color of #586000 is #666600 (or #660).

RGB color model

#586000 color RGB value is (88,96,0).

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

RGB channels and saturation

R 88 of 255 = 35%
G 96 of 255 = 38%
B 0 of 255 = 0%

88
96
0

R + G + B ~ 24%. #586000 is dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 96 + 0 = 184 (100%)
R 88 of 184 ~ 47.83%
G 96 of 184 ~ 52.17%
B 0 of 184 ~ 0%

%47.83
%52.17

CMYK color model

#586000 color CMYK value is (8,0,100,62).

  • cyan value is 8.33%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.35%
CMYK:
(8,0,100,62)
C8M0Y100K62 
(8%,0%,100%,62%)
(0.08/0.00/1.00/0.62)	

CMYK percentages

%8.33
%0
%100
%62.35

Codes

Color #586000 in popluar color models

586000
RGB88960
HSL65°100.00%18.82%
HSB/HSV65°100.00%37.65%
CMYK8.33%0.00%100.00%
62.35%

Color #586000 in popluar number systems.

HEX586000
Decimal88960
Binary101100011000000
Octal1301400

Shades and tints

Shades of #586000

#586000
(88,96,0)
#505800
(80,88,0)
#485000
(72,80,0)
#404800
(64,72,0)
#384000
(56,64,0)
#303800
(48,56,0)
#283000
(40,48,0)
#202800
(32,40,0)
#182000
(24,32,0)
#101800
(16,24,0)
#081000
(8,16,0)
#000000
(0,0,0)

Tints of #586000

#586000
(88,96,0)
#676E17
(103,110,23)
#767C2E
(118,124,46)
#858A45
(133,138,69)
#94985C
(148,152,92)
#A3A673
(163,166,115)
#B2B48A
(178,180,138)
#C1C2A1
(193,194,161)
#D0D0B8
(208,208,184)
#DFDECF
(223,222,207)
#EEECE6
(238,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586000; }

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

This text font color is #586000.


Background Color

.myBgColor { background-color: #586000; }

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

This div background color is #586000.


Border color

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

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

This div border color is #586000.


Opacity

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

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

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

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

This text has shadow with #586000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586000 on black background.


Color preview on white background

This text has color #586000 on white background.



Black color preview on #586000 background

This text has black color on #586000 background.


White color preview on #586000 background

This text has white color on #586000 background.