COLOR #5C9984

HEX: #5C9984 RGB: (92,153,132)

Color info

#5C9984 contains mainly green and blue colors. Web safe color of #5C9984 is #669999 (or #699).

RGB color model

#5C9984 color RGB value is (92,153,132).

RGB: (92,153,132) (36%, 60%, 52%)

RGB channels and saturation

R 92 of 255 = 36%
G 153 of 255 = 60%
B 132 of 255 = 52%

92
153
132

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

Portions of RGB colors in percentages

R + G + B = 92 + 153 + 132 = 377 (100%)
R 92 of 377 ~ 24.4%
G 153 of 377 ~ 40.58%
B 132 of 377 ~ 35.01'%

%24.4
%40.58
%35.01

CMYK color model

#5C9984 color CMYK value is (40,0,14,40).

  • cyan value is 39.87%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 40.00%

CMYK: (40,0,14,40)
C40M0Y14K40 (40%, 0%, 14%, 40%)
(0.40 / 0.00 / 0.14 / 0.40)

CMYK percentages

%39.87
%0
%13.73
%40

Codes

Color #5C9984 in popluar color models

5C 99 84
RGB 92 153 132
HSL 159° 24.90% 48.04%
HSB/HSV 159° 39.87% 60.00%
CMYK 39.87% 0.00% 13.73%
40.00%

Color #5C9984 in popluar number systems.

HEX 5C 99 84
Decimal 92 153 132
Binary 1011100 10011001 10000100
Octal 134 231 204

Shades and tints

Shades of #5C9984

#5C9984
(92,153,132)
#548C78
(84,140,120)
#4C7F6C
(76,127,108)
#447260
(68,114,96)
#3C6554
(60,101,84)
#345848
(52,88,72)
#2C4B3C
(44,75,60)
#243E30
(36,62,48)
#1C3124
(28,49,36)
#142418
(20,36,24)
#0C170C
(12,23,12)
#000000
(0,0,0)

Tints of #5C9984

#5C9984
(92,153,132)
#6AA28F
(106,162,143)
#78AB9A
(120,171,154)
#86B4A5
(134,180,165)
#94BDB0
(148,189,176)
#A2C6BB
(162,198,187)
#B0CFC6
(176,207,198)
#BED8D1
(190,216,209)
#CCE1DC
(204,225,220)
#DAEAE7
(218,234,231)
#E8F3F2
(232,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9984 color. Also use rgb(92,153,132) instead hex code.

Text Font Color

.myTextColor { color: #5C9984; }

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

This text font color is #5C9984.

Background Color

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

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

This div background color is #5C9984.

Border color

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

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

This div border color is #5C9984.

Opacity

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

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

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

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

This text has shadow with #5C9984 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9984.

Preview

Color preview on black background

This text has color #5C9984 on black background.


Color preview on white background

This text has color #5C9984 on white background.


Black color preview on #5C9984 background

This text has black color on #5C9984 background.


White color preview on #5C9984 background

This text has white color on #5C9984 background.


Related colors

Complementary color

Complementary color for #hex is #A3667B.


I love getcolorcode.com

Triadic colors

1 #845C99 and #99845C with #5C9984 are triadic colors.

2 #84995C and #995C84 with #5C9984 are triadic colors.