COLOR #589479

HEX: #589479
RGB: (88,148,121)

Color info

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

RGB color model

#589479 color RGB value is (88,148,121).

  • red value is 88;
  • green value is 148;
  • blue value is 121.
RGB:
(88,148,121)
(35%,58%,47%)

RGB channels and saturation

R 88 of 255 = 35%
G 148 of 255 = 58%
B 121 of 255 = 47%

88
148
121

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

Portions of RGB colors in percentages

R + G + B =
88 + 148 + 121 = 357 (100%)
R 88 of 357 ~ 24.65%
G 148 of 357 ~ 41.46%
B 121 of 357 ~ 33.89%

%24.65
%41.46
%33.89

CMYK color model

#589479 color CMYK value is (41,0,18,42).

  • cyan value is 40.54%
  • magenta value is 0.00%
  • yellow value is 18.24%
  • key color value is 41.96%
CMYK:
(41,0,18,42)
C41M0Y18K42 
(41%,0%,18%,42%)
(0.41/0.00/0.18/0.42)	

CMYK percentages

%40.54
%0
%18.24
%41.96

Codes

Color #589479 in popluar color models

589479
RGB88148121
HSL153°25.42%46.27%
HSB/HSV153°40.54%58.04%
CMYK40.54%0.00%18.24%
41.96%

Color #589479 in popluar number systems.

HEX589479
Decimal88148121
Binary1011000100101001111001
Octal130224171

Shades and tints

Shades of #589479

#589479
(88,148,121)
#50876E
(80,135,110)
#487A63
(72,122,99)
#406D58
(64,109,88)
#38604D
(56,96,77)
#305342
(48,83,66)
#284637
(40,70,55)
#20392C
(32,57,44)
#182C21
(24,44,33)
#101F16
(16,31,22)
#08120B
(8,18,11)
#000000
(0,0,0)

Tints of #589479

#589479
(88,148,121)
#679D85
(103,157,133)
#76A691
(118,166,145)
#85AF9D
(133,175,157)
#94B8A9
(148,184,169)
#A3C1B5
(163,193,181)
#B2CAC1
(178,202,193)
#C1D3CD
(193,211,205)
#D0DCD9
(208,220,217)
#DFE5E5
(223,229,229)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #589479 color. Also use rgb(88,148,121) instead hex code.

Text Font Color

.myTextColor { color: #589479; }

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

This text font color is #589479.


Background Color

.myBgColor { background-color: #589479; }

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

This div background color is #589479.


Border color

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

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

This div border color is #589479.


Opacity

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

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

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

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

This text has shadow with #589479 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589479 on black background.


Color preview on white background

This text has color #589479 on white background.



Black color preview on #589479 background

This text has black color on #589479 background.


White color preview on #589479 background

This text has white color on #589479 background.