COLOR #5CA36E

HEX: #5CA36E
RGB: (92,163,110)

Color info

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

RGB color model

#5CA36E color RGB value is (92,163,110).

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

RGB channels and saturation

R 92 of 255 = 36%
G 163 of 255 = 64%
B 110 of 255 = 43%

92
163
110

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

Portions of RGB colors in percentages

R + G + B =
92 + 163 + 110 = 365 (100%)
R 92 of 365 ~ 25.21%
G 163 of 365 ~ 44.66%
B 110 of 365 ~ 30.14%

%25.21
%44.66
%30.14

CMYK color model

#5CA36E color CMYK value is (44,0,33,36).

  • cyan value is 43.56%
  • magenta value is 0.00%
  • yellow value is 32.52%
  • key color value is 36.08%
CMYK:
(44,0,33,36)
C44M0Y33K36 
(44%,0%,33%,36%)
(0.44/0.00/0.33/0.36)	

CMYK percentages

%43.56
%0
%32.52
%36.08

Codes

Color #5CA36E in popluar color models

5CA36E
RGB92163110
HSL135°27.84%50.00%
HSB/HSV135°43.56%63.92%
CMYK43.56%0.00%32.52%
36.08%

Color #5CA36E in popluar number systems.

HEX5CA36E
Decimal92163110
Binary1011100101000111101110
Octal134243156

Shades and tints

Shades of #5CA36E

#5CA36E
(92,163,110)
#549564
(84,149,100)
#4C875A
(76,135,90)
#447950
(68,121,80)
#3C6B46
(60,107,70)
#345D3C
(52,93,60)
#2C4F32
(44,79,50)
#244128
(36,65,40)
#1C331E
(28,51,30)
#142514
(20,37,20)
#0C170A
(12,23,10)
#000000
(0,0,0)

Tints of #5CA36E

#5CA36E
(92,163,110)
#6AAB7B
(106,171,123)
#78B388
(120,179,136)
#86BB95
(134,187,149)
#94C3A2
(148,195,162)
#A2CBAF
(162,203,175)
#B0D3BC
(176,211,188)
#BEDBC9
(190,219,201)
#CCE3D6
(204,227,214)
#DAEBE3
(218,235,227)
#E8F3F0
(232,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5CA36E; }

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

This text font color is #5CA36E.


Background Color

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

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

This div background color is #5CA36E.


Border color

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

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

This div border color is #5CA36E.


Opacity

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

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

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

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

This text has shadow with #5CA36E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA36E on black background.


Color preview on white background

This text has color #5CA36E on white background.



Black color preview on #5CA36E background

This text has black color on #5CA36E background.


White color preview on #5CA36E background

This text has white color on #5CA36E background.