COLOR #587074

HEX: #587074
RGB: (88,112,116)

Color info

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

RGB color model

#587074 color RGB value is (88,112,116).

  • red value is 88;
  • green value is 112;
  • blue value is 116.
RGB:
(88,112,116)
(35%,44%,45%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 116 of 255 = 45%

88
112
116

R + G + B ~ 41%. #587074 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 116 = 316 (100%)
R 88 of 316 ~ 27.85%
G 112 of 316 ~ 35.44%
B 116 of 316 ~ 36.71%

%27.85
%35.44
%36.71

CMYK color model

#587074 color CMYK value is (24,3,0,55).

  • cyan value is 24.14%
  • magenta value is 3.45%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(24,3,0,55)
C24M3Y0K55 
(24%,3%,0%,55%)
(0.24/0.03/0.00/0.55)	

CMYK percentages

%24.14
%3.45
%0
%54.51

Codes

Color #587074 in popluar color models

587074
RGB88112116
HSL189°13.73%40.00%
HSB/HSV189°24.14%45.49%
CMYK24.14%3.45%0.00%
54.51%

Color #587074 in popluar number systems.

HEX587074
Decimal88112116
Binary101100011100001110100
Octal130160164

Shades and tints

Shades of #587074

#587074
(88,112,116)
#50666A
(80,102,106)
#485C60
(72,92,96)
#405256
(64,82,86)
#38484C
(56,72,76)
#303E42
(48,62,66)
#283438
(40,52,56)
#202A2E
(32,42,46)
#182024
(24,32,36)
#10161A
(16,22,26)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #587074

#587074
(88,112,116)
#677D80
(103,125,128)
#768A8C
(118,138,140)
#859798
(133,151,152)
#94A4A4
(148,164,164)
#A3B1B0
(163,177,176)
#B2BEBC
(178,190,188)
#C1CBC8
(193,203,200)
#D0D8D4
(208,216,212)
#DFE5E0
(223,229,224)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587074 color. Also use rgb(88,112,116) instead hex code.

Text Font Color

.myTextColor { color: #587074; }

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

This text font color is #587074.


Background Color

.myBgColor { background-color: #587074; }

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

This div background color is #587074.


Border color

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

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

This div border color is #587074.


Opacity

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

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

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

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

This text has shadow with #587074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587074 on black background.


Color preview on white background

This text has color #587074 on white background.



Black color preview on #587074 background

This text has black color on #587074 background.


White color preview on #587074 background

This text has white color on #587074 background.