COLOR #5C987C

HEX: #5C987C RGB: (92,152,124)

Color info

#5C987C contains mainly green and blue colors. Web safe color of #5C987C is #669966 (or #696).

RGB color model

#5C987C color RGB value is (92,152,124).

RGB: (92,152,124) (36%, 60%, 49%)

RGB channels and saturation

R 92 of 255 = 36%
G 152 of 255 = 60%
B 124 of 255 = 49%

92
152
124

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

Portions of RGB colors in percentages

R + G + B = 92 + 152 + 124 = 368 (100%)
R 92 of 368 ~ 25%
G 152 of 368 ~ 41.3%
B 124 of 368 ~ 33.7'%

%25
%41.3
%33.7

CMYK color model

#5C987C color CMYK value is (39,0,18,40).

  • cyan value is 39.47%
  • magenta value is 0.00%
  • yellow value is 18.42%
  • key color value is 40.39%
CMYK: (39,0,18,40) C39M0Y18K40 (39%,0%,18%,40%) (0.39/0.00/0.18/0.40) 

CMYK percentages

%39.47
%0
%18.42
%40.39

Codes

Color #5C987C in popluar color models

5C 98 7C
RGB 92 152 124
HSL 152° 24.59% 47.84%
HSB/HSV 152° 39.47% 59.61%
CMYK 39.47% 0.00% 18.42%
40.39%

Color #5C987C in popluar number systems.

HEX 5C 98 7C
Decimal 92 152 124
Binary 1011100 10011000 1111100
Octal 134 230 174

Shades and tints

Shades of #5C987C

#5C987C
(92,152,124)
#548B71
(84,139,113)
#4C7E66
(76,126,102)
#44715B
(68,113,91)
#3C6450
(60,100,80)
#345745
(52,87,69)
#2C4A3A
(44,74,58)
#243D2F
(36,61,47)
#1C3024
(28,48,36)
#142319
(20,35,25)
#0C160E
(12,22,14)
#000000
(0,0,0)

Tints of #5C987C

#5C987C
(92,152,124)
#6AA187
(106,161,135)
#78AA92
(120,170,146)
#86B39D
(134,179,157)
#94BCA8
(148,188,168)
#A2C5B3
(162,197,179)
#B0CEBE
(176,206,190)
#BED7C9
(190,215,201)
#CCE0D4
(204,224,212)
#DAE9DF
(218,233,223)
#E8F2EA
(232,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C987C color. Also use rgb(92,152,124) instead hex code.

Text Font Color

.myTextColor { color: #5C987C; }

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

This text font color is #5C987C.

Background Color

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

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

This div background color is #5C987C.

Border color

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

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

This div border color is #5C987C.

Opacity

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

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

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

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

This text has shadow with #5C987C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C987C.

Preview

Color preview on black background

This text has color #5C987C on black background.


Color preview on white background

This text has color #5C987C on white background.


Black color preview on #5C987C background

This text has black color on #5C987C background.


White color preview on #5C987C background

This text has white color on #5C987C background.


Related colors

Complementary color

Complementary color for #hex is #A36783.


I love getcolorcode.com

Triadic colors

1 #7C5C98 and #987C5C with #5C987C are triadic colors.

2 #7C985C and #985C7C with #5C987C are triadic colors.