COLOR #598074

HEX: #598074
RGB: (89,128,116)

Color info

#598074 contains red, green and blue colors in about the same proportion. Web safe color of #598074 is #666666 (or #666).

RGB color model

#598074 color RGB value is (89,128,116).

  • red value is 89;
  • green value is 128;
  • blue value is 116.
RGB:
(89,128,116)
(35%,50%,45%)

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 116 of 255 = 45%

89
128
116

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

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 116 = 333 (100%)
R 89 of 333 ~ 26.73%
G 128 of 333 ~ 38.44%
B 116 of 333 ~ 34.83%

%26.73
%38.44
%34.83

CMYK color model

#598074 color CMYK value is (30,0,9,50).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 9.38%
  • key color value is 49.80%
CMYK:
(30,0,9,50)
C30M0Y9K50 
(30%,0%,9%,50%)
(0.30/0.00/0.09/0.50)	

CMYK percentages

%30.47
%0
%9.38
%49.8

Codes

Color #598074 in popluar color models

598074
RGB89128116
HSL162°17.97%42.55%
HSB/HSV162°30.47%50.20%
CMYK30.47%0.00%9.38%
49.80%

Color #598074 in popluar number systems.

HEX598074
Decimal89128116
Binary1011001100000001110100
Octal131200164

Shades and tints

Shades of #598074

#598074
(89,128,116)
#51756A
(81,117,106)
#496A60
(73,106,96)
#415F56
(65,95,86)
#39544C
(57,84,76)
#314942
(49,73,66)
#293E38
(41,62,56)
#21332E
(33,51,46)
#192824
(25,40,36)
#111D1A
(17,29,26)
#091210
(9,18,16)
#000000
(0,0,0)

Tints of #598074

#598074
(89,128,116)
#688B80
(104,139,128)
#77968C
(119,150,140)
#86A198
(134,161,152)
#95ACA4
(149,172,164)
#A4B7B0
(164,183,176)
#B3C2BC
(179,194,188)
#C2CDC8
(194,205,200)
#D1D8D4
(209,216,212)
#E0E3E0
(224,227,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598074 color. Also use rgb(89,128,116) instead hex code.

Text Font Color

.myTextColor { color: #598074; }

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

This text font color is #598074.


Background Color

.myBgColor { background-color: #598074; }

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

This div background color is #598074.


Border color

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

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

This div border color is #598074.


Opacity

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

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

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

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

This text has shadow with #598074 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598074 on black background.


Color preview on white background

This text has color #598074 on white background.



Black color preview on #598074 background

This text has black color on #598074 background.


White color preview on #598074 background

This text has white color on #598074 background.