COLOR #5CA37B

HEX: #5CA37B
RGB: (92,163,123)

Color info

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

RGB color model

#5CA37B color RGB value is (92,163,123).

  • red value is 92;
  • green value is 163;
  • blue value is 123.
RGB:
(92,163,123)
(36%,64%,48%)

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 123 of 255 = 48%

92
163
123

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

Portions of RGB colors in percentages

R + G + B =
92 + 163 + 123 = 378 (100%)
R 92 of 378 ~ 24.34%
G 163 of 378 ~ 43.12%
B 123 of 378 ~ 32.54%

%24.34
%43.12
%32.54

CMYK color model

#5CA37B color CMYK value is (44,0,25,36).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 36.08%
CMYK:
(44,0,25,36)
C44M0Y25K36 
(44%,0%,25%,36%)
(0.44/0.00/0.25/0.36)	

CMYK percentages

%43.56
%0
%24.54
%36.08

Codes

Color #5CA37B in popluar color models

5CA37B
RGB92163123
HSL146°27.84%50.00%
HSB/HSV146°43.56%63.92%
CMYK43.56%0.00%24.54%
36.08%

Color #5CA37B in popluar number systems.

HEX5CA37B
Decimal92163123
Binary1011100101000111111011
Octal134243173

Shades and tints

Shades of #5CA37B

#5CA37B
(92,163,123)
#549570
(84,149,112)
#4C8765
(76,135,101)
#44795A
(68,121,90)
#3C6B4F
(60,107,79)
#345D44
(52,93,68)
#2C4F39
(44,79,57)
#24412E
(36,65,46)
#1C3323
(28,51,35)
#142518
(20,37,24)
#0C170D
(12,23,13)
#000000
(0,0,0)

Tints of #5CA37B

#5CA37B
(92,163,123)
#6AAB87
(106,171,135)
#78B393
(120,179,147)
#86BB9F
(134,187,159)
#94C3AB
(148,195,171)
#A2CBB7
(162,203,183)
#B0D3C3
(176,211,195)
#BEDBCF
(190,219,207)
#CCE3DB
(204,227,219)
#DAEBE7
(218,235,231)
#E8F3F3
(232,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA37B color. Also use rgb(92,163,123) instead hex code.

Text Font Color

.myTextColor { color: #5CA37B; }

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

This text font color is #5CA37B.


Background Color

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

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

This div background color is #5CA37B.


Border color

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

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

This div border color is #5CA37B.


Opacity

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

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

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

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

This text has shadow with #5CA37B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA37B on black background.


Color preview on white background

This text has color #5CA37B on white background.



Black color preview on #5CA37B background

This text has black color on #5CA37B background.


White color preview on #5CA37B background

This text has white color on #5CA37B background.