COLOR #586E58

HEX: #586E58
RGB: (88,110,88)

Color info

#586E58 contains red, green and blue colors in about the same proportion. Web safe color of #586E58 is #666666 (or #666).

RGB color model

#586E58 color RGB value is (88,110,88).

  • red value is 88;
  • green value is 110;
  • blue value is 88.
RGB:
(88,110,88)
(35%,43%,35%)

RGB channels and saturation

R 88 of 255 = 35%
G 110 of 255 = 43%
B 88 of 255 = 35%

88
110
88

R + G + B ~ 38%. #586E58 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 110 + 88 = 286 (100%)
R 88 of 286 ~ 30.77%
G 110 of 286 ~ 38.46%
B 88 of 286 ~ 30.77%

%30.77
%38.46
%30.77

CMYK color model

#586E58 color CMYK value is (20,0,20,57).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 56.86%
CMYK:
(20,0,20,57)
C20M0Y20K57 
(20%,0%,20%,57%)
(0.20/0.00/0.20/0.57)	

CMYK percentages

%20
%0
%20
%56.86

Codes

Color #586E58 in popluar color models

586E58
RGB8811088
HSL120°11.11%38.82%
HSB/HSV120°20.00%43.14%
CMYK20.00%0.00%20.00%
56.86%

Color #586E58 in popluar number systems.

HEX586E58
Decimal8811088
Binary101100011011101011000
Octal130156130

Shades and tints

Shades of #586E58

#586E58
(88,110,88)
#506450
(80,100,80)
#485A48
(72,90,72)
#405040
(64,80,64)
#384638
(56,70,56)
#303C30
(48,60,48)
#283228
(40,50,40)
#202820
(32,40,32)
#181E18
(24,30,24)
#101410
(16,20,16)
#080A08
(8,10,8)
#000000
(0,0,0)

Tints of #586E58

#586E58
(88,110,88)
#677B67
(103,123,103)
#768876
(118,136,118)
#859585
(133,149,133)
#94A294
(148,162,148)
#A3AFA3
(163,175,163)
#B2BCB2
(178,188,178)
#C1C9C1
(193,201,193)
#D0D6D0
(208,214,208)
#DFE3DF
(223,227,223)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586E58; }

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

This text font color is #586E58.


Background Color

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

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

This div background color is #586E58.


Border color

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

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

This div border color is #586E58.


Opacity

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

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

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

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

This text has shadow with #586E58 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586E58 on black background.


Color preview on white background

This text has color #586E58 on white background.



Black color preview on #586E58 background

This text has black color on #586E58 background.


White color preview on #586E58 background

This text has white color on #586E58 background.