COLOR #5CB59D

HEX: #5CB59D
RGB: (92,181,157)

Color info

#5CB59D contains mainly green and blue colors. Web safe color of #5CB59D is #66CC99 (or #6C9).

RGB color model

#5CB59D color RGB value is (92,181,157).

  • red value is 92;
  • green value is 181;
  • blue value is 157.
RGB:
(92,181,157)
(36%,71%,62%)

RGB channels and saturation

R 92 of 255 = 36%
G 181 of 255 = 71%
B 157 of 255 = 62%

92
181
157

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

Portions of RGB colors in percentages

R + G + B =
92 + 181 + 157 = 430 (100%)
R 92 of 430 ~ 21.4%
G 181 of 430 ~ 42.09%
B 157 of 430 ~ 36.51%

%21.4
%42.09
%36.51

CMYK color model

#5CB59D color CMYK value is (49,0,13,29).

  • cyan value is 49.17%
  • magenta value is 0.00%
  • yellow value is 13.26%
  • key color value is 29.02%
CMYK:
(49,0,13,29)
C49M0Y13K29 
(49%,0%,13%,29%)
(0.49/0.00/0.13/0.29)	

CMYK percentages

%49.17
%0
%13.26
%29.02

Codes

Color #5CB59D in popluar color models

5CB59D
RGB92181157
HSL164°37.55%53.53%
HSB/HSV164°49.17%70.98%
CMYK49.17%0.00%13.26%
29.02%

Color #5CB59D in popluar number systems.

HEX5CB59D
Decimal92181157
Binary10111001011010110011101
Octal134265235

Shades and tints

Shades of #5CB59D

#5CB59D
(92,181,157)
#54A58F
(84,165,143)
#4C9581
(76,149,129)
#448573
(68,133,115)
#3C7565
(60,117,101)
#346557
(52,101,87)
#2C5549
(44,85,73)
#24453B
(36,69,59)
#1C352D
(28,53,45)
#14251F
(20,37,31)
#0C1511
(12,21,17)
#000000
(0,0,0)

Tints of #5CB59D

#5CB59D
(92,181,157)
#6ABBA5
(106,187,165)
#78C1AD
(120,193,173)
#86C7B5
(134,199,181)
#94CDBD
(148,205,189)
#A2D3C5
(162,211,197)
#B0D9CD
(176,217,205)
#BEDFD5
(190,223,213)
#CCE5DD
(204,229,221)
#DAEBE5
(218,235,229)
#E8F1ED
(232,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB59D color. Also use rgb(92,181,157) instead hex code.

Text Font Color

.myTextColor { color: #5CB59D; }

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

This text font color is #5CB59D.


Background Color

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

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

This div background color is #5CB59D.


Border color

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

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

This div border color is #5CB59D.


Opacity

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

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

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

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

This text has shadow with #5CB59D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB59D on black background.


Color preview on white background

This text has color #5CB59D on white background.



Black color preview on #5CB59D background

This text has black color on #5CB59D background.


White color preview on #5CB59D background

This text has white color on #5CB59D background.