COLOR #586662

HEX: #586662
RGB: (88,102,98)

Color info

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

RGB color model

#586662 color RGB value is (88,102,98).

  • red value is 88;
  • green value is 102;
  • blue value is 98.
RGB:
(88,102,98)
(35%,40%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 102 of 255 = 40%
B 98 of 255 = 38%

88
102
98

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

Portions of RGB colors in percentages

R + G + B =
88 + 102 + 98 = 288 (100%)
R 88 of 288 ~ 30.56%
G 102 of 288 ~ 35.42%
B 98 of 288 ~ 34.03%

%30.56
%35.42
%34.03

CMYK color model

#586662 color CMYK value is (14,0,4,60).

  • cyan value is 13.73%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 60.00%
CMYK:
(14,0,4,60)
C14M0Y4K60 
(14%,0%,4%,60%)
(0.14/0.00/0.04/0.60)	

CMYK percentages

%13.73
%0
%3.92
%60

Codes

Color #586662 in popluar color models

586662
RGB8810298
HSL163°7.37%37.25%
HSB/HSV163°13.73%40.00%
CMYK13.73%0.00%3.92%
60.00%

Color #586662 in popluar number systems.

HEX586662
Decimal8810298
Binary101100011001101100010
Octal130146142

Shades and tints

Shades of #586662

#586662
(88,102,98)
#505D5A
(80,93,90)
#485452
(72,84,82)
#404B4A
(64,75,74)
#384242
(56,66,66)
#30393A
(48,57,58)
#283032
(40,48,50)
#20272A
(32,39,42)
#181E22
(24,30,34)
#10151A
(16,21,26)
#080C12
(8,12,18)
#000000
(0,0,0)

Tints of #586662

#586662
(88,102,98)
#677370
(103,115,112)
#76807E
(118,128,126)
#858D8C
(133,141,140)
#949A9A
(148,154,154)
#A3A7A8
(163,167,168)
#B2B4B6
(178,180,182)
#C1C1C4
(193,193,196)
#D0CED2
(208,206,210)
#DFDBE0
(223,219,224)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #586662 color. Also use rgb(88,102,98) instead hex code.

Text Font Color

.myTextColor { color: #586662; }

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

This text font color is #586662.


Background Color

.myBgColor { background-color: #586662; }

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

This div background color is #586662.


Border color

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

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

This div border color is #586662.


Opacity

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

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

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

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

This text has shadow with #586662 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #586662 on black background.


Color preview on white background

This text has color #586662 on white background.



Black color preview on #586662 background

This text has black color on #586662 background.


White color preview on #586662 background

This text has white color on #586662 background.