COLOR #587F04

HEX: #587F04
RGB: (88,127,4)

Color info

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

RGB color model

#587F04 color RGB value is (88,127,4).

  • red value is 88;
  • green value is 127;
  • blue value is 4.
RGB:
(88,127,4)
(35%,50%,2%)

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 4 of 255 = 2%

88
127
4

R + G + B ~ 29%. #587F04 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 127 + 4 = 219 (100%)
R 88 of 219 ~ 40.18%
G 127 of 219 ~ 57.99%
B 4 of 219 ~ 1.83%

%40.18
%57.99

CMYK color model

#587F04 color CMYK value is (31,0,97,50).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 96.85%
  • key color value is 50.20%
CMYK:
(31,0,97,50)
C31M0Y97K50 
(31%,0%,97%,50%)
(0.31/0.00/0.97/0.50)	

CMYK percentages

%30.71
%0
%96.85
%50.2

Codes

Color #587F04 in popluar color models

587F04
RGB881274
HSL79°93.89%25.69%
HSB/HSV79°96.85%49.80%
CMYK30.71%0.00%96.85%
50.20%

Color #587F04 in popluar number systems.

HEX587F04
Decimal881274
Binary10110001111111100
Octal1301774

Shades and tints

Shades of #587F04

#587F04
(88,127,4)
#507404
(80,116,4)
#486904
(72,105,4)
#405E04
(64,94,4)
#385304
(56,83,4)
#304804
(48,72,4)
#283D04
(40,61,4)
#203204
(32,50,4)
#182704
(24,39,4)
#101C04
(16,28,4)
#081104
(8,17,4)
#000000
(0,0,0)

Tints of #587F04

#587F04
(88,127,4)
#678A1A
(103,138,26)
#769530
(118,149,48)
#85A046
(133,160,70)
#94AB5C
(148,171,92)
#A3B672
(163,182,114)
#B2C188
(178,193,136)
#C1CC9E
(193,204,158)
#D0D7B4
(208,215,180)
#DFE2CA
(223,226,202)
#EEEDE0
(238,237,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587F04 color. Also use rgb(88,127,4) instead hex code.

Text Font Color

.myTextColor { color: #587F04; }

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

This text font color is #587F04.


Background Color

.myBgColor { background-color: #587F04; }

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

This div background color is #587F04.


Border color

.myBorderColor { border: 1px solid #587F04; }

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

This div border color is #587F04.


Opacity

.myOpacity80 { color: #587F04; opacity: 0.8; }

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

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

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

This text has shadow with #587F04 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587F04 on black background.


Color preview on white background

This text has color #587F04 on white background.



Black color preview on #587F04 background

This text has black color on #587F04 background.


White color preview on #587F04 background

This text has white color on #587F04 background.