COLOR #586E6A

HEX: #586E6A RGB: (88,110,106)

Color info

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

RGB color model

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

RGB: (88,110,106) (35%, 43%, 42%)

RGB channels and saturation

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

88
110
106

R + G + B ~ 40%. #586E6A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 110 + 106 = 304 (100%)
R 88 of 304 ~ 28.95%
G 110 of 304 ~ 36.18%
B 106 of 304 ~ 34.87'%

%28.95
%36.18
%34.87

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 3.64%
  • key color value is 56.86%

CMYK: (20,0,4,57)
C20M0Y4K57 (20%, 0%, 4%, 57%)
(0.20 / 0.00 / 0.04 / 0.57)

CMYK percentages

%20
%0
%3.64
%56.86

Codes

Color #586E6A in popluar color models

58 6E 6A
RGB 88 110 106
HSL 169° 11.11% 38.82%
HSB/HSV 169° 20.00% 43.14%
CMYK 20.00% 0.00% 3.64%
56.86%

Color #586E6A in popluar number systems.

HEX 58 6E 6A
Decimal 88 110 106
Binary 1011000 1101110 1101010
Octal 130 156 152

Shades and tints

Shades of #586E6A

#586E6A
(88,110,106)
#506461
(80,100,97)
#485A58
(72,90,88)
#40504F
(64,80,79)
#384646
(56,70,70)
#303C3D
(48,60,61)
#283234
(40,50,52)
#20282B
(32,40,43)
#181E22
(24,30,34)
#101419
(16,20,25)
#080A10
(8,10,16)
#000000
(0,0,0)

Tints of #586E6A

#586E6A
(88,110,106)
#677B77
(103,123,119)
#768884
(118,136,132)
#859591
(133,149,145)
#94A29E
(148,162,158)
#A3AFAB
(163,175,171)
#B2BCB8
(178,188,184)
#C1C9C5
(193,201,197)
#D0D6D2
(208,214,210)
#DFE3DF
(223,227,223)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586E6A; }

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

This text font color is #586E6A.

Background Color

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

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

This div background color is #586E6A.

Border color

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

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

This div border color is #586E6A.

Opacity

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

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

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

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

This text has shadow with #586E6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586E6A.

Preview

Color preview on black background

This text has color #586E6A on black background.


Color preview on white background

This text has color #586E6A on white background.


Black color preview on #586E6A background

This text has black color on #586E6A background.


White color preview on #586E6A background

This text has white color on #586E6A background.


Related colors

Complementary color

Complementary color for #hex is #A79195.


I love getcolorcode.com

Triadic colors

1 #6A586E and #6E6A58 with #586E6A are triadic colors.

2 #6A6E58 and #6E586A with #586E6A are triadic colors.