COLOR #586428

HEX: #586428
RGB: (88,100,40)

Color info

#586428 contains mainly red and green colors. Web safe color of #586428 is #666633 (or #663).

RGB color model

#586428 color RGB value is (88,100,40).

  • red value is 88;
  • green value is 100;
  • blue value is 40.
RGB:
(88,100,40)
(35%,39%,16%)

RGB channels and saturation

R 88 of 255 = 35%
G 100 of 255 = 39%
B 40 of 255 = 16%

88
100
40

R + G + B ~ 30%. #586428 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 100 + 40 = 228 (100%)
R 88 of 228 ~ 38.6%
G 100 of 228 ~ 43.86%
B 40 of 228 ~ 17.54%

%38.6
%43.86
%17.54

CMYK color model

#586428 color CMYK value is (12,0,60,61).

  • cyan value is 12.00%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 60.78%
CMYK:
(12,0,60,61)
C12M0Y60K61 
(12%,0%,60%,61%)
(0.12/0.00/0.60/0.61)	

CMYK percentages

%12
%0
%60
%60.78

Codes

Color #586428 in popluar color models

586428
RGB8810040
HSL72°42.86%27.45%
HSB/HSV72°60.00%39.22%
CMYK12.00%0.00%60.00%
60.78%

Color #586428 in popluar number systems.

HEX586428
Decimal8810040
Binary10110001100100101000
Octal13014450

Shades and tints

Shades of #586428

#586428
(88,100,40)
#505B25
(80,91,37)
#485222
(72,82,34)
#40491F
(64,73,31)
#38401C
(56,64,28)
#303719
(48,55,25)
#282E16
(40,46,22)
#202513
(32,37,19)
#181C10
(24,28,16)
#10130D
(16,19,13)
#080A0A
(8,10,10)
#000000
(0,0,0)

Tints of #586428

#586428
(88,100,40)
#67723B
(103,114,59)
#76804E
(118,128,78)
#858E61
(133,142,97)
#949C74
(148,156,116)
#A3AA87
(163,170,135)
#B2B89A
(178,184,154)
#C1C6AD
(193,198,173)
#D0D4C0
(208,212,192)
#DFE2D3
(223,226,211)
#EEF0E6
(238,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586428 color. Also use rgb(88,100,40) instead hex code.

Text Font Color

.myTextColor { color: #586428; }

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

This text font color is #586428.


Background Color

.myBgColor { background-color: #586428; }

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

This div background color is #586428.


Border color

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

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

This div border color is #586428.


Opacity

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

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

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

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

This text has shadow with #586428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586428 on black background.


Color preview on white background

This text has color #586428 on white background.



Black color preview on #586428 background

This text has black color on #586428 background.


White color preview on #586428 background

This text has white color on #586428 background.