COLOR #587200

HEX: #587200
RGB: (88,114,0)

Color info

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

RGB color model

#587200 color RGB value is (88,114,0).

  • red value is 88;
  • green value is 114;
  • blue value is 0.
RGB:
(88,114,0)
(35%,45%,0%)

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 0 of 255 = 0%

88
114
0

R + G + B ~ 27%. #587200 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 0 = 202 (100%)
R 88 of 202 ~ 43.56%
G 114 of 202 ~ 56.44%
B 0 of 202 ~ 0%

%43.56
%56.44

CMYK color model

#587200 color CMYK value is (23,0,100,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 55.29%
CMYK:
(23,0,100,55)
C23M0Y100K55 
(23%,0%,100%,55%)
(0.23/0.00/1.00/0.55)	

CMYK percentages

%22.81
%0
%100
%55.29

Codes

Color #587200 in popluar color models

587200
RGB881140
HSL74°100.00%22.35%
HSB/HSV74°100.00%44.71%
CMYK22.81%0.00%100.00%
55.29%

Color #587200 in popluar number systems.

HEX587200
Decimal881140
Binary101100011100100
Octal1301620

Shades and tints

Shades of #587200

#587200
(88,114,0)
#506800
(80,104,0)
#485E00
(72,94,0)
#405400
(64,84,0)
#384A00
(56,74,0)
#304000
(48,64,0)
#283600
(40,54,0)
#202C00
(32,44,0)
#182200
(24,34,0)
#101800
(16,24,0)
#080E00
(8,14,0)
#000000
(0,0,0)

Tints of #587200

#587200
(88,114,0)
#677E17
(103,126,23)
#768A2E
(118,138,46)
#859645
(133,150,69)
#94A25C
(148,162,92)
#A3AE73
(163,174,115)
#B2BA8A
(178,186,138)
#C1C6A1
(193,198,161)
#D0D2B8
(208,210,184)
#DFDECF
(223,222,207)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587200 color. Also use rgb(88,114,0) instead hex code.

Text Font Color

.myTextColor { color: #587200; }

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

This text font color is #587200.


Background Color

.myBgColor { background-color: #587200; }

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

This div background color is #587200.


Border color

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

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

This div border color is #587200.


Opacity

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

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

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

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

This text has shadow with #587200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587200 on black background.


Color preview on white background

This text has color #587200 on white background.



Black color preview on #587200 background

This text has black color on #587200 background.


White color preview on #587200 background

This text has white color on #587200 background.