COLOR #598B7E

HEX: #598B7E RGB: (89,139,126)

Color info

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

RGB color model

#598B7E color RGB value is (89,139,126).

RGB: (89,139,126) (35%, 55%, 49%)

RGB channels and saturation

R 89 of 255 = 35%
G 139 of 255 = 55%
B 126 of 255 = 49%

89
139
126

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

Portions of RGB colors in percentages

R + G + B = 89 + 139 + 126 = 354 (100%)
R 89 of 354 ~ 25.14%
G 139 of 354 ~ 39.27%
B 126 of 354 ~ 35.59'%

%25.14
%39.27
%35.59

CMYK color model

#598B7E color CMYK value is (36,0,9,45).

  • cyan value is 35.97%
  • magenta value is 0.00%
  • yellow value is 9.35%
  • key color value is 45.49%
CMYK: (36,0,9,45) C36M0Y9K45 (36%,0%,9%,45%) (0.36/0.00/0.09/0.45) 

CMYK percentages

%35.97
%0
%9.35
%45.49

Codes

Color #598B7E in popluar color models

59 8B 7E
RGB 89 139 126
HSL 164° 21.93% 44.71%
HSB/HSV 164° 35.97% 54.51%
CMYK 35.97% 0.00% 9.35%
45.49%

Color #598B7E in popluar number systems.

HEX 59 8B 7E
Decimal 89 139 126
Binary 1011001 10001011 1111110
Octal 131 213 176

Shades and tints

Shades of #598B7E

#598B7E
(89,139,126)
#517F73
(81,127,115)
#497368
(73,115,104)
#41675D
(65,103,93)
#395B52
(57,91,82)
#314F47
(49,79,71)
#29433C
(41,67,60)
#213731
(33,55,49)
#192B26
(25,43,38)
#111F1B
(17,31,27)
#091310
(9,19,16)
#000000
(0,0,0)

Tints of #598B7E

#598B7E
(89,139,126)
#689589
(104,149,137)
#779F94
(119,159,148)
#86A99F
(134,169,159)
#95B3AA
(149,179,170)
#A4BDB5
(164,189,181)
#B3C7C0
(179,199,192)
#C2D1CB
(194,209,203)
#D1DBD6
(209,219,214)
#E0E5E1
(224,229,225)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598B7E; }

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

This text font color is #598B7E.

Background Color

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

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

This div background color is #598B7E.

Border color

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

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

This div border color is #598B7E.

Opacity

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

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

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

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

This text has shadow with #598B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #598B7E.

Preview

Color preview on black background

This text has color #598B7E on black background.


Color preview on white background

This text has color #598B7E on white background.


Black color preview on #598B7E background

This text has black color on #598B7E background.


White color preview on #598B7E background

This text has white color on #598B7E background.


Related colors

Complementary color

Complementary color for #hex is #A67481.


I love getcolorcode.com

Triadic colors

1 #7E598B and #8B7E59 with #598B7E are triadic colors.

2 #7E8B59 and #8B597E with #598B7E are triadic colors.