COLOR #59908A

HEX: #59908A
RGB: (89,144,138)

Color info

#59908A contains red, green and blue colors in about the same proportion. Web safe color of #59908A is #669999 (or #699).

RGB color model

#59908A color RGB value is (89,144,138).

  • red value is 89;
  • green value is 144;
  • blue value is 138.
RGB:
(89,144,138)
(35%,56%,54%)

RGB channels and saturation

R 89 of 255 = 35%
G 144 of 255 = 56%
B 138 of 255 = 54%

89
144
138

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

Portions of RGB colors in percentages

R + G + B =
89 + 144 + 138 = 371 (100%)
R 89 of 371 ~ 23.99%
G 144 of 371 ~ 38.81%
B 138 of 371 ~ 37.2%

%23.99
%38.81
%37.2

CMYK color model

#59908A color CMYK value is (38,0,4,44).

  • cyan value is 38.19%
  • magenta value is 0.00%
  • yellow value is 4.17%
  • key color value is 43.53%
CMYK:
(38,0,4,44)
C38M0Y4K44 
(38%,0%,4%,44%)
(0.38/0.00/0.04/0.44)	

CMYK percentages

%38.19
%0
%4.17
%43.53

Codes

Color #59908A in popluar color models

59908A
RGB89144138
HSL173°23.61%45.69%
HSB/HSV173°38.19%56.47%
CMYK38.19%0.00%4.17%
43.53%

Color #59908A in popluar number systems.

HEX59908A
Decimal89144138
Binary10110011001000010001010
Octal131220212

Shades and tints

Shades of #59908A

#59908A
(89,144,138)
#51837E
(81,131,126)
#497672
(73,118,114)
#416966
(65,105,102)
#395C5A
(57,92,90)
#314F4E
(49,79,78)
#294242
(41,66,66)
#213536
(33,53,54)
#19282A
(25,40,42)
#111B1E
(17,27,30)
#090E12
(9,14,18)
#000000
(0,0,0)

Tints of #59908A

#59908A
(89,144,138)
#689A94
(104,154,148)
#77A49E
(119,164,158)
#86AEA8
(134,174,168)
#95B8B2
(149,184,178)
#A4C2BC
(164,194,188)
#B3CCC6
(179,204,198)
#C2D6D0
(194,214,208)
#D1E0DA
(209,224,218)
#E0EAE4
(224,234,228)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59908A color. Also use rgb(89,144,138) instead hex code.

Text Font Color

.myTextColor { color: #59908A; }

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

This text font color is #59908A.


Background Color

.myBgColor { background-color: #59908A; }

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

This div background color is #59908A.


Border color

.myBorderColor { border: 1px solid #59908A; }

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

This div border color is #59908A.


Opacity

.myOpacity80 { color: #59908A; opacity: 0.8; }

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

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

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

This text has shadow with #59908A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59908A on black background.


Color preview on white background

This text has color #59908A on white background.



Black color preview on #59908A background

This text has black color on #59908A background.


White color preview on #59908A background

This text has white color on #59908A background.