COLOR #5C8C87

HEX: #5C8C87
RGB: (92,140,135)

Color info

#5C8C87 contains red, green and blue colors in about the same proportion. Web safe color of #5C8C87 is #669999 (or #699).

RGB color model

#5C8C87 color RGB value is (92,140,135).

  • red value is 92;
  • green value is 140;
  • blue value is 135.
RGB:
(92,140,135)
(36%,55%,53%)

RGB channels and saturation

R 92 of 255 = 36%
G 140 of 255 = 55%
B 135 of 255 = 53%

92
140
135

R + G + B ~ 48%. #5C8C87 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
92 + 140 + 135 = 367 (100%)
R 92 of 367 ~ 25.07%
G 140 of 367 ~ 38.15%
B 135 of 367 ~ 36.78%

%25.07
%38.15
%36.78

CMYK color model

#5C8C87 color CMYK value is (34,0,4,45).

  • cyan value is 34.29%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 45.10%
CMYK:
(34,0,4,45)
C34M0Y4K45 
(34%,0%,4%,45%)
(0.34/0.00/0.04/0.45)	

CMYK percentages

%34.29
%0
%3.57
%45.1

Codes

Color #5C8C87 in popluar color models

5C8C87
RGB92140135
HSL174°20.69%45.49%
HSB/HSV174°34.29%54.90%
CMYK34.29%0.00%3.57%
45.10%

Color #5C8C87 in popluar number systems.

HEX5C8C87
Decimal92140135
Binary10111001000110010000111
Octal134214207

Shades and tints

Shades of #5C8C87

#5C8C87
(92,140,135)
#54807B
(84,128,123)
#4C746F
(76,116,111)
#446863
(68,104,99)
#3C5C57
(60,92,87)
#34504B
(52,80,75)
#2C443F
(44,68,63)
#243833
(36,56,51)
#1C2C27
(28,44,39)
#14201B
(20,32,27)
#0C140F
(12,20,15)
#000000
(0,0,0)

Tints of #5C8C87

#5C8C87
(92,140,135)
#6A9691
(106,150,145)
#78A09B
(120,160,155)
#86AAA5
(134,170,165)
#94B4AF
(148,180,175)
#A2BEB9
(162,190,185)
#B0C8C3
(176,200,195)
#BED2CD
(190,210,205)
#CCDCD7
(204,220,215)
#DAE6E1
(218,230,225)
#E8F0EB
(232,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8C87 color. Also use rgb(92,140,135) instead hex code.

Text Font Color

.myTextColor { color: #5C8C87; }

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

This text font color is #5C8C87.


Background Color

.myBgColor { background-color: #5C8C87; }

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

This div background color is #5C8C87.


Border color

.myBorderColor { border: 1px solid #5C8C87; }

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

This div border color is #5C8C87.


Opacity

.myOpacity80 { color: #5C8C87; opacity: 0.8; }

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

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

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

This text has shadow with #5C8C87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8C87 on black background.


Color preview on white background

This text has color #5C8C87 on white background.



Black color preview on #5C8C87 background

This text has black color on #5C8C87 background.


White color preview on #5C8C87 background

This text has white color on #5C8C87 background.