COLOR #598E8A

HEX: #598E8A
RGB: (89,142,138)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
142
138

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

Portions of RGB colors in percentages

R + G + B =
89 + 142 + 138 = 369 (100%)
R 89 of 369 ~ 24.12%
G 142 of 369 ~ 38.48%
B 138 of 369 ~ 37.4%

%24.12
%38.48
%37.4

CMYK color model

#598E8A color CMYK value is (37,0,3,44).

  • cyan value is 37.32%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 44.31%
CMYK:
(37,0,3,44)
C37M0Y3K44 
(37%,0%,3%,44%)
(0.37/0.00/0.03/0.44)	

CMYK percentages

%37.32
%0
%2.82
%44.31

Codes

Color #598E8A in popluar color models

598E8A
RGB89142138
HSL175°22.94%45.29%
HSB/HSV175°37.32%55.69%
CMYK37.32%0.00%2.82%
44.31%

Color #598E8A in popluar number systems.

HEX598E8A
Decimal89142138
Binary10110011000111010001010
Octal131216212

Shades and tints

Shades of #598E8A

#598E8A
(89,142,138)
#51827E
(81,130,126)
#497672
(73,118,114)
#416A66
(65,106,102)
#395E5A
(57,94,90)
#31524E
(49,82,78)
#294642
(41,70,66)
#213A36
(33,58,54)
#192E2A
(25,46,42)
#11221E
(17,34,30)
#091612
(9,22,18)
#000000
(0,0,0)

Tints of #598E8A

#598E8A
(89,142,138)
#689894
(104,152,148)
#77A29E
(119,162,158)
#86ACA8
(134,172,168)
#95B6B2
(149,182,178)
#A4C0BC
(164,192,188)
#B3CAC6
(179,202,198)
#C2D4D0
(194,212,208)
#D1DEDA
(209,222,218)
#E0E8E4
(224,232,228)
#EFF2EE
(239,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598E8A; }

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

This text font color is #598E8A.


Background Color

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

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

This div background color is #598E8A.


Border color

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

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

This div border color is #598E8A.


Opacity

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

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

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

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

This text has shadow with #598E8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598E8A on black background.


Color preview on white background

This text has color #598E8A on white background.



Black color preview on #598E8A background

This text has black color on #598E8A background.


White color preview on #598E8A background

This text has white color on #598E8A background.