COLOR #598E7A

HEX: #598E7A
RGB: (89,142,122)

Color info

#598E7A contains red, green and blue colors in about the same proportion. Web safe color of #598E7A is #669966 (or #696).

RGB color model

#598E7A color RGB value is (89,142,122).

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

RGB channels and saturation

R 89 of 255 = 35%
G 142 of 255 = 56%
B 122 of 255 = 48%

89
142
122

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

Portions of RGB colors in percentages

R + G + B =
89 + 142 + 122 = 353 (100%)
R 89 of 353 ~ 25.21%
G 142 of 353 ~ 40.23%
B 122 of 353 ~ 34.56%

%25.21
%40.23
%34.56

CMYK color model

#598E7A color CMYK value is (37,0,14,44).

  • cyan value is 37.32%
  • magenta value is 0.00%
  • yellow value is 14.08%
  • key color value is 44.31%
CMYK:
(37,0,14,44)
C37M0Y14K44 
(37%,0%,14%,44%)
(0.37/0.00/0.14/0.44)	

CMYK percentages

%37.32
%0
%14.08
%44.31

Codes

Color #598E7A in popluar color models

598E7A
RGB89142122
HSL157°22.94%45.29%
HSB/HSV157°37.32%55.69%
CMYK37.32%0.00%14.08%
44.31%

Color #598E7A in popluar number systems.

HEX598E7A
Decimal89142122
Binary1011001100011101111010
Octal131216172

Shades and tints

Shades of #598E7A

#598E7A
(89,142,122)
#51826F
(81,130,111)
#497664
(73,118,100)
#416A59
(65,106,89)
#395E4E
(57,94,78)
#315243
(49,82,67)
#294638
(41,70,56)
#213A2D
(33,58,45)
#192E22
(25,46,34)
#112217
(17,34,23)
#09160C
(9,22,12)
#000000
(0,0,0)

Tints of #598E7A

#598E7A
(89,142,122)
#689886
(104,152,134)
#77A292
(119,162,146)
#86AC9E
(134,172,158)
#95B6AA
(149,182,170)
#A4C0B6
(164,192,182)
#B3CAC2
(179,202,194)
#C2D4CE
(194,212,206)
#D1DEDA
(209,222,218)
#E0E8E6
(224,232,230)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598E7A; }

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

This text font color is #598E7A.


Background Color

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

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

This div background color is #598E7A.


Border color

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

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

This div border color is #598E7A.


Opacity

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

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

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

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

This text has shadow with #598E7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598E7A on black background.


Color preview on white background

This text has color #598E7A on white background.



Black color preview on #598E7A background

This text has black color on #598E7A background.


White color preview on #598E7A background

This text has white color on #598E7A background.