COLOR #587455

HEX: #587455
RGB: (88,116,85)

Color info

#587455 contains red, green and blue colors in about the same proportion. Web safe color of #587455 is #666666 (or #666).

RGB color model

#587455 color RGB value is (88,116,85).

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

RGB channels and saturation

R 88 of 255 = 35%
G 116 of 255 = 45%
B 85 of 255 = 33%

88
116
85

R + G + B ~ 38%. #587455 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 116 + 85 = 289 (100%)
R 88 of 289 ~ 30.45%
G 116 of 289 ~ 40.14%
B 85 of 289 ~ 29.41%

%30.45
%40.14
%29.41

CMYK color model

#587455 color CMYK value is (24,0,27,55).

  • cyan value is 24.14%
  • magenta value is 0.00%
  • yellow value is 26.72%
  • key color value is 54.51%
CMYK:
(24,0,27,55)
C24M0Y27K55 
(24%,0%,27%,55%)
(0.24/0.00/0.27/0.55)	

CMYK percentages

%24.14
%0
%26.72
%54.51

Codes

Color #587455 in popluar color models

587455
RGB8811685
HSL114°15.42%39.41%
HSB/HSV114°26.72%45.49%
CMYK24.14%0.00%26.72%
54.51%

Color #587455 in popluar number systems.

HEX587455
Decimal8811685
Binary101100011101001010101
Octal130164125

Shades and tints

Shades of #587455

#587455
(88,116,85)
#506A4E
(80,106,78)
#486047
(72,96,71)
#405640
(64,86,64)
#384C39
(56,76,57)
#304232
(48,66,50)
#28382B
(40,56,43)
#202E24
(32,46,36)
#18241D
(24,36,29)
#101A16
(16,26,22)
#08100F
(8,16,15)
#000000
(0,0,0)

Tints of #587455

#587455
(88,116,85)
#678064
(103,128,100)
#768C73
(118,140,115)
#859882
(133,152,130)
#94A491
(148,164,145)
#A3B0A0
(163,176,160)
#B2BCAF
(178,188,175)
#C1C8BE
(193,200,190)
#D0D4CD
(208,212,205)
#DFE0DC
(223,224,220)
#EEECEB
(238,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587455; }

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

This text font color is #587455.


Background Color

.myBgColor { background-color: #587455; }

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

This div background color is #587455.


Border color

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

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

This div border color is #587455.


Opacity

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

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

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

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

This text has shadow with #587455 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587455 on black background.


Color preview on white background

This text has color #587455 on white background.



Black color preview on #587455 background

This text has black color on #587455 background.


White color preview on #587455 background

This text has white color on #587455 background.