COLOR #587578

HEX: #587578
RGB: (88,117,120)

Color info

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

RGB color model

#587578 color RGB value is (88,117,120).

  • red value is 88;
  • green value is 117;
  • blue value is 120.
RGB:
(88,117,120)
(35%,46%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 117 of 255 = 46%
B 120 of 255 = 47%

88
117
120

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

Portions of RGB colors in percentages

R + G + B =
88 + 117 + 120 = 325 (100%)
R 88 of 325 ~ 27.08%
G 117 of 325 ~ 36%
B 120 of 325 ~ 36.92%

%27.08
%36
%36.92

CMYK color model

#587578 color CMYK value is (27,3,0,53).

  • cyan value is 26.67%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(27,3,0,53)
C27M3Y0K53 
(27%,3%,0%,53%)
(0.27/0.03/0.00/0.53)	

CMYK percentages

%26.67
%2.5
%0
%52.94

Codes

Color #587578 in popluar color models

587578
RGB88117120
HSL186°15.38%40.78%
HSB/HSV186°26.67%47.06%
CMYK26.67%2.50%0.00%
52.94%

Color #587578 in popluar number systems.

HEX587578
Decimal88117120
Binary101100011101011111000
Octal130165170

Shades and tints

Shades of #587578

#587578
(88,117,120)
#506B6E
(80,107,110)
#486164
(72,97,100)
#40575A
(64,87,90)
#384D50
(56,77,80)
#304346
(48,67,70)
#28393C
(40,57,60)
#202F32
(32,47,50)
#182528
(24,37,40)
#101B1E
(16,27,30)
#081114
(8,17,20)
#000000
(0,0,0)

Tints of #587578

#587578
(88,117,120)
#678184
(103,129,132)
#768D90
(118,141,144)
#85999C
(133,153,156)
#94A5A8
(148,165,168)
#A3B1B4
(163,177,180)
#B2BDC0
(178,189,192)
#C1C9CC
(193,201,204)
#D0D5D8
(208,213,216)
#DFE1E4
(223,225,228)
#EEEDF0
(238,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587578 color. Also use rgb(88,117,120) instead hex code.

Text Font Color

.myTextColor { color: #587578; }

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

This text font color is #587578.


Background Color

.myBgColor { background-color: #587578; }

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

This div background color is #587578.


Border color

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

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

This div border color is #587578.


Opacity

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

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

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

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

This text has shadow with #587578 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587578 on black background.


Color preview on white background

This text has color #587578 on white background.



Black color preview on #587578 background

This text has black color on #587578 background.


White color preview on #587578 background

This text has white color on #587578 background.