COLOR #587440

HEX: #587440
RGB: (88,116,64)

Color info

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

RGB color model

#587440 color RGB value is (88,116,64).

  • red value is 88;
  • green value is 116;
  • blue value is 64.
RGB:
(88,116,64)
(35%,45%,25%)

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 64 of 255 = 25%

88
116
64

R + G + B ~ 35%. #587440 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 64 = 268 (100%)
R 88 of 268 ~ 32.84%
G 116 of 268 ~ 43.28%
B 64 of 268 ~ 23.88%

%32.84
%43.28
%23.88

CMYK color model

#587440 color CMYK value is (24,0,45,55).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 44.83%
  • key color value is 54.51%
CMYK:
(24,0,45,55)
C24M0Y45K55 
(24%,0%,45%,55%)
(0.24/0.00/0.45/0.55)	

CMYK percentages

%24.14
%0
%44.83
%54.51

Codes

Color #587440 in popluar color models

587440
RGB8811664
HSL92°28.89%35.29%
HSB/HSV92°44.83%45.49%
CMYK24.14%0.00%44.83%
54.51%

Color #587440 in popluar number systems.

HEX587440
Decimal8811664
Binary101100011101001000000
Octal130164100

Shades and tints

Shades of #587440

#587440
(88,116,64)
#506A3B
(80,106,59)
#486036
(72,96,54)
#405631
(64,86,49)
#384C2C
(56,76,44)
#304227
(48,66,39)
#283822
(40,56,34)
#202E1D
(32,46,29)
#182418
(24,36,24)
#101A13
(16,26,19)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #587440

#587440
(88,116,64)
#678051
(103,128,81)
#768C62
(118,140,98)
#859873
(133,152,115)
#94A484
(148,164,132)
#A3B095
(163,176,149)
#B2BCA6
(178,188,166)
#C1C8B7
(193,200,183)
#D0D4C8
(208,212,200)
#DFE0D9
(223,224,217)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587440 color. Also use rgb(88,116,64) instead hex code.

Text Font Color

.myTextColor { color: #587440; }

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

This text font color is #587440.


Background Color

.myBgColor { background-color: #587440; }

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

This div background color is #587440.


Border color

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

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

This div border color is #587440.


Opacity

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

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

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

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

This text has shadow with #587440 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587440 on black background.


Color preview on white background

This text has color #587440 on white background.



Black color preview on #587440 background

This text has black color on #587440 background.


White color preview on #587440 background

This text has white color on #587440 background.