COLOR #588880

HEX: #588880
RGB: (88,136,128)

Color info

#588880 contains red, green and blue colors in about the same proportion. Web safe color of #588880 is #669966 (or #696).

RGB color model

#588880 color RGB value is (88,136,128).

  • red value is 88;
  • green value is 136;
  • blue value is 128.
RGB:
(88,136,128)
(35%,53%,50%)

RGB channels and saturation

R 88 of 255 = 35%
G 136 of 255 = 53%
B 128 of 255 = 50%

88
136
128

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

Portions of RGB colors in percentages

R + G + B =
88 + 136 + 128 = 352 (100%)
R 88 of 352 ~ 25%
G 136 of 352 ~ 38.64%
B 128 of 352 ~ 36.36%

%25
%38.64
%36.36

CMYK color model

#588880 color CMYK value is (35,0,6,47).

  • cyan value is 35.29%
  • magenta value is 0.00%
  • yellow value is 5.88%
  • key color value is 46.67%
CMYK:
(35,0,6,47)
C35M0Y6K47 
(35%,0%,6%,47%)
(0.35/0.00/0.06/0.47)	

CMYK percentages

%35.29
%0
%5.88
%46.67

Codes

Color #588880 in popluar color models

588880
RGB88136128
HSL170°21.43%43.92%
HSB/HSV170°35.29%53.33%
CMYK35.29%0.00%5.88%
46.67%

Color #588880 in popluar number systems.

HEX588880
Decimal88136128
Binary10110001000100010000000
Octal130210200

Shades and tints

Shades of #588880

#588880
(88,136,128)
#507C75
(80,124,117)
#48706A
(72,112,106)
#40645F
(64,100,95)
#385854
(56,88,84)
#304C49
(48,76,73)
#28403E
(40,64,62)
#203433
(32,52,51)
#182828
(24,40,40)
#101C1D
(16,28,29)
#081012
(8,16,18)
#000000
(0,0,0)

Tints of #588880

#588880
(88,136,128)
#67928B
(103,146,139)
#769C96
(118,156,150)
#85A6A1
(133,166,161)
#94B0AC
(148,176,172)
#A3BAB7
(163,186,183)
#B2C4C2
(178,196,194)
#C1CECD
(193,206,205)
#D0D8D8
(208,216,216)
#DFE2E3
(223,226,227)
#EEECEE
(238,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588880 color. Also use rgb(88,136,128) instead hex code.

Text Font Color

.myTextColor { color: #588880; }

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

This text font color is #588880.


Background Color

.myBgColor { background-color: #588880; }

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

This div background color is #588880.


Border color

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

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

This div border color is #588880.


Opacity

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

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

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

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

This text has shadow with #588880 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588880 on black background.


Color preview on white background

This text has color #588880 on white background.



Black color preview on #588880 background

This text has black color on #588880 background.


White color preview on #588880 background

This text has white color on #588880 background.