COLOR #5CB17F

HEX: #5CB17F
RGB: (92,177,127)

Color info

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

RGB color model

#5CB17F color RGB value is (92,177,127).

  • red value is 92;
  • green value is 177;
  • blue value is 127.
RGB:
(92,177,127)
(36%,69%,50%)

RGB channels and saturation

R 92 of 255 = 36%
G 177 of 255 = 69%
B 127 of 255 = 50%

92
177
127

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

Portions of RGB colors in percentages

R + G + B =
92 + 177 + 127 = 396 (100%)
R 92 of 396 ~ 23.23%
G 177 of 396 ~ 44.7%
B 127 of 396 ~ 32.07%

%23.23
%44.7
%32.07

CMYK color model

#5CB17F color CMYK value is (48,0,28,31).

  • cyan value is 48.02%
  • magenta value is 0.00%
  • yellow value is 28.25%
  • key color value is 30.59%
CMYK:
(48,0,28,31)
C48M0Y28K31 
(48%,0%,28%,31%)
(0.48/0.00/0.28/0.31)	

CMYK percentages

%48.02
%0
%28.25
%30.59

Codes

Color #5CB17F in popluar color models

5CB17F
RGB92177127
HSL145°35.27%52.75%
HSB/HSV145°48.02%69.41%
CMYK48.02%0.00%28.25%
30.59%

Color #5CB17F in popluar number systems.

HEX5CB17F
Decimal92177127
Binary1011100101100011111111
Octal134261177

Shades and tints

Shades of #5CB17F

#5CB17F
(92,177,127)
#54A174
(84,161,116)
#4C9169
(76,145,105)
#44815E
(68,129,94)
#3C7153
(60,113,83)
#346148
(52,97,72)
#2C513D
(44,81,61)
#244132
(36,65,50)
#1C3127
(28,49,39)
#14211C
(20,33,28)
#0C1111
(12,17,17)
#000000
(0,0,0)

Tints of #5CB17F

#5CB17F
(92,177,127)
#6AB88A
(106,184,138)
#78BF95
(120,191,149)
#86C6A0
(134,198,160)
#94CDAB
(148,205,171)
#A2D4B6
(162,212,182)
#B0DBC1
(176,219,193)
#BEE2CC
(190,226,204)
#CCE9D7
(204,233,215)
#DAF0E2
(218,240,226)
#E8F7ED
(232,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB17F color. Also use rgb(92,177,127) instead hex code.

Text Font Color

.myTextColor { color: #5CB17F; }

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

This text font color is #5CB17F.


Background Color

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

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

This div background color is #5CB17F.


Border color

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

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

This div border color is #5CB17F.


Opacity

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

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

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

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

This text has shadow with #5CB17F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB17F on black background.


Color preview on white background

This text has color #5CB17F on white background.



Black color preview on #5CB17F background

This text has black color on #5CB17F background.


White color preview on #5CB17F background

This text has white color on #5CB17F background.