COLOR #587F2A

HEX: #587F2A RGB: (88,127,42)

Color info

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

RGB color model

#587F2A color RGB value is (88,127,42).

RGB: (88,127,42) (35%, 50%, 16%)

RGB channels and saturation

R 88 of 255 = 35%
G 127 of 255 = 50%
B 42 of 255 = 16%

88
127
42

R + G + B ~ 34%. #587F2A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 88 + 127 + 42 = 257 (100%)
R 88 of 257 ~ 34.24%
G 127 of 257 ~ 49.42%
B 42 of 257 ~ 16.34'%

%34.24
%49.42
%16.34

CMYK color model

#587F2A color CMYK value is (31,0,67,50).

  • cyan value is 30.71%
  • magenta value is 0.00%
  • yellow value is 66.93%
  • key color value is 50.20%

CMYK: (31,0,67,50)
C31M0Y67K50 (31%, 0%, 67%, 50%)
(0.31 / 0.00 / 0.67 / 0.50)

CMYK percentages

%30.71
%0
%66.93
%50.2

Codes

Color #587F2A in popluar color models

58 7F 2A
RGB 88 127 42
HSL 88° 50.30% 33.14%
HSB/HSV 88° 66.93% 49.80%
CMYK 30.71% 0.00% 66.93%
50.20%

Color #587F2A in popluar number systems.

HEX 58 7F 2A
Decimal 88 127 42
Binary 1011000 1111111 101010
Octal 130 177 52

Shades and tints

Shades of #587F2A

#587F2A
(88,127,42)
#507427
(80,116,39)
#486924
(72,105,36)
#405E21
(64,94,33)
#38531E
(56,83,30)
#30481B
(48,72,27)
#283D18
(40,61,24)
#203215
(32,50,21)
#182712
(24,39,18)
#101C0F
(16,28,15)
#08110C
(8,17,12)
#000000
(0,0,0)

Tints of #587F2A

#587F2A
(88,127,42)
#678A3D
(103,138,61)
#769550
(118,149,80)
#85A063
(133,160,99)
#94AB76
(148,171,118)
#A3B689
(163,182,137)
#B2C19C
(178,193,156)
#C1CCAF
(193,204,175)
#D0D7C2
(208,215,194)
#DFE2D5
(223,226,213)
#EEEDE8
(238,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587F2A; }

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

This text font color is #587F2A.

Background Color

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

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

This div background color is #587F2A.

Border color

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

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

This div border color is #587F2A.

Opacity

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

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

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

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

This text has shadow with #587F2A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #587F2A.

Preview

Color preview on black background

This text has color #587F2A on black background.


Color preview on white background

This text has color #587F2A on white background.


Black color preview on #587F2A background

This text has black color on #587F2A background.


White color preview on #587F2A background

This text has white color on #587F2A background.


Related colors

Complementary color

Complementary color for #hex is #A780D5.


I love getcolorcode.com

Triadic colors

1 #2A587F and #7F2A58 with #587F2A are triadic colors.

2 #2A7F58 and #7F582A with #587F2A are triadic colors.