COLOR #587270

HEX: #587270
RGB: (88,114,112)

Color info

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

RGB color model

#587270 color RGB value is (88,114,112).

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

RGB channels and saturation

R 88 of 255 = 35%
G 114 of 255 = 45%
B 112 of 255 = 44%

88
114
112

R + G + B ~ 41%. #587270 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
88 + 114 + 112 = 314 (100%)
R 88 of 314 ~ 28.03%
G 114 of 314 ~ 36.31%
B 112 of 314 ~ 35.67%

%28.03
%36.31
%35.67

CMYK color model

#587270 color CMYK value is (23,0,2,55).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 1.75%
  • key color value is 55.29%
CMYK:
(23,0,2,55)
C23M0Y2K55 
(23%,0%,2%,55%)
(0.23/0.00/0.02/0.55)	

CMYK percentages

%22.81
%0
%1.75
%55.29

Codes

Color #587270 in popluar color models

587270
RGB88114112
HSL175°12.87%39.61%
HSB/HSV175°22.81%44.71%
CMYK22.81%0.00%1.75%
55.29%

Color #587270 in popluar number systems.

HEX587270
Decimal88114112
Binary101100011100101110000
Octal130162160

Shades and tints

Shades of #587270

#587270
(88,114,112)
#506866
(80,104,102)
#485E5C
(72,94,92)
#405452
(64,84,82)
#384A48
(56,74,72)
#30403E
(48,64,62)
#283634
(40,54,52)
#202C2A
(32,44,42)
#182220
(24,34,32)
#101816
(16,24,22)
#080E0C
(8,14,12)
#000000
(0,0,0)

Tints of #587270

#587270
(88,114,112)
#677E7D
(103,126,125)
#768A8A
(118,138,138)
#859697
(133,150,151)
#94A2A4
(148,162,164)
#A3AEB1
(163,174,177)
#B2BABE
(178,186,190)
#C1C6CB
(193,198,203)
#D0D2D8
(208,210,216)
#DFDEE5
(223,222,229)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587270; }

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

This text font color is #587270.


Background Color

.myBgColor { background-color: #587270; }

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

This div background color is #587270.


Border color

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

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

This div border color is #587270.


Opacity

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

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

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

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

This text has shadow with #587270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587270 on black background.


Color preview on white background

This text has color #587270 on white background.



Black color preview on #587270 background

This text has black color on #587270 background.


White color preview on #587270 background

This text has white color on #587270 background.