COLOR #587372

HEX: #587372
RGB: (88,115,114)

Color info

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

RGB color model

#587372 color RGB value is (88,115,114).

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

RGB channels and saturation

R 88 of 255 = 35%
G 115 of 255 = 45%
B 114 of 255 = 45%

88
115
114

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

Portions of RGB colors in percentages

R + G + B =
88 + 115 + 114 = 317 (100%)
R 88 of 317 ~ 27.76%
G 115 of 317 ~ 36.28%
B 114 of 317 ~ 35.96%

%27.76
%36.28
%35.96

CMYK color model

#587372 color CMYK value is (23,0,1,55).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 0.87%
  • key color value is 54.90%
CMYK:
(23,0,1,55)
C23M0Y1K55 
(23%,0%,1%,55%)
(0.23/0.00/0.01/0.55)	

CMYK percentages

%23.48
%0
%0.87
%54.9

Codes

Color #587372 in popluar color models

587372
RGB88115114
HSL178°13.30%39.80%
HSB/HSV178°23.48%45.10%
CMYK23.48%0.00%0.87%
54.90%

Color #587372 in popluar number systems.

HEX587372
Decimal88115114
Binary101100011100111110010
Octal130163162

Shades and tints

Shades of #587372

#587372
(88,115,114)
#506968
(80,105,104)
#485F5E
(72,95,94)
#405554
(64,85,84)
#384B4A
(56,75,74)
#304140
(48,65,64)
#283736
(40,55,54)
#202D2C
(32,45,44)
#182322
(24,35,34)
#101918
(16,25,24)
#080F0E
(8,15,14)
#000000
(0,0,0)

Tints of #587372

#587372
(88,115,114)
#677F7E
(103,127,126)
#768B8A
(118,139,138)
#859796
(133,151,150)
#94A3A2
(148,163,162)
#A3AFAE
(163,175,174)
#B2BBBA
(178,187,186)
#C1C7C6
(193,199,198)
#D0D3D2
(208,211,210)
#DFDFDE
(223,223,222)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #587372; }

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

This text font color is #587372.


Background Color

.myBgColor { background-color: #587372; }

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

This div background color is #587372.


Border color

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

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

This div border color is #587372.


Opacity

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

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

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

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

This text has shadow with #587372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587372 on black background.


Color preview on white background

This text has color #587372 on white background.



Black color preview on #587372 background

This text has black color on #587372 background.


White color preview on #587372 background

This text has white color on #587372 background.