COLOR #588084

HEX: #588084
RGB: (88,128,132)

Color info

#588084 contains red, green and blue colors in about the same proportion. Web safe color of #588084 is #666699 (or #669).

RGB color model

#588084 color RGB value is (88,128,132).

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

RGB channels and saturation

R 88 of 255 = 35%
G 128 of 255 = 50%
B 132 of 255 = 52%

88
128
132

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

Portions of RGB colors in percentages

R + G + B =
88 + 128 + 132 = 348 (100%)
R 88 of 348 ~ 25.29%
G 128 of 348 ~ 36.78%
B 132 of 348 ~ 37.93%

%25.29
%36.78
%37.93

CMYK color model

#588084 color CMYK value is (33,3,0,48).

  • cyan value is 33.33%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(33,3,0,48)
C33M3Y0K48 
(33%,3%,0%,48%)
(0.33/0.03/0.00/0.48)	

CMYK percentages

%33.33
%3.03
%0
%48.24

Codes

Color #588084 in popluar color models

588084
RGB88128132
HSL185°20.00%43.14%
HSB/HSV185°33.33%51.76%
CMYK33.33%3.03%0.00%
48.24%

Color #588084 in popluar number systems.

HEX588084
Decimal88128132
Binary10110001000000010000100
Octal130200204

Shades and tints

Shades of #588084

#588084
(88,128,132)
#507578
(80,117,120)
#486A6C
(72,106,108)
#405F60
(64,95,96)
#385454
(56,84,84)
#304948
(48,73,72)
#283E3C
(40,62,60)
#203330
(32,51,48)
#182824
(24,40,36)
#101D18
(16,29,24)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #588084

#588084
(88,128,132)
#678B8F
(103,139,143)
#76969A
(118,150,154)
#85A1A5
(133,161,165)
#94ACB0
(148,172,176)
#A3B7BB
(163,183,187)
#B2C2C6
(178,194,198)
#C1CDD1
(193,205,209)
#D0D8DC
(208,216,220)
#DFE3E7
(223,227,231)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588084; }

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

This text font color is #588084.


Background Color

.myBgColor { background-color: #588084; }

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

This div background color is #588084.


Border color

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

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

This div border color is #588084.


Opacity

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

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

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

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

This text has shadow with #588084 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588084 on black background.


Color preview on white background

This text has color #588084 on white background.



Black color preview on #588084 background

This text has black color on #588084 background.


White color preview on #588084 background

This text has white color on #588084 background.