COLOR #598071

HEX: #598071
RGB: (89,128,113)

Color info

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

RGB color model

#598071 color RGB value is (89,128,113).

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

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 113 of 255 = 44%

89
128
113

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

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 113 = 330 (100%)
R 89 of 330 ~ 26.97%
G 128 of 330 ~ 38.79%
B 113 of 330 ~ 34.24%

%26.97
%38.79
%34.24

CMYK color model

#598071 color CMYK value is (30,0,12,50).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 11.72%
  • key color value is 49.80%
CMYK:
(30,0,12,50)
C30M0Y12K50 
(30%,0%,12%,50%)
(0.30/0.00/0.12/0.50)	

CMYK percentages

%30.47
%0
%11.72
%49.8

Codes

Color #598071 in popluar color models

598071
RGB89128113
HSL157°17.97%42.55%
HSB/HSV157°30.47%50.20%
CMYK30.47%0.00%11.72%
49.80%

Color #598071 in popluar number systems.

HEX598071
Decimal89128113
Binary1011001100000001110001
Octal131200161

Shades and tints

Shades of #598071

#598071
(89,128,113)
#517567
(81,117,103)
#496A5D
(73,106,93)
#415F53
(65,95,83)
#395449
(57,84,73)
#31493F
(49,73,63)
#293E35
(41,62,53)
#21332B
(33,51,43)
#192821
(25,40,33)
#111D17
(17,29,23)
#09120D
(9,18,13)
#000000
(0,0,0)

Tints of #598071

#598071
(89,128,113)
#688B7D
(104,139,125)
#779689
(119,150,137)
#86A195
(134,161,149)
#95ACA1
(149,172,161)
#A4B7AD
(164,183,173)
#B3C2B9
(179,194,185)
#C2CDC5
(194,205,197)
#D1D8D1
(209,216,209)
#E0E3DD
(224,227,221)
#EFEEE9
(239,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598071; }

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

This text font color is #598071.


Background Color

.myBgColor { background-color: #598071; }

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

This div background color is #598071.


Border color

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

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

This div border color is #598071.


Opacity

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

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

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

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

This text has shadow with #598071 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598071 on black background.


Color preview on white background

This text has color #598071 on white background.



Black color preview on #598071 background

This text has black color on #598071 background.


White color preview on #598071 background

This text has white color on #598071 background.