COLOR #587047

HEX: #587047
RGB: (88,112,71)

Color info

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

RGB color model

#587047 color RGB value is (88,112,71).

  • red value is 88;
  • green value is 112;
  • blue value is 71.
RGB:
(88,112,71)
(35%,44%,28%)

RGB channels and saturation

R 88 of 255 = 35%
G 112 of 255 = 44%
B 71 of 255 = 28%

88
112
71

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

Portions of RGB colors in percentages

R + G + B =
88 + 112 + 71 = 271 (100%)
R 88 of 271 ~ 32.47%
G 112 of 271 ~ 41.33%
B 71 of 271 ~ 26.2%

%32.47
%41.33
%26.2

CMYK color model

#587047 color CMYK value is (21,0,37,56).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 36.61%
  • key color value is 56.08%
CMYK:
(21,0,37,56)
C21M0Y37K56 
(21%,0%,37%,56%)
(0.21/0.00/0.37/0.56)	

CMYK percentages

%21.43
%0
%36.61
%56.08

Codes

Color #587047 in popluar color models

587047
RGB8811271
HSL95°22.40%35.88%
HSB/HSV95°36.61%43.92%
CMYK21.43%0.00%36.61%
56.08%

Color #587047 in popluar number systems.

HEX587047
Decimal8811271
Binary101100011100001000111
Octal130160107

Shades and tints

Shades of #587047

#587047
(88,112,71)
#506641
(80,102,65)
#485C3B
(72,92,59)
#405235
(64,82,53)
#38482F
(56,72,47)
#303E29
(48,62,41)
#283423
(40,52,35)
#202A1D
(32,42,29)
#182017
(24,32,23)
#101611
(16,22,17)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #587047

#587047
(88,112,71)
#677D57
(103,125,87)
#768A67
(118,138,103)
#859777
(133,151,119)
#94A487
(148,164,135)
#A3B197
(163,177,151)
#B2BEA7
(178,190,167)
#C1CBB7
(193,203,183)
#D0D8C7
(208,216,199)
#DFE5D7
(223,229,215)
#EEF2E7
(238,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587047 color. Also use rgb(88,112,71) instead hex code.

Text Font Color

.myTextColor { color: #587047; }

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

This text font color is #587047.


Background Color

.myBgColor { background-color: #587047; }

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

This div background color is #587047.


Border color

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

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

This div border color is #587047.


Opacity

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

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

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

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

This text has shadow with #587047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587047 on black background.


Color preview on white background

This text has color #587047 on white background.



Black color preview on #587047 background

This text has black color on #587047 background.


White color preview on #587047 background

This text has white color on #587047 background.