COLOR #588C8C

HEX: #588C8C
RGB: (88,140,140)

Color info

#588C8C contains red, green and blue colors in about the same proportion. Web safe color of #588C8C is #669999 (or #699).

RGB color model

#588C8C color RGB value is (88,140,140).

  • red value is 88;
  • green value is 140;
  • blue value is 140.
RGB:
(88,140,140)
(35%,55%,55%)

RGB channels and saturation

R 88 of 255 = 35%
G 140 of 255 = 55%
B 140 of 255 = 55%

88
140
140

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

Portions of RGB colors in percentages

R + G + B =
88 + 140 + 140 = 368 (100%)
R 88 of 368 ~ 23.91%
G 140 of 368 ~ 38.04%
B 140 of 368 ~ 38.04%

%23.91
%38.04
%38.04

CMYK color model

#588C8C color CMYK value is (37,0,0,45).

  • cyan value is 37.14%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(37,0,0,45)
C37M0Y0K45 
(37%,0%,0%,45%)
(0.37/0.00/0.00/0.45)	

CMYK percentages

%37.14
%0
%0
%45.1

Codes

Color #588C8C in popluar color models

588C8C
RGB88140140
HSL180°22.81%44.71%
HSB/HSV180°37.14%54.90%
CMYK37.14%0.00%0.00%
45.10%

Color #588C8C in popluar number systems.

HEX588C8C
Decimal88140140
Binary10110001000110010001100
Octal130214214

Shades and tints

Shades of #588C8C

#588C8C
(88,140,140)
#508080
(80,128,128)
#487474
(72,116,116)
#406868
(64,104,104)
#385C5C
(56,92,92)
#305050
(48,80,80)
#284444
(40,68,68)
#203838
(32,56,56)
#182C2C
(24,44,44)
#102020
(16,32,32)
#081414
(8,20,20)
#000000
(0,0,0)

Tints of #588C8C

#588C8C
(88,140,140)
#679696
(103,150,150)
#76A0A0
(118,160,160)
#85AAAA
(133,170,170)
#94B4B4
(148,180,180)
#A3BEBE
(163,190,190)
#B2C8C8
(178,200,200)
#C1D2D2
(193,210,210)
#D0DCDC
(208,220,220)
#DFE6E6
(223,230,230)
#EEF0F0
(238,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588C8C; }

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

This text font color is #588C8C.


Background Color

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

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

This div background color is #588C8C.


Border color

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

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

This div border color is #588C8C.


Opacity

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

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

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

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

This text has shadow with #588C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588C8C on black background.


Color preview on white background

This text has color #588C8C on white background.



Black color preview on #588C8C background

This text has black color on #588C8C background.


White color preview on #588C8C background

This text has white color on #588C8C background.