COLOR #598F7A

HEX: #598F7A
RGB: (89,143,122)

Color info

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

RGB color model

#598F7A color RGB value is (89,143,122).

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

RGB channels and saturation

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

89
143
122

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

Portions of RGB colors in percentages

R + G + B =
89 + 143 + 122 = 354 (100%)
R 89 of 354 ~ 25.14%
G 143 of 354 ~ 40.4%
B 122 of 354 ~ 34.46%

%25.14
%40.4
%34.46

CMYK color model

#598F7A color CMYK value is (38,0,15,44).

  • cyan value is 37.76%
  • magenta value is 0.00%
  • yellow value is 14.69%
  • key color value is 43.92%
CMYK:
(38,0,15,44)
C38M0Y15K44 
(38%,0%,15%,44%)
(0.38/0.00/0.15/0.44)	

CMYK percentages

%37.76
%0
%14.69
%43.92

Codes

Color #598F7A in popluar color models

598F7A
RGB89143122
HSL157°23.28%45.49%
HSB/HSV157°37.76%56.08%
CMYK37.76%0.00%14.69%
43.92%

Color #598F7A in popluar number systems.

HEX598F7A
Decimal89143122
Binary1011001100011111111010
Octal131217172

Shades and tints

Shades of #598F7A

#598F7A
(89,143,122)
#51826F
(81,130,111)
#497564
(73,117,100)
#416859
(65,104,89)
#395B4E
(57,91,78)
#314E43
(49,78,67)
#294138
(41,65,56)
#21342D
(33,52,45)
#192722
(25,39,34)
#111A17
(17,26,23)
#090D0C
(9,13,12)
#000000
(0,0,0)

Tints of #598F7A

#598F7A
(89,143,122)
#689986
(104,153,134)
#77A392
(119,163,146)
#86AD9E
(134,173,158)
#95B7AA
(149,183,170)
#A4C1B6
(164,193,182)
#B3CBC2
(179,203,194)
#C2D5CE
(194,213,206)
#D1DFDA
(209,223,218)
#E0E9E6
(224,233,230)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598F7A; }

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

This text font color is #598F7A.


Background Color

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

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

This div background color is #598F7A.


Border color

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

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

This div border color is #598F7A.


Opacity

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

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

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

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

This text has shadow with #598F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598F7A on black background.


Color preview on white background

This text has color #598F7A on white background.



Black color preview on #598F7A background

This text has black color on #598F7A background.


White color preview on #598F7A background

This text has white color on #598F7A background.