COLOR #598A8A

HEX: #598A8A
RGB: (89,138,138)

Color info

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

RGB color model

#598A8A color RGB value is (89,138,138).

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

RGB channels and saturation

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

89
138
138

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

Portions of RGB colors in percentages

R + G + B =
89 + 138 + 138 = 365 (100%)
R 89 of 365 ~ 24.38%
G 138 of 365 ~ 37.81%
B 138 of 365 ~ 37.81%

%24.38
%37.81
%37.81

CMYK color model

#598A8A color CMYK value is (36,0,0,46).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(36,0,0,46)
C36M0Y0K46 
(36%,0%,0%,46%)
(0.36/0.00/0.00/0.46)	

CMYK percentages

%35.51
%0
%0
%45.88

Codes

Color #598A8A in popluar color models

598A8A
RGB89138138
HSL180°21.59%44.51%
HSB/HSV180°35.51%54.12%
CMYK35.51%0.00%0.00%
45.88%

Color #598A8A in popluar number systems.

HEX598A8A
Decimal89138138
Binary10110011000101010001010
Octal131212212

Shades and tints

Shades of #598A8A

#598A8A
(89,138,138)
#517E7E
(81,126,126)
#497272
(73,114,114)
#416666
(65,102,102)
#395A5A
(57,90,90)
#314E4E
(49,78,78)
#294242
(41,66,66)
#213636
(33,54,54)
#192A2A
(25,42,42)
#111E1E
(17,30,30)
#091212
(9,18,18)
#000000
(0,0,0)

Tints of #598A8A

#598A8A
(89,138,138)
#689494
(104,148,148)
#779E9E
(119,158,158)
#86A8A8
(134,168,168)
#95B2B2
(149,178,178)
#A4BCBC
(164,188,188)
#B3C6C6
(179,198,198)
#C2D0D0
(194,208,208)
#D1DADA
(209,218,218)
#E0E4E4
(224,228,228)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598A8A; }

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

This text font color is #598A8A.


Background Color

.myBgColor { background-color: #598A8A; }

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

This div background color is #598A8A.


Border color

.myBorderColor { border: 1px solid #598A8A; }

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

This div border color is #598A8A.


Opacity

.myOpacity80 { color: #598A8A; opacity: 0.8; }

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

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

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

This text has shadow with #598A8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598A8A on black background.


Color preview on white background

This text has color #598A8A on white background.



Black color preview on #598A8A background

This text has black color on #598A8A background.


White color preview on #598A8A background

This text has white color on #598A8A background.