COLOR #587174

HEX: #587174
RGB: (88,113,116)

Color info

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

RGB color model

#587174 color RGB value is (88,113,116).

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

RGB channels and saturation

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

88
113
116

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

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 116 = 317 (100%)
R 88 of 317 ~ 27.76%
G 113 of 317 ~ 35.65%
B 116 of 317 ~ 36.59%

%27.76
%35.65
%36.59

CMYK color model

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

  • cyan value is 24.14%
  • magenta value is 2.59%
  • 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
%2.59
%0
%54.51

Codes

Color #587174 in popluar color models

587174
RGB88113116
HSL186°13.73%40.00%
HSB/HSV186°24.14%45.49%
CMYK24.14%2.59%0.00%
54.51%

Color #587174 in popluar number systems.

HEX587174
Decimal88113116
Binary101100011100011110100
Octal130161164

Shades and tints

Shades of #587174

#587174
(88,113,116)
#50676A
(80,103,106)
#485D60
(72,93,96)
#405356
(64,83,86)
#38494C
(56,73,76)
#303F42
(48,63,66)
#283538
(40,53,56)
#202B2E
(32,43,46)
#182124
(24,33,36)
#10171A
(16,23,26)
#080D10
(8,13,16)
#000000
(0,0,0)

Tints of #587174

#587174
(88,113,116)
#677D80
(103,125,128)
#76898C
(118,137,140)
#859598
(133,149,152)
#94A1A4
(148,161,164)
#A3ADB0
(163,173,176)
#B2B9BC
(178,185,188)
#C1C5C8
(193,197,200)
#D0D1D4
(208,209,212)
#DFDDE0
(223,221,224)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587174; }

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

This text font color is #587174.


Background Color

.myBgColor { background-color: #587174; }

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

This div background color is #587174.


Border color

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

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

This div border color is #587174.


Opacity

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

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

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

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

This text has shadow with #587174 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587174 on black background.


Color preview on white background

This text has color #587174 on white background.



Black color preview on #587174 background

This text has black color on #587174 background.


White color preview on #587174 background

This text has white color on #587174 background.