COLOR #586C69

HEX: #586C69 RGB: (88,108,105)

Color info

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

RGB color model

#586C69 color RGB value is (88,108,105).

RGB: (88,108,105) (35%, 42%, 41%)

RGB channels and saturation

R 88 of 255 = 35%
G 108 of 255 = 42%
B 105 of 255 = 41%

88
108
105

R + G + B ~ 39%. #586C69 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 108 + 105 = 301 (100%)
R 88 of 301 ~ 29.24%
G 108 of 301 ~ 35.88%
B 105 of 301 ~ 34.88'%

%29.24
%35.88
%34.88

CMYK color model

#586C69 color CMYK value is (19,0,3,58).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 2.78%
  • key color value is 57.65%

CMYK: (19,0,3,58)
C19M0Y3K58 (19%, 0%, 3%, 58%)
(0.19 / 0.00 / 0.03 / 0.58)

CMYK percentages

%18.52
%0
%2.78
%57.65

Codes

Color #586C69 in popluar color models

58 6C 69
RGB 88 108 105
HSL 171° 10.20% 38.43%
HSB/HSV 171° 18.52% 42.35%
CMYK 18.52% 0.00% 2.78%
57.65%

Color #586C69 in popluar number systems.

HEX 58 6C 69
Decimal 88 108 105
Binary 1011000 1101100 1101001
Octal 130 154 151

Shades and tints

Shades of #586C69

#586C69
(88,108,105)
#506360
(80,99,96)
#485A57
(72,90,87)
#40514E
(64,81,78)
#384845
(56,72,69)
#303F3C
(48,63,60)
#283633
(40,54,51)
#202D2A
(32,45,42)
#182421
(24,36,33)
#101B18
(16,27,24)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #586C69

#586C69
(88,108,105)
#677976
(103,121,118)
#768683
(118,134,131)
#859390
(133,147,144)
#94A09D
(148,160,157)
#A3ADAA
(163,173,170)
#B2BAB7
(178,186,183)
#C1C7C4
(193,199,196)
#D0D4D1
(208,212,209)
#DFE1DE
(223,225,222)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #586C69; }

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

This text font color is #586C69.

Background Color

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

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

This div background color is #586C69.

Border color

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

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

This div border color is #586C69.

Opacity

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

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

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

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

This text has shadow with #586C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #586C69.

Preview

Color preview on black background

This text has color #586C69 on black background.


Color preview on white background

This text has color #586C69 on white background.


Black color preview on #586C69 background

This text has black color on #586C69 background.


White color preview on #586C69 background

This text has white color on #586C69 background.


Related colors

Complementary color

Complementary color for #hex is #A79396.


I love getcolorcode.com

Triadic colors

1 #69586C and #6C6958 with #586C69 are triadic colors.

2 #696C58 and #6C5869 with #586C69 are triadic colors.