COLOR #589695

HEX: #589695
RGB: (88,150,149)

Color info

#589695 contains mainly green and blue colors. Web safe color of #589695 is #669999 (or #699).

RGB color model

#589695 color RGB value is (88,150,149).

  • red value is 88;
  • green value is 150;
  • blue value is 149.
RGB:
(88,150,149)
(35%,59%,58%)

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 149 of 255 = 58%

88
150
149

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

Portions of RGB colors in percentages

R + G + B =
88 + 150 + 149 = 387 (100%)
R 88 of 387 ~ 22.74%
G 150 of 387 ~ 38.76%
B 149 of 387 ~ 38.5%

%22.74
%38.76
%38.5

CMYK color model

#589695 color CMYK value is (41,0,1,41).

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 0.67%
  • key color value is 41.18%
CMYK:
(41,0,1,41)
C41M0Y1K41 
(41%,0%,1%,41%)
(0.41/0.00/0.01/0.41)	

CMYK percentages

%41.33
%0
%0.67
%41.18

Codes

Color #589695 in popluar color models

589695
RGB88150149
HSL179°26.05%46.67%
HSB/HSV179°41.33%58.82%
CMYK41.33%0.00%0.67%
41.18%

Color #589695 in popluar number systems.

HEX589695
Decimal88150149
Binary10110001001011010010101
Octal130226225

Shades and tints

Shades of #589695

#589695
(88,150,149)
#508988
(80,137,136)
#487C7B
(72,124,123)
#406F6E
(64,111,110)
#386261
(56,98,97)
#305554
(48,85,84)
#284847
(40,72,71)
#203B3A
(32,59,58)
#182E2D
(24,46,45)
#102120
(16,33,32)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #589695

#589695
(88,150,149)
#679F9E
(103,159,158)
#76A8A7
(118,168,167)
#85B1B0
(133,177,176)
#94BAB9
(148,186,185)
#A3C3C2
(163,195,194)
#B2CCCB
(178,204,203)
#C1D5D4
(193,213,212)
#D0DEDD
(208,222,221)
#DFE7E6
(223,231,230)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589695 color. Also use rgb(88,150,149) instead hex code.

Text Font Color

.myTextColor { color: #589695; }

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

This text font color is #589695.


Background Color

.myBgColor { background-color: #589695; }

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

This div background color is #589695.


Border color

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

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

This div border color is #589695.


Opacity

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

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

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

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

This text has shadow with #589695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589695 on black background.


Color preview on white background

This text has color #589695 on white background.



Black color preview on #589695 background

This text has black color on #589695 background.


White color preview on #589695 background

This text has white color on #589695 background.