COLOR #598230

HEX: #598230
RGB: (89,130,48)

Color info

#598230 contains mainly red and green colors. Web safe color of #598230 is #669933 (or #693).

RGB color model

#598230 color RGB value is (89,130,48).

  • red value is 89;
  • green value is 130;
  • blue value is 48.
RGB:
(89,130,48)
(35%,51%,19%)

RGB channels and saturation

R 89 of 255 = 35%
G 130 of 255 = 51%
B 48 of 255 = 19%

89
130
48

R + G + B ~ 35%. #598230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 130 + 48 = 267 (100%)
R 89 of 267 ~ 33.33%
G 130 of 267 ~ 48.69%
B 48 of 267 ~ 17.98%

%33.33
%48.69
%17.98

CMYK color model

#598230 color CMYK value is (32,0,63,49).

  • cyan value is 31.54%
  • magenta value is 0.00%
  • yellow value is 63.08%
  • key color value is 49.02%
CMYK:
(32,0,63,49)
C32M0Y63K49 
(32%,0%,63%,49%)
(0.32/0.00/0.63/0.49)	

CMYK percentages

%31.54
%0
%63.08
%49.02

Codes

Color #598230 in popluar color models

598230
RGB8913048
HSL90°46.07%34.90%
HSB/HSV90°63.08%50.98%
CMYK31.54%0.00%63.08%
49.02%

Color #598230 in popluar number systems.

HEX598230
Decimal8913048
Binary101100110000010110000
Octal13120260

Shades and tints

Shades of #598230

#598230
(89,130,48)
#51772C
(81,119,44)
#496C28
(73,108,40)
#416124
(65,97,36)
#395620
(57,86,32)
#314B1C
(49,75,28)
#294018
(41,64,24)
#213514
(33,53,20)
#192A10
(25,42,16)
#111F0C
(17,31,12)
#091408
(9,20,8)
#000000
(0,0,0)

Tints of #598230

#598230
(89,130,48)
#688D42
(104,141,66)
#779854
(119,152,84)
#86A366
(134,163,102)
#95AE78
(149,174,120)
#A4B98A
(164,185,138)
#B3C49C
(179,196,156)
#C2CFAE
(194,207,174)
#D1DAC0
(209,218,192)
#E0E5D2
(224,229,210)
#EFF0E4
(239,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598230 color. Also use rgb(89,130,48) instead hex code.

Text Font Color

.myTextColor { color: #598230; }

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

This text font color is #598230.


Background Color

.myBgColor { background-color: #598230; }

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

This div background color is #598230.


Border color

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

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

This div border color is #598230.


Opacity

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

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

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

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

This text has shadow with #598230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598230 on black background.


Color preview on white background

This text has color #598230 on white background.



Black color preview on #598230 background

This text has black color on #598230 background.


White color preview on #598230 background

This text has white color on #598230 background.