COLOR #598A01

HEX: #598A01
RGB: (89,138,1)

Color info

#598A01 contains mainly red and green colors. Web safe color of #598A01 is #669900 (or #690).

RGB color model

#598A01 color RGB value is (89,138,1).

  • red value is 89;
  • green value is 138;
  • blue value is 1.
RGB:
(89,138,1)
(35%,54%,0%)

RGB channels and saturation

R 89 of 255 = 35%
G 138 of 255 = 54%
B 1 of 255 = 0%

89
138
1

R + G + B ~ 30%. #598A01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
89 + 138 + 1 = 228 (100%)
R 89 of 228 ~ 39.04%
G 138 of 228 ~ 60.53%
B 1 of 228 ~ 0.44%

%39.04
%60.53

CMYK color model

#598A01 color CMYK value is (36,0,99,46).

  • cyan value is 35.51%
  • magenta value is 0.00%
  • yellow value is 99.28%
  • key color value is 45.88%
CMYK:
(36,0,99,46)
C36M0Y99K46 
(36%,0%,99%,46%)
(0.36/0.00/0.99/0.46)	

CMYK percentages

%35.51
%0
%99.28
%45.88

Codes

Color #598A01 in popluar color models

598A01
RGB891381
HSL81°98.56%27.25%
HSB/HSV81°99.28%54.12%
CMYK35.51%0.00%99.28%
45.88%

Color #598A01 in popluar number systems.

HEX598A01
Decimal891381
Binary1011001100010101
Octal1312121

Shades and tints

Shades of #598A01

#598A01
(89,138,1)
#517E01
(81,126,1)
#497201
(73,114,1)
#416601
(65,102,1)
#395A01
(57,90,1)
#314E01
(49,78,1)
#294201
(41,66,1)
#213601
(33,54,1)
#192A01
(25,42,1)
#111E01
(17,30,1)
#091201
(9,18,1)
#000000
(0,0,0)

Tints of #598A01

#598A01
(89,138,1)
#689418
(104,148,24)
#779E2F
(119,158,47)
#86A846
(134,168,70)
#95B25D
(149,178,93)
#A4BC74
(164,188,116)
#B3C68B
(179,198,139)
#C2D0A2
(194,208,162)
#D1DAB9
(209,218,185)
#E0E4D0
(224,228,208)
#EFEEE7
(239,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #598A01 color. Also use rgb(89,138,1) instead hex code.

Text Font Color

.myTextColor { color: #598A01; }

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

This text font color is #598A01.


Background Color

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

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

This div background color is #598A01.


Border color

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

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

This div border color is #598A01.


Opacity

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

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

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

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

This text has shadow with #598A01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #598A01 on black background.


Color preview on white background

This text has color #598A01 on white background.



Black color preview on #598A01 background

This text has black color on #598A01 background.


White color preview on #598A01 background

This text has white color on #598A01 background.