COLOR #587942

HEX: #587942
RGB: (88,121,66)

Color info

#587942 contains red, green and blue colors in about the same proportion. Web safe color of #587942 is #666633 (or #663).

RGB color model

#587942 color RGB value is (88,121,66).

  • red value is 88;
  • green value is 121;
  • blue value is 66.
RGB:
(88,121,66)
(35%,47%,26%)

RGB channels and saturation

R 88 of 255 = 35%
G 121 of 255 = 47%
B 66 of 255 = 26%

88
121
66

R + G + B ~ 36%. #587942 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 121 + 66 = 275 (100%)
R 88 of 275 ~ 32%
G 121 of 275 ~ 44%
B 66 of 275 ~ 24%

%32
%44
%24

CMYK color model

#587942 color CMYK value is (27,0,45,53).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 45.45%
  • key color value is 52.55%
CMYK:
(27,0,45,53)
C27M0Y45K53 
(27%,0%,45%,53%)
(0.27/0.00/0.45/0.53)	

CMYK percentages

%27.27
%0
%45.45
%52.55

Codes

Color #587942 in popluar color models

587942
RGB8812166
HSL96°29.41%36.67%
HSB/HSV96°45.45%47.45%
CMYK27.27%0.00%45.45%
52.55%

Color #587942 in popluar number systems.

HEX587942
Decimal8812166
Binary101100011110011000010
Octal130171102

Shades and tints

Shades of #587942

#587942
(88,121,66)
#506E3C
(80,110,60)
#486336
(72,99,54)
#405830
(64,88,48)
#384D2A
(56,77,42)
#304224
(48,66,36)
#28371E
(40,55,30)
#202C18
(32,44,24)
#182112
(24,33,18)
#10160C
(16,22,12)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #587942

#587942
(88,121,66)
#678553
(103,133,83)
#769164
(118,145,100)
#859D75
(133,157,117)
#94A986
(148,169,134)
#A3B597
(163,181,151)
#B2C1A8
(178,193,168)
#C1CDB9
(193,205,185)
#D0D9CA
(208,217,202)
#DFE5DB
(223,229,219)
#EEF1EC
(238,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587942 color. Also use rgb(88,121,66) instead hex code.

Text Font Color

.myTextColor { color: #587942; }

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

This text font color is #587942.


Background Color

.myBgColor { background-color: #587942; }

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

This div background color is #587942.


Border color

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

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

This div border color is #587942.


Opacity

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

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

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

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

This text has shadow with #587942 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587942 on black background.


Color preview on white background

This text has color #587942 on white background.



Black color preview on #587942 background

This text has black color on #587942 background.


White color preview on #587942 background

This text has white color on #587942 background.