COLOR #587842

HEX: #587842
RGB: (88,120,66)

Color info

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

RGB color model

#587842 color RGB value is (88,120,66).

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

RGB channels and saturation

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

88
120
66

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

Portions of RGB colors in percentages

R + G + B =
88 + 120 + 66 = 274 (100%)
R 88 of 274 ~ 32.12%
G 120 of 274 ~ 43.8%
B 66 of 274 ~ 24.09%

%32.12
%43.8
%24.09

CMYK color model

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

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

CMYK percentages

%26.67
%0
%45
%52.94

Codes

Color #587842 in popluar color models

587842
RGB8812066
HSL96°29.03%36.47%
HSB/HSV96°45.00%47.06%
CMYK26.67%0.00%45.00%
52.94%

Color #587842 in popluar number systems.

HEX587842
Decimal8812066
Binary101100011110001000010
Octal130170102

Shades and tints

Shades of #587842

#587842
(88,120,66)
#506E3C
(80,110,60)
#486436
(72,100,54)
#405A30
(64,90,48)
#38502A
(56,80,42)
#304624
(48,70,36)
#283C1E
(40,60,30)
#203218
(32,50,24)
#182812
(24,40,18)
#101E0C
(16,30,12)
#081406
(8,20,6)
#000000
(0,0,0)

Tints of #587842

#587842
(88,120,66)
#678453
(103,132,83)
#769064
(118,144,100)
#859C75
(133,156,117)
#94A886
(148,168,134)
#A3B497
(163,180,151)
#B2C0A8
(178,192,168)
#C1CCB9
(193,204,185)
#D0D8CA
(208,216,202)
#DFE4DB
(223,228,219)
#EEF0EC
(238,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587842; }

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

This text font color is #587842.


Background Color

.myBgColor { background-color: #587842; }

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

This div background color is #587842.


Border color

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

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

This div border color is #587842.


Opacity

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

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

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

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

This text has shadow with #587842 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587842 on black background.


Color preview on white background

This text has color #587842 on white background.



Black color preview on #587842 background

This text has black color on #587842 background.


White color preview on #587842 background

This text has white color on #587842 background.