COLOR #589681

HEX: #589681
RGB: (88,150,129)

Color info

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

RGB color model

#589681 color RGB value is (88,150,129).

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

RGB channels and saturation

R 88 of 255 = 35%
G 150 of 255 = 59%
B 129 of 255 = 51%

88
150
129

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

Portions of RGB colors in percentages

R + G + B =
88 + 150 + 129 = 367 (100%)
R 88 of 367 ~ 23.98%
G 150 of 367 ~ 40.87%
B 129 of 367 ~ 35.15%

%23.98
%40.87
%35.15

CMYK color model

#589681 color CMYK value is (41,0,14,41).

  • cyan value is 41.33%
  • magenta value is 0.00%
  • yellow value is 14.00%
  • key color value is 41.18%
CMYK:
(41,0,14,41)
C41M0Y14K41 
(41%,0%,14%,41%)
(0.41/0.00/0.14/0.41)	

CMYK percentages

%41.33
%0
%14
%41.18

Codes

Color #589681 in popluar color models

589681
RGB88150129
HSL160°26.05%46.67%
HSB/HSV160°41.33%58.82%
CMYK41.33%0.00%14.00%
41.18%

Color #589681 in popluar number systems.

HEX589681
Decimal88150129
Binary10110001001011010000001
Octal130226201

Shades and tints

Shades of #589681

#589681
(88,150,129)
#508976
(80,137,118)
#487C6B
(72,124,107)
#406F60
(64,111,96)
#386255
(56,98,85)
#30554A
(48,85,74)
#28483F
(40,72,63)
#203B34
(32,59,52)
#182E29
(24,46,41)
#10211E
(16,33,30)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #589681

#589681
(88,150,129)
#679F8C
(103,159,140)
#76A897
(118,168,151)
#85B1A2
(133,177,162)
#94BAAD
(148,186,173)
#A3C3B8
(163,195,184)
#B2CCC3
(178,204,195)
#C1D5CE
(193,213,206)
#D0DED9
(208,222,217)
#DFE7E4
(223,231,228)
#EEF0EF
(238,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589681; }

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

This text font color is #589681.


Background Color

.myBgColor { background-color: #589681; }

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

This div background color is #589681.


Border color

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

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

This div border color is #589681.


Opacity

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

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

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

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

This text has shadow with #589681 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589681 on black background.


Color preview on white background

This text has color #589681 on white background.



Black color preview on #589681 background

This text has black color on #589681 background.


White color preview on #589681 background

This text has white color on #589681 background.