COLOR #598014

HEX: #598014
RGB: (89,128,20)

Color info

#598014 contains mainly red and green colors. Web safe color of #598014 is #666600 (or #660).

RGB color model

#598014 color RGB value is (89,128,20).

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

RGB channels and saturation

R 89 of 255 = 35%
G 128 of 255 = 50%
B 20 of 255 = 8%

89
128
20

R + G + B ~ 31%. #598014 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 128 + 20 = 237 (100%)
R 89 of 237 ~ 37.55%
G 128 of 237 ~ 54.01%
B 20 of 237 ~ 8.44%

%37.55
%54.01

CMYK color model

#598014 color CMYK value is (30,0,84,50).

  • cyan value is 30.47%
  • magenta value is 0.00%
  • yellow value is 84.38%
  • key color value is 49.80%
CMYK:
(30,0,84,50)
C30M0Y84K50 
(30%,0%,84%,50%)
(0.30/0.00/0.84/0.50)	

CMYK percentages

%30.47
%0
%84.38
%49.8

Codes

Color #598014 in popluar color models

598014
RGB8912820
HSL82°72.97%29.02%
HSB/HSV82°84.38%50.20%
CMYK30.47%0.00%84.38%
49.80%

Color #598014 in popluar number systems.

HEX598014
Decimal8912820
Binary10110011000000010100
Octal13120024

Shades and tints

Shades of #598014

#598014
(89,128,20)
#517513
(81,117,19)
#496A12
(73,106,18)
#415F11
(65,95,17)
#395410
(57,84,16)
#31490F
(49,73,15)
#293E0E
(41,62,14)
#21330D
(33,51,13)
#19280C
(25,40,12)
#111D0B
(17,29,11)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #598014

#598014
(89,128,20)
#688B29
(104,139,41)
#77963E
(119,150,62)
#86A153
(134,161,83)
#95AC68
(149,172,104)
#A4B77D
(164,183,125)
#B3C292
(179,194,146)
#C2CDA7
(194,205,167)
#D1D8BC
(209,216,188)
#E0E3D1
(224,227,209)
#EFEEE6
(239,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #598014; }

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

This text font color is #598014.


Background Color

.myBgColor { background-color: #598014; }

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

This div background color is #598014.


Border color

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

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

This div border color is #598014.


Opacity

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

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

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

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

This text has shadow with #598014 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598014 on black background.


Color preview on white background

This text has color #598014 on white background.



Black color preview on #598014 background

This text has black color on #598014 background.


White color preview on #598014 background

This text has white color on #598014 background.