COLOR #598E8E

HEX: #598E8E
RGB: (89,142,142)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

89
142
142

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

Portions of RGB colors in percentages

R + G + B =
89 + 142 + 142 = 373 (100%)
R 89 of 373 ~ 23.86%
G 142 of 373 ~ 38.07%
B 142 of 373 ~ 38.07%

%23.86
%38.07
%38.07

CMYK color model

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

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

CMYK percentages

%37.32
%0
%0
%44.31

Codes

Color #598E8E in popluar color models

598E8E
RGB89142142
HSL180°22.94%45.29%
HSB/HSV180°37.32%55.69%
CMYK37.32%0.00%0.00%
44.31%

Color #598E8E in popluar number systems.

HEX598E8E
Decimal89142142
Binary10110011000111010001110
Octal131216216

Shades and tints

Shades of #598E8E

#598E8E
(89,142,142)
#518282
(81,130,130)
#497676
(73,118,118)
#416A6A
(65,106,106)
#395E5E
(57,94,94)
#315252
(49,82,82)
#294646
(41,70,70)
#213A3A
(33,58,58)
#192E2E
(25,46,46)
#112222
(17,34,34)
#091616
(9,22,22)
#000000
(0,0,0)

Tints of #598E8E

#598E8E
(89,142,142)
#689898
(104,152,152)
#77A2A2
(119,162,162)
#86ACAC
(134,172,172)
#95B6B6
(149,182,182)
#A4C0C0
(164,192,192)
#B3CACA
(179,202,202)
#C2D4D4
(194,212,212)
#D1DEDE
(209,222,222)
#E0E8E8
(224,232,232)
#EFF2F2
(239,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598E8E; }

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

This text font color is #598E8E.


Background Color

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

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

This div background color is #598E8E.


Border color

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

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

This div border color is #598E8E.


Opacity

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

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

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

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

This text has shadow with #598E8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598E8E on black background.


Color preview on white background

This text has color #598E8E on white background.



Black color preview on #598E8E background

This text has black color on #598E8E background.


White color preview on #598E8E background

This text has white color on #598E8E background.