COLOR #587168

HEX: #587168
RGB: (88,113,104)

Color info

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

RGB color model

#587168 color RGB value is (88,113,104).

  • red value is 88;
  • green value is 113;
  • blue value is 104.
RGB:
(88,113,104)
(35%,44%,41%)

RGB channels and saturation

R 88 of 255 = 35%
G 113 of 255 = 44%
B 104 of 255 = 41%

88
113
104

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

Portions of RGB colors in percentages

R + G + B =
88 + 113 + 104 = 305 (100%)
R 88 of 305 ~ 28.85%
G 113 of 305 ~ 37.05%
B 104 of 305 ~ 34.1%

%28.85
%37.05
%34.1

CMYK color model

#587168 color CMYK value is (22,0,8,56).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 55.69%
CMYK:
(22,0,8,56)
C22M0Y8K56 
(22%,0%,8%,56%)
(0.22/0.00/0.08/0.56)	

CMYK percentages

%22.12
%0
%7.96
%55.69

Codes

Color #587168 in popluar color models

587168
RGB88113104
HSL158°12.44%39.41%
HSB/HSV158°22.12%44.31%
CMYK22.12%0.00%7.96%
55.69%

Color #587168 in popluar number systems.

HEX587168
Decimal88113104
Binary101100011100011101000
Octal130161150

Shades and tints

Shades of #587168

#587168
(88,113,104)
#50675F
(80,103,95)
#485D56
(72,93,86)
#40534D
(64,83,77)
#384944
(56,73,68)
#303F3B
(48,63,59)
#283532
(40,53,50)
#202B29
(32,43,41)
#182120
(24,33,32)
#101717
(16,23,23)
#080D0E
(8,13,14)
#000000
(0,0,0)

Tints of #587168

#587168
(88,113,104)
#677D75
(103,125,117)
#768982
(118,137,130)
#85958F
(133,149,143)
#94A19C
(148,161,156)
#A3ADA9
(163,173,169)
#B2B9B6
(178,185,182)
#C1C5C3
(193,197,195)
#D0D1D0
(208,209,208)
#DFDDDD
(223,221,221)
#EEE9EA
(238,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #587168 color. Also use rgb(88,113,104) instead hex code.

Text Font Color

.myTextColor { color: #587168; }

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

This text font color is #587168.


Background Color

.myBgColor { background-color: #587168; }

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

This div background color is #587168.


Border color

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

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

This div border color is #587168.


Opacity

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

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

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

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

This text has shadow with #587168 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #587168 on black background.


Color preview on white background

This text has color #587168 on white background.



Black color preview on #587168 background

This text has black color on #587168 background.


White color preview on #587168 background

This text has white color on #587168 background.