COLOR #5CB391

HEX: #5CB391
RGB: (92,179,145)

Color info

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

RGB color model

#5CB391 color RGB value is (92,179,145).

  • red value is 92;
  • green value is 179;
  • blue value is 145.
RGB:
(92,179,145)
(36%,70%,57%)

RGB channels and saturation

R 92 of 255 = 36%
G 179 of 255 = 70%
B 145 of 255 = 57%

92
179
145

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

Portions of RGB colors in percentages

R + G + B =
92 + 179 + 145 = 416 (100%)
R 92 of 416 ~ 22.12%
G 179 of 416 ~ 43.03%
B 145 of 416 ~ 34.86%

%22.12
%43.03
%34.86

CMYK color model

#5CB391 color CMYK value is (49,0,19,30).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 18.99%
  • key color value is 29.80%
CMYK:
(49,0,19,30)
C49M0Y19K30 
(49%,0%,19%,30%)
(0.49/0.00/0.19/0.30)	

CMYK percentages

%48.6
%0
%18.99
%29.8

Codes

Color #5CB391 in popluar color models

5CB391
RGB92179145
HSL157°36.40%53.14%
HSB/HSV157°48.60%70.20%
CMYK48.60%0.00%18.99%
29.80%

Color #5CB391 in popluar number systems.

HEX5CB391
Decimal92179145
Binary10111001011001110010001
Octal134263221

Shades and tints

Shades of #5CB391

#5CB391
(92,179,145)
#54A384
(84,163,132)
#4C9377
(76,147,119)
#44836A
(68,131,106)
#3C735D
(60,115,93)
#346350
(52,99,80)
#2C5343
(44,83,67)
#244336
(36,67,54)
#1C3329
(28,51,41)
#14231C
(20,35,28)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #5CB391

#5CB391
(92,179,145)
#6AB99B
(106,185,155)
#78BFA5
(120,191,165)
#86C5AF
(134,197,175)
#94CBB9
(148,203,185)
#A2D1C3
(162,209,195)
#B0D7CD
(176,215,205)
#BEDDD7
(190,221,215)
#CCE3E1
(204,227,225)
#DAE9EB
(218,233,235)
#E8EFF5
(232,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB391 color. Also use rgb(92,179,145) instead hex code.

Text Font Color

.myTextColor { color: #5CB391; }

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

This text font color is #5CB391.


Background Color

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

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

This div background color is #5CB391.


Border color

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

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

This div border color is #5CB391.


Opacity

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

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

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

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

This text has shadow with #5CB391 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB391 on black background.


Color preview on white background

This text has color #5CB391 on white background.



Black color preview on #5CB391 background

This text has black color on #5CB391 background.


White color preview on #5CB391 background

This text has white color on #5CB391 background.