COLOR #598474

HEX: #598474
RGB: (89,132,116)

Color info

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

RGB color model

#598474 color RGB value is (89,132,116).

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

RGB channels and saturation

R 89 of 255 = 35%
G 132 of 255 = 52%
B 116 of 255 = 45%

89
132
116

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

Portions of RGB colors in percentages

R + G + B =
89 + 132 + 116 = 337 (100%)
R 89 of 337 ~ 26.41%
G 132 of 337 ~ 39.17%
B 116 of 337 ~ 34.42%

%26.41
%39.17
%34.42

CMYK color model

#598474 color CMYK value is (33,0,12,48).

  • cyan value is 32.58%
  • magenta value is 0.00%
  • yellow value is 12.12%
  • key color value is 48.24%
CMYK:
(33,0,12,48)
C33M0Y12K48 
(33%,0%,12%,48%)
(0.33/0.00/0.12/0.48)	

CMYK percentages

%32.58
%0
%12.12
%48.24

Codes

Color #598474 in popluar color models

598474
RGB89132116
HSL158°19.46%43.33%
HSB/HSV158°32.58%51.76%
CMYK32.58%0.00%12.12%
48.24%

Color #598474 in popluar number systems.

HEX598474
Decimal89132116
Binary1011001100001001110100
Octal131204164

Shades and tints

Shades of #598474

#598474
(89,132,116)
#51786A
(81,120,106)
#496C60
(73,108,96)
#416056
(65,96,86)
#39544C
(57,84,76)
#314842
(49,72,66)
#293C38
(41,60,56)
#21302E
(33,48,46)
#192424
(25,36,36)
#11181A
(17,24,26)
#090C10
(9,12,16)
#000000
(0,0,0)

Tints of #598474

#598474
(89,132,116)
#688F80
(104,143,128)
#779A8C
(119,154,140)
#86A598
(134,165,152)
#95B0A4
(149,176,164)
#A4BBB0
(164,187,176)
#B3C6BC
(179,198,188)
#C2D1C8
(194,209,200)
#D1DCD4
(209,220,212)
#E0E7E0
(224,231,224)
#EFF2EC
(239,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598474; }

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

This text font color is #598474.


Background Color

.myBgColor { background-color: #598474; }

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

This div background color is #598474.


Border color

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

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

This div border color is #598474.


Opacity

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

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

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

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

This text has shadow with #598474 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598474 on black background.


Color preview on white background

This text has color #598474 on white background.



Black color preview on #598474 background

This text has black color on #598474 background.


White color preview on #598474 background

This text has white color on #598474 background.