COLOR #587974

HEX: #587974
RGB: (88,121,116)

Color info

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

RGB color model

#587974 color RGB value is (88,121,116).

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

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 116 of 255 = 45%

88
121
116

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

Portions of RGB colors in percentages

R + G + B =
88 + 121 + 116 = 325 (100%)
R 88 of 325 ~ 27.08%
G 121 of 325 ~ 37.23%
B 116 of 325 ~ 35.69%

%27.08
%37.23
%35.69

CMYK color model

#587974 color CMYK value is (27,0,4,53).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 4.13%
  • key color value is 52.55%
CMYK:
(27,0,4,53)
C27M0Y4K53 
(27%,0%,4%,53%)
(0.27/0.00/0.04/0.53)	

CMYK percentages

%27.27
%0
%4.13
%52.55

Codes

Color #587974 in popluar color models

587974
RGB88121116
HSL171°15.79%40.98%
HSB/HSV171°27.27%47.45%
CMYK27.27%0.00%4.13%
52.55%

Color #587974 in popluar number systems.

HEX587974
Decimal88121116
Binary101100011110011110100
Octal130171164

Shades and tints

Shades of #587974

#587974
(88,121,116)
#506E6A
(80,110,106)
#486360
(72,99,96)
#405856
(64,88,86)
#384D4C
(56,77,76)
#304242
(48,66,66)
#283738
(40,55,56)
#202C2E
(32,44,46)
#182124
(24,33,36)
#10161A
(16,22,26)
#080B10
(8,11,16)
#000000
(0,0,0)

Tints of #587974

#587974
(88,121,116)
#678580
(103,133,128)
#76918C
(118,145,140)
#859D98
(133,157,152)
#94A9A4
(148,169,164)
#A3B5B0
(163,181,176)
#B2C1BC
(178,193,188)
#C1CDC8
(193,205,200)
#D0D9D4
(208,217,212)
#DFE5E0
(223,229,224)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587974; }

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

This text font color is #587974.


Background Color

.myBgColor { background-color: #587974; }

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

This div background color is #587974.


Border color

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

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

This div border color is #587974.


Opacity

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

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

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

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

This text has shadow with #587974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587974 on black background.


Color preview on white background

This text has color #587974 on white background.



Black color preview on #587974 background

This text has black color on #587974 background.


White color preview on #587974 background

This text has white color on #587974 background.