COLOR #5CA65E

HEX: #5CA65E
RGB: (92,166,94)

Color info

#5CA65E contains mainly green color. Web safe color of #5CA65E is #669966 (or #696).

RGB color model

#5CA65E color RGB value is (92,166,94).

  • red value is 92;
  • green value is 166;
  • blue value is 94.
RGB:
(92,166,94)
(36%,65%,37%)

RGB channels and saturation

R 92 of 255 = 36%
G 166 of 255 = 65%
B 94 of 255 = 37%

92
166
94

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

Portions of RGB colors in percentages

R + G + B =
92 + 166 + 94 = 352 (100%)
R 92 of 352 ~ 26.14%
G 166 of 352 ~ 47.16%
B 94 of 352 ~ 26.7%

%26.14
%47.16
%26.7

CMYK color model

#5CA65E color CMYK value is (45,0,43,35).

  • cyan value is 44.58%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 34.90%
CMYK:
(45,0,43,35)
C45M0Y43K35 
(45%,0%,43%,35%)
(0.45/0.00/0.43/0.35)	

CMYK percentages

%44.58
%0
%43.37
%34.9

Codes

Color #5CA65E in popluar color models

5CA65E
RGB9216694
HSL122°29.37%50.59%
HSB/HSV122°44.58%65.10%
CMYK44.58%0.00%43.37%
34.90%

Color #5CA65E in popluar number systems.

HEX5CA65E
Decimal9216694
Binary1011100101001101011110
Octal134246136

Shades and tints

Shades of #5CA65E

#5CA65E
(92,166,94)
#549756
(84,151,86)
#4C884E
(76,136,78)
#447946
(68,121,70)
#3C6A3E
(60,106,62)
#345B36
(52,91,54)
#2C4C2E
(44,76,46)
#243D26
(36,61,38)
#1C2E1E
(28,46,30)
#141F16
(20,31,22)
#0C100E
(12,16,14)
#000000
(0,0,0)

Tints of #5CA65E

#5CA65E
(92,166,94)
#6AAE6C
(106,174,108)
#78B67A
(120,182,122)
#86BE88
(134,190,136)
#94C696
(148,198,150)
#A2CEA4
(162,206,164)
#B0D6B2
(176,214,178)
#BEDEC0
(190,222,192)
#CCE6CE
(204,230,206)
#DAEEDC
(218,238,220)
#E8F6EA
(232,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA65E color. Also use rgb(92,166,94) instead hex code.

Text Font Color

.myTextColor { color: #5CA65E; }

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

This text font color is #5CA65E.


Background Color

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

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

This div background color is #5CA65E.


Border color

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

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

This div border color is #5CA65E.


Opacity

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

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

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

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

This text has shadow with #5CA65E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA65E on black background.


Color preview on white background

This text has color #5CA65E on white background.



Black color preview on #5CA65E background

This text has black color on #5CA65E background.


White color preview on #5CA65E background

This text has white color on #5CA65E background.