COLOR #587B6C

HEX: #587B6C RGB: (88,123,108)

Color info

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

RGB color model

#587B6C color RGB value is (88,123,108).

RGB: (88,123,108) (35%, 48%, 42%)

RGB channels and saturation

R 88 of 255 = 35%
G 123 of 255 = 48%
B 108 of 255 = 42%

88
123
108

R + G + B ~ 42%. #587B6C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 123 + 108 = 319 (100%)
R 88 of 319 ~ 27.59%
G 123 of 319 ~ 38.56%
B 108 of 319 ~ 33.86'%

%27.59
%38.56
%33.86

CMYK color model

#587B6C color CMYK value is (28,0,12,52).

  • cyan value is 28.46%
  • magenta value is 0.00%
  • yellow value is 12.20%
  • key color value is 51.76%

CMYK: (28,0,12,52)
C28M0Y12K52 (28%, 0%, 12%, 52%)
(0.28 / 0.00 / 0.12 / 0.52)

CMYK percentages

%28.46
%0
%12.2
%51.76

Codes

Color #587B6C in popluar color models

58 7B 6C
RGB 88 123 108
HSL 154° 16.59% 41.37%
HSB/HSV 154° 28.46% 48.24%
CMYK 28.46% 0.00% 12.20%
51.76%

Color #587B6C in popluar number systems.

HEX 58 7B 6C
Decimal 88 123 108
Binary 1011000 1111011 1101100
Octal 130 173 154

Shades and tints

Shades of #587B6C

#587B6C
(88,123,108)
#507063
(80,112,99)
#48655A
(72,101,90)
#405A51
(64,90,81)
#384F48
(56,79,72)
#30443F
(48,68,63)
#283936
(40,57,54)
#202E2D
(32,46,45)
#182324
(24,35,36)
#10181B
(16,24,27)
#080D12
(8,13,18)
#000000
(0,0,0)

Tints of #587B6C

#587B6C
(88,123,108)
#678779
(103,135,121)
#769386
(118,147,134)
#859F93
(133,159,147)
#94ABA0
(148,171,160)
#A3B7AD
(163,183,173)
#B2C3BA
(178,195,186)
#C1CFC7
(193,207,199)
#D0DBD4
(208,219,212)
#DFE7E1
(223,231,225)
#EEF3EE
(238,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587B6C color. Also use rgb(88,123,108) instead hex code.

Text Font Color

.myTextColor { color: #587B6C; }

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

This text font color is #587B6C.

Background Color

.myBgColor { background-color: #587B6C; }

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

This div background color is #587B6C.

Border color

.myBorderColor { border: 1px solid #587B6C; }

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

This div border color is #587B6C.

Opacity

.myOpacity80 { color: #587B6C; opacity: 0.8; }

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

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

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

This text has shadow with #587B6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #587B6C.

Preview

Color preview on black background

This text has color #587B6C on black background.


Color preview on white background

This text has color #587B6C on white background.


Black color preview on #587B6C background

This text has black color on #587B6C background.


White color preview on #587B6C background

This text has white color on #587B6C background.


Related colors

Complementary color

Complementary color for #hex is #A78493.


I love getcolorcode.com

Triadic colors

1 #6C587B and #7B6C58 with #587B6C are triadic colors.

2 #6C7B58 and #7B586C with #587B6C are triadic colors.