COLOR #589B70

HEX: #589B70 RGB: (88,155,112)

Color info

#589B70 contains mainly green and blue colors. Web safe color of #589B70 is #669966 (or #696).

RGB color model

#589B70 color RGB value is (88,155,112).

RGB: (88,155,112) (35%, 61%, 44%)

RGB channels and saturation

R 88 of 255 = 35%
G 155 of 255 = 61%
B 112 of 255 = 44%

88
155
112

R + G + B ~ 47%. #589B70 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 88 + 155 + 112 = 355 (100%)
R 88 of 355 ~ 24.79%
G 155 of 355 ~ 43.66%
B 112 of 355 ~ 31.55'%

%24.79
%43.66
%31.55

CMYK color model

#589B70 color CMYK value is (43,0,28,39).

  • cyan value is 43.23%
  • magenta value is 0.00%
  • yellow value is 27.74%
  • key color value is 39.22%

CMYK: (43,0,28,39)
C43M0Y28K39 (43%, 0%, 28%, 39%)
(0.43 / 0.00 / 0.28 / 0.39)

CMYK percentages

%43.23
%0
%27.74
%39.22

Codes

Color #589B70 in popluar color models

58 9B 70
RGB 88 155 112
HSL 141° 27.57% 47.65%
HSB/HSV 141° 43.23% 60.78%
CMYK 43.23% 0.00% 27.74%
39.22%

Color #589B70 in popluar number systems.

HEX 58 9B 70
Decimal 88 155 112
Binary 1011000 10011011 1110000
Octal 130 233 160

Shades and tints

Shades of #589B70

#589B70
(88,155,112)
#508D66
(80,141,102)
#487F5C
(72,127,92)
#407152
(64,113,82)
#386348
(56,99,72)
#30553E
(48,85,62)
#284734
(40,71,52)
#20392A
(32,57,42)
#182B20
(24,43,32)
#101D16
(16,29,22)
#080F0C
(8,15,12)
#000000
(0,0,0)

Tints of #589B70

#589B70
(88,155,112)
#67A47D
(103,164,125)
#76AD8A
(118,173,138)
#85B697
(133,182,151)
#94BFA4
(148,191,164)
#A3C8B1
(163,200,177)
#B2D1BE
(178,209,190)
#C1DACB
(193,218,203)
#D0E3D8
(208,227,216)
#DFECE5
(223,236,229)
#EEF5F2
(238,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589B70 color. Also use rgb(88,155,112) instead hex code.

Text Font Color

.myTextColor { color: #589B70; }

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

This text font color is #589B70.

Background Color

.myBgColor { background-color: #589B70; }

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

This div background color is #589B70.

Border color

.myBorderColor { border: 1px solid #589B70; }

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

This div border color is #589B70.

Opacity

.myOpacity80 { color: #589B70; opacity: 0.8; }

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

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

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

This text has shadow with #589B70 color.


.textShadow {text-shadow: 3px 3px 1px #589B70', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #589B70; -webkit-box-shadow: 1px 1px 3px 2px #589B70; box-shadow:1px 1px 3px 2px #589B70;">
Div content here
</div>

This div box has shadow with color #589B70.

Preview

Color preview on black background

This text has color #589B70 on black background.


Color preview on white background

This text has color #589B70 on white background.


Black color preview on #589B70 background

This text has black color on #589B70 background.


White color preview on #589B70 background

This text has white color on #589B70 background.


Related colors

Complementary color

Complementary color for #hex is #A7648F.


I love getcolorcode.com

Triadic colors

1 #70589B and #9B7058 with #589B70 are triadic colors.

2 #709B58 and #9B5870 with #589B70 are triadic colors.