COLOR #588A7A

HEX: #588A7A
RGB: (88,138,122)

Color info

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

RGB color model

#588A7A color RGB value is (88,138,122).

  • red value is 88;
  • green value is 138;
  • blue value is 122.
RGB:
(88,138,122)
(35%,54%,48%)

RGB channels and saturation

R 88 of 255 = 35%
G 138 of 255 = 54%
B 122 of 255 = 48%

88
138
122

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

Portions of RGB colors in percentages

R + G + B =
88 + 138 + 122 = 348 (100%)
R 88 of 348 ~ 25.29%
G 138 of 348 ~ 39.66%
B 122 of 348 ~ 35.06%

%25.29
%39.66
%35.06

CMYK color model

#588A7A color CMYK value is (36,0,12,46).

  • cyan value is 36.23%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%
CMYK:
(36,0,12,46)
C36M0Y12K46 
(36%,0%,12%,46%)
(0.36/0.00/0.12/0.46)	

CMYK percentages

%36.23
%0
%11.59
%45.88

Codes

Color #588A7A in popluar color models

588A7A
RGB88138122
HSL161°22.12%44.31%
HSB/HSV161°36.23%54.12%
CMYK36.23%0.00%11.59%
45.88%

Color #588A7A in popluar number systems.

HEX588A7A
Decimal88138122
Binary1011000100010101111010
Octal130212172

Shades and tints

Shades of #588A7A

#588A7A
(88,138,122)
#507E6F
(80,126,111)
#487264
(72,114,100)
#406659
(64,102,89)
#385A4E
(56,90,78)
#304E43
(48,78,67)
#284238
(40,66,56)
#20362D
(32,54,45)
#182A22
(24,42,34)
#101E17
(16,30,23)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #588A7A

#588A7A
(88,138,122)
#679486
(103,148,134)
#769E92
(118,158,146)
#85A89E
(133,168,158)
#94B2AA
(148,178,170)
#A3BCB6
(163,188,182)
#B2C6C2
(178,198,194)
#C1D0CE
(193,208,206)
#D0DADA
(208,218,218)
#DFE4E6
(223,228,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #588A7A color. Also use rgb(88,138,122) instead hex code.

Text Font Color

.myTextColor { color: #588A7A; }

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

This text font color is #588A7A.


Background Color

.myBgColor { background-color: #588A7A; }

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

This div background color is #588A7A.


Border color

.myBorderColor { border: 1px solid #588A7A; }

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

This div border color is #588A7A.


Opacity

.myOpacity80 { color: #588A7A; opacity: 0.8; }

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

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

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

This text has shadow with #588A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588A7A on black background.


Color preview on white background

This text has color #588A7A on white background.



Black color preview on #588A7A background

This text has black color on #588A7A background.


White color preview on #588A7A background

This text has white color on #588A7A background.