COLOR #589483

HEX: #589483
RGB: (88,148,131)

Color info

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

RGB color model

#589483 color RGB value is (88,148,131).

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

RGB channels and saturation

R 88 of 255 = 35%
G 148 of 255 = 58%
B 131 of 255 = 51%

88
148
131

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

Portions of RGB colors in percentages

R + G + B =
88 + 148 + 131 = 367 (100%)
R 88 of 367 ~ 23.98%
G 148 of 367 ~ 40.33%
B 131 of 367 ~ 35.69%

%23.98
%40.33
%35.69

CMYK color model

#589483 color CMYK value is (41,0,11,42).

  • cyan value is 40.54%
  • magenta value is 0.00%
  • yellow value is 11.49%
  • key color value is 41.96%
CMYK:
(41,0,11,42)
C41M0Y11K42 
(41%,0%,11%,42%)
(0.41/0.00/0.11/0.42)	

CMYK percentages

%40.54
%0
%11.49
%41.96

Codes

Color #589483 in popluar color models

589483
RGB88148131
HSL163°25.42%46.27%
HSB/HSV163°40.54%58.04%
CMYK40.54%0.00%11.49%
41.96%

Color #589483 in popluar number systems.

HEX589483
Decimal88148131
Binary10110001001010010000011
Octal130224203

Shades and tints

Shades of #589483

#589483
(88,148,131)
#508778
(80,135,120)
#487A6D
(72,122,109)
#406D62
(64,109,98)
#386057
(56,96,87)
#30534C
(48,83,76)
#284641
(40,70,65)
#203936
(32,57,54)
#182C2B
(24,44,43)
#101F20
(16,31,32)
#081215
(8,18,21)
#000000
(0,0,0)

Tints of #589483

#589483
(88,148,131)
#679D8E
(103,157,142)
#76A699
(118,166,153)
#85AFA4
(133,175,164)
#94B8AF
(148,184,175)
#A3C1BA
(163,193,186)
#B2CAC5
(178,202,197)
#C1D3D0
(193,211,208)
#D0DCDB
(208,220,219)
#DFE5E6
(223,229,230)
#EEEEF1
(238,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #589483; }

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

This text font color is #589483.


Background Color

.myBgColor { background-color: #589483; }

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

This div background color is #589483.


Border color

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

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

This div border color is #589483.


Opacity

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

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

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

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

This text has shadow with #589483 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #589483 on black background.


Color preview on white background

This text has color #589483 on white background.



Black color preview on #589483 background

This text has black color on #589483 background.


White color preview on #589483 background

This text has white color on #589483 background.