COLOR #598B52

HEX: #598B52
RGB: (89,139,82)

Color info

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

RGB color model

#598B52 color RGB value is (89,139,82).

  • red value is 89;
  • green value is 139;
  • blue value is 82.
RGB:
(89,139,82)
(35%,55%,32%)

RGB channels and saturation

R 89 of 255 = 35%
G 139 of 255 = 55%
B 82 of 255 = 32%

89
139
82

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

Portions of RGB colors in percentages

R + G + B =
89 + 139 + 82 = 310 (100%)
R 89 of 310 ~ 28.71%
G 139 of 310 ~ 44.84%
B 82 of 310 ~ 26.45%

%28.71
%44.84
%26.45

CMYK color model

#598B52 color CMYK value is (36,0,41,45).

  • cyan value is 35.97%
  • magenta value is 0.00%
  • yellow value is 41.01%
  • key color value is 45.49%
CMYK:
(36,0,41,45)
C36M0Y41K45 
(36%,0%,41%,45%)
(0.36/0.00/0.41/0.45)	

CMYK percentages

%35.97
%0
%41.01
%45.49

Codes

Color #598B52 in popluar color models

598B52
RGB8913982
HSL113°25.79%43.33%
HSB/HSV113°41.01%54.51%
CMYK35.97%0.00%41.01%
45.49%

Color #598B52 in popluar number systems.

HEX598B52
Decimal8913982
Binary1011001100010111010010
Octal131213122

Shades and tints

Shades of #598B52

#598B52
(89,139,82)
#517F4B
(81,127,75)
#497344
(73,115,68)
#41673D
(65,103,61)
#395B36
(57,91,54)
#314F2F
(49,79,47)
#294328
(41,67,40)
#213721
(33,55,33)
#192B1A
(25,43,26)
#111F13
(17,31,19)
#09130C
(9,19,12)
#000000
(0,0,0)

Tints of #598B52

#598B52
(89,139,82)
#689561
(104,149,97)
#779F70
(119,159,112)
#86A97F
(134,169,127)
#95B38E
(149,179,142)
#A4BD9D
(164,189,157)
#B3C7AC
(179,199,172)
#C2D1BB
(194,209,187)
#D1DBCA
(209,219,202)
#E0E5D9
(224,229,217)
#EFEFE8
(239,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598B52; }

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

This text font color is #598B52.


Background Color

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

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

This div background color is #598B52.


Border color

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

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

This div border color is #598B52.


Opacity

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

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

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

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

This text has shadow with #598B52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598B52 on black background.


Color preview on white background

This text has color #598B52 on white background.



Black color preview on #598B52 background

This text has black color on #598B52 background.


White color preview on #598B52 background

This text has white color on #598B52 background.