COLOR #588678

HEX: #588678
RGB: (88,134,120)

Color info

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

RGB color model

#588678 color RGB value is (88,134,120).

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

RGB channels and saturation

R 88 of 255 = 35%
G 134 of 255 = 53%
B 120 of 255 = 47%

88
134
120

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

Portions of RGB colors in percentages

R + G + B =
88 + 134 + 120 = 342 (100%)
R 88 of 342 ~ 25.73%
G 134 of 342 ~ 39.18%
B 120 of 342 ~ 35.09%

%25.73
%39.18
%35.09

CMYK color model

#588678 color CMYK value is (34,0,10,47).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 47.45%
CMYK:
(34,0,10,47)
C34M0Y10K47 
(34%,0%,10%,47%)
(0.34/0.00/0.10/0.47)	

CMYK percentages

%34.33
%0
%10.45
%47.45

Codes

Color #588678 in popluar color models

588678
RGB88134120
HSL162°20.72%43.53%
HSB/HSV162°34.33%52.55%
CMYK34.33%0.00%10.45%
47.45%

Color #588678 in popluar number systems.

HEX588678
Decimal88134120
Binary1011000100001101111000
Octal130206170

Shades and tints

Shades of #588678

#588678
(88,134,120)
#507A6E
(80,122,110)
#486E64
(72,110,100)
#40625A
(64,98,90)
#385650
(56,86,80)
#304A46
(48,74,70)
#283E3C
(40,62,60)
#203232
(32,50,50)
#182628
(24,38,40)
#101A1E
(16,26,30)
#080E14
(8,14,20)
#000000
(0,0,0)

Tints of #588678

#588678
(88,134,120)
#679184
(103,145,132)
#769C90
(118,156,144)
#85A79C
(133,167,156)
#94B2A8
(148,178,168)
#A3BDB4
(163,189,180)
#B2C8C0
(178,200,192)
#C1D3CC
(193,211,204)
#D0DED8
(208,222,216)
#DFE9E4
(223,233,228)
#EEF4F0
(238,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #588678; }

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

This text font color is #588678.


Background Color

.myBgColor { background-color: #588678; }

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

This div background color is #588678.


Border color

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

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

This div border color is #588678.


Opacity

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

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

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

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

This text has shadow with #588678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #588678 on black background.


Color preview on white background

This text has color #588678 on white background.



Black color preview on #588678 background

This text has black color on #588678 background.


White color preview on #588678 background

This text has white color on #588678 background.