COLOR #598985

HEX: #598985
RGB: (89,137,133)

Color info

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

RGB color model

#598985 color RGB value is (89,137,133).

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

RGB channels and saturation

R 89 of 255 = 35%
G 137 of 255 = 54%
B 133 of 255 = 52%

89
137
133

R + G + B ~ 47%. #598985 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
89 + 137 + 133 = 359 (100%)
R 89 of 359 ~ 24.79%
G 137 of 359 ~ 38.16%
B 133 of 359 ~ 37.05%

%24.79
%38.16
%37.05

CMYK color model

#598985 color CMYK value is (35,0,3,46).

  • cyan value is 35.04%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 46.27%
CMYK:
(35,0,3,46)
C35M0Y3K46 
(35%,0%,3%,46%)
(0.35/0.00/0.03/0.46)	

CMYK percentages

%35.04
%0
%2.92
%46.27

Codes

Color #598985 in popluar color models

598985
RGB89137133
HSL175°21.24%44.31%
HSB/HSV175°35.04%53.73%
CMYK35.04%0.00%2.92%
46.27%

Color #598985 in popluar number systems.

HEX598985
Decimal89137133
Binary10110011000100110000101
Octal131211205

Shades and tints

Shades of #598985

#598985
(89,137,133)
#517D79
(81,125,121)
#49716D
(73,113,109)
#416561
(65,101,97)
#395955
(57,89,85)
#314D49
(49,77,73)
#29413D
(41,65,61)
#213531
(33,53,49)
#192925
(25,41,37)
#111D19
(17,29,25)
#09110D
(9,17,13)
#000000
(0,0,0)

Tints of #598985

#598985
(89,137,133)
#689390
(104,147,144)
#779D9B
(119,157,155)
#86A7A6
(134,167,166)
#95B1B1
(149,177,177)
#A4BBBC
(164,187,188)
#B3C5C7
(179,197,199)
#C2CFD2
(194,207,210)
#D1D9DD
(209,217,221)
#E0E3E8
(224,227,232)
#EFEDF3
(239,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598985 color. Also use rgb(89,137,133) instead hex code.

Text Font Color

.myTextColor { color: #598985; }

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

This text font color is #598985.


Background Color

.myBgColor { background-color: #598985; }

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

This div background color is #598985.


Border color

.myBorderColor { border: 1px solid #598985; }

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

This div border color is #598985.


Opacity

.myOpacity80 { color: #598985; opacity: 0.8; }

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

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

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

This text has shadow with #598985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598985 on black background.


Color preview on white background

This text has color #598985 on white background.



Black color preview on #598985 background

This text has black color on #598985 background.


White color preview on #598985 background

This text has white color on #598985 background.