COLOR #587220

HEX: #587220
RGB: (88,114,32)

Color info

#587220 contains mainly red and green colors. Web safe color of #587220 is #666633 (or #663).

RGB color model

#587220 color RGB value is (88,114,32).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 32 of 255 = 13%

88
114
32

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

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 32 = 234 (100%)
R 88 of 234 ~ 37.61%
G 114 of 234 ~ 48.72%
B 32 of 234 ~ 13.68%

%37.61
%48.72
%13.68

CMYK color model

#587220 color CMYK value is (23,0,72,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 71.93%
  • key color value is 55.29%
CMYK:
(23,0,72,55)
C23M0Y72K55 
(23%,0%,72%,55%)
(0.23/0.00/0.72/0.55)	

CMYK percentages

%22.81
%0
%71.93
%55.29

Codes

Color #587220 in popluar color models

587220
RGB8811432
HSL79°56.16%28.63%
HSB/HSV79°71.93%44.71%
CMYK22.81%0.00%71.93%
55.29%

Color #587220 in popluar number systems.

HEX587220
Decimal8811432
Binary10110001110010100000
Octal13016240

Shades and tints

Shades of #587220

#587220
(88,114,32)
#50681E
(80,104,30)
#485E1C
(72,94,28)
#40541A
(64,84,26)
#384A18
(56,74,24)
#304016
(48,64,22)
#283614
(40,54,20)
#202C12
(32,44,18)
#182210
(24,34,16)
#10180E
(16,24,14)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #587220

#587220
(88,114,32)
#677E34
(103,126,52)
#768A48
(118,138,72)
#85965C
(133,150,92)
#94A270
(148,162,112)
#A3AE84
(163,174,132)
#B2BA98
(178,186,152)
#C1C6AC
(193,198,172)
#D0D2C0
(208,210,192)
#DFDED4
(223,222,212)
#EEEAE8
(238,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587220; }

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

This text font color is #587220.


Background Color

.myBgColor { background-color: #587220; }

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

This div background color is #587220.


Border color

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

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

This div border color is #587220.


Opacity

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

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

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

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

This text has shadow with #587220 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587220 on black background.


Color preview on white background

This text has color #587220 on white background.



Black color preview on #587220 background

This text has black color on #587220 background.


White color preview on #587220 background

This text has white color on #587220 background.