COLOR #588680

HEX: #588680
RGB: (88,134,128)

Color info

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

RGB color model

#588680 color RGB value is (88,134,128).

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

RGB channels and saturation

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

88
134
128

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

Portions of RGB colors in percentages

R + G + B =
88 + 134 + 128 = 350 (100%)
R 88 of 350 ~ 25.14%
G 134 of 350 ~ 38.29%
B 128 of 350 ~ 36.57%

%25.14
%38.29
%36.57

CMYK color model

#588680 color CMYK value is (34,0,4,47).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 47.45%
CMYK:
(34,0,4,47)
C34M0Y4K47 
(34%,0%,4%,47%)
(0.34/0.00/0.04/0.47)	

CMYK percentages

%34.33
%0
%4.48
%47.45

Codes

Color #588680 in popluar color models

588680
RGB88134128
HSL172°20.72%43.53%
HSB/HSV172°34.33%52.55%
CMYK34.33%0.00%4.48%
47.45%

Color #588680 in popluar number systems.

HEX588680
Decimal88134128
Binary10110001000011010000000
Octal130206200

Shades and tints

Shades of #588680

#588680
(88,134,128)
#507A75
(80,122,117)
#486E6A
(72,110,106)
#40625F
(64,98,95)
#385654
(56,86,84)
#304A49
(48,74,73)
#283E3E
(40,62,62)
#203233
(32,50,51)
#182628
(24,38,40)
#101A1D
(16,26,29)
#080E12
(8,14,18)
#000000
(0,0,0)

Tints of #588680

#588680
(88,134,128)
#67918B
(103,145,139)
#769C96
(118,156,150)
#85A7A1
(133,167,161)
#94B2AC
(148,178,172)
#A3BDB7
(163,189,183)
#B2C8C2
(178,200,194)
#C1D3CD
(193,211,205)
#D0DED8
(208,222,216)
#DFE9E3
(223,233,227)
#EEF4EE
(238,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588680; }

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

This text font color is #588680.


Background Color

.myBgColor { background-color: #588680; }

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

This div background color is #588680.


Border color

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

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

This div border color is #588680.


Opacity

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

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

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

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

This text has shadow with #588680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588680 on black background.


Color preview on white background

This text has color #588680 on white background.



Black color preview on #588680 background

This text has black color on #588680 background.


White color preview on #588680 background

This text has white color on #588680 background.