COLOR #587361

HEX: #587361
RGB: (88,115,97)

Color info

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

RGB color model

#587361 color RGB value is (88,115,97).

  • red value is 88;
  • green value is 115;
  • blue value is 97.
RGB:
(88,115,97)
(35%,45%,38%)

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 97 of 255 = 38%

88
115
97

R + G + B ~ 39%. #587361 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 97 = 300 (100%)
R 88 of 300 ~ 29.33%
G 115 of 300 ~ 38.33%
B 97 of 300 ~ 32.33%

%29.33
%38.33
%32.33

CMYK color model

#587361 color CMYK value is (23,0,16,55).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 15.65%
  • key color value is 54.90%
CMYK:
(23,0,16,55)
C23M0Y16K55 
(23%,0%,16%,55%)
(0.23/0.00/0.16/0.55)	

CMYK percentages

%23.48
%0
%15.65
%54.9

Codes

Color #587361 in popluar color models

587361
RGB8811597
HSL140°13.30%39.80%
HSB/HSV140°23.48%45.10%
CMYK23.48%0.00%15.65%
54.90%

Color #587361 in popluar number systems.

HEX587361
Decimal8811597
Binary101100011100111100001
Octal130163141

Shades and tints

Shades of #587361

#587361
(88,115,97)
#506959
(80,105,89)
#485F51
(72,95,81)
#405549
(64,85,73)
#384B41
(56,75,65)
#304139
(48,65,57)
#283731
(40,55,49)
#202D29
(32,45,41)
#182321
(24,35,33)
#101919
(16,25,25)
#080F11
(8,15,17)
#000000
(0,0,0)

Tints of #587361

#587361
(88,115,97)
#677F6F
(103,127,111)
#768B7D
(118,139,125)
#85978B
(133,151,139)
#94A399
(148,163,153)
#A3AFA7
(163,175,167)
#B2BBB5
(178,187,181)
#C1C7C3
(193,199,195)
#D0D3D1
(208,211,209)
#DFDFDF
(223,223,223)
#EEEBED
(238,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587361 color. Also use rgb(88,115,97) instead hex code.

Text Font Color

.myTextColor { color: #587361; }

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

This text font color is #587361.


Background Color

.myBgColor { background-color: #587361; }

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

This div background color is #587361.


Border color

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

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

This div border color is #587361.


Opacity

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

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

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

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

This text has shadow with #587361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587361 on black background.


Color preview on white background

This text has color #587361 on white background.



Black color preview on #587361 background

This text has black color on #587361 background.


White color preview on #587361 background

This text has white color on #587361 background.