COLOR #598E95

HEX: #598E95
RGB: (89,142,149)

Color info

#598E95 contains mainly green and blue colors. Web safe color of #598E95 is #669999 (or #699).

RGB color model

#598E95 color RGB value is (89,142,149).

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

RGB channels and saturation

R 89 of 255 = 35%
G 142 of 255 = 56%
B 149 of 255 = 58%

89
142
149

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

Portions of RGB colors in percentages

R + G + B =
89 + 142 + 149 = 380 (100%)
R 89 of 380 ~ 23.42%
G 142 of 380 ~ 37.37%
B 149 of 380 ~ 39.21%

%23.42
%37.37
%39.21

CMYK color model

#598E95 color CMYK value is (40,5,0,42).

  • cyan value is 40.27%
  • magenta value is 4.70%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(40,5,0,42)
C40M5Y0K42 
(40%,5%,0%,42%)
(0.40/0.05/0.00/0.42)	

CMYK percentages

%40.27
%4.7
%0
%41.57

Codes

Color #598E95 in popluar color models

598E95
RGB89142149
HSL187°25.21%46.67%
HSB/HSV187°40.27%58.43%
CMYK40.27%4.70%0.00%
41.57%

Color #598E95 in popluar number systems.

HEX598E95
Decimal89142149
Binary10110011000111010010101
Octal131216225

Shades and tints

Shades of #598E95

#598E95
(89,142,149)
#518288
(81,130,136)
#49767B
(73,118,123)
#416A6E
(65,106,110)
#395E61
(57,94,97)
#315254
(49,82,84)
#294647
(41,70,71)
#213A3A
(33,58,58)
#192E2D
(25,46,45)
#112220
(17,34,32)
#091613
(9,22,19)
#000000
(0,0,0)

Tints of #598E95

#598E95
(89,142,149)
#68989E
(104,152,158)
#77A2A7
(119,162,167)
#86ACB0
(134,172,176)
#95B6B9
(149,182,185)
#A4C0C2
(164,192,194)
#B3CACB
(179,202,203)
#C2D4D4
(194,212,212)
#D1DEDD
(209,222,221)
#E0E8E6
(224,232,230)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598E95; }

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

This text font color is #598E95.


Background Color

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

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

This div background color is #598E95.


Border color

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

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

This div border color is #598E95.


Opacity

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

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

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

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

This text has shadow with #598E95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598E95 on black background.


Color preview on white background

This text has color #598E95 on white background.



Black color preview on #598E95 background

This text has black color on #598E95 background.


White color preview on #598E95 background

This text has white color on #598E95 background.