COLOR #598C7B

HEX: #598C7B
RGB: (89,140,123)

Color info

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

RGB color model

#598C7B color RGB value is (89,140,123).

  • red value is 89;
  • green value is 140;
  • blue value is 123.
RGB:
(89,140,123)
(35%,55%,48%)

RGB channels and saturation

R 89 of 255 = 35%
G 140 of 255 = 55%
B 123 of 255 = 48%

89
140
123

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

Portions of RGB colors in percentages

R + G + B =
89 + 140 + 123 = 352 (100%)
R 89 of 352 ~ 25.28%
G 140 of 352 ~ 39.77%
B 123 of 352 ~ 34.94%

%25.28
%39.77
%34.94

CMYK color model

#598C7B color CMYK value is (36,0,12,45).

  • cyan value is 36.43%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 45.10%
CMYK:
(36,0,12,45)
C36M0Y12K45 
(36%,0%,12%,45%)
(0.36/0.00/0.12/0.45)	

CMYK percentages

%36.43
%0
%12.14
%45.1

Codes

Color #598C7B in popluar color models

598C7B
RGB89140123
HSL160°22.27%44.90%
HSB/HSV160°36.43%54.90%
CMYK36.43%0.00%12.14%
45.10%

Color #598C7B in popluar number systems.

HEX598C7B
Decimal89140123
Binary1011001100011001111011
Octal131214173

Shades and tints

Shades of #598C7B

#598C7B
(89,140,123)
#518070
(81,128,112)
#497465
(73,116,101)
#41685A
(65,104,90)
#395C4F
(57,92,79)
#315044
(49,80,68)
#294439
(41,68,57)
#21382E
(33,56,46)
#192C23
(25,44,35)
#112018
(17,32,24)
#09140D
(9,20,13)
#000000
(0,0,0)

Tints of #598C7B

#598C7B
(89,140,123)
#689687
(104,150,135)
#77A093
(119,160,147)
#86AA9F
(134,170,159)
#95B4AB
(149,180,171)
#A4BEB7
(164,190,183)
#B3C8C3
(179,200,195)
#C2D2CF
(194,210,207)
#D1DCDB
(209,220,219)
#E0E6E7
(224,230,231)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598C7B; }

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

This text font color is #598C7B.


Background Color

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

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

This div background color is #598C7B.


Border color

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

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

This div border color is #598C7B.


Opacity

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

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

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

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

This text has shadow with #598C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598C7B on black background.


Color preview on white background

This text has color #598C7B on white background.



Black color preview on #598C7B background

This text has black color on #598C7B background.


White color preview on #598C7B background

This text has white color on #598C7B background.