COLOR #5CA965

HEX: #5CA965
RGB: (92,169,101)

Color info

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

RGB color model

#5CA965 color RGB value is (92,169,101).

  • red value is 92;
  • green value is 169;
  • blue value is 101.
RGB:
(92,169,101)
(36%,66%,40%)

RGB channels and saturation

R 92 of 255 = 36%
G 169 of 255 = 66%
B 101 of 255 = 40%

92
169
101

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

Portions of RGB colors in percentages

R + G + B =
92 + 169 + 101 = 362 (100%)
R 92 of 362 ~ 25.41%
G 169 of 362 ~ 46.69%
B 101 of 362 ~ 27.9%

%25.41
%46.69
%27.9

CMYK color model

#5CA965 color CMYK value is (46,0,40,34).

  • cyan value is 45.56%
  • magenta value is 0.00%
  • yellow value is 40.24%
  • key color value is 33.73%
CMYK:
(46,0,40,34)
C46M0Y40K34 
(46%,0%,40%,34%)
(0.46/0.00/0.40/0.34)	

CMYK percentages

%45.56
%0
%40.24
%33.73

Codes

Color #5CA965 in popluar color models

5CA965
RGB92169101
HSL127°30.92%51.18%
HSB/HSV127°45.56%66.27%
CMYK45.56%0.00%40.24%
33.73%

Color #5CA965 in popluar number systems.

HEX5CA965
Decimal92169101
Binary1011100101010011100101
Octal134251145

Shades and tints

Shades of #5CA965

#5CA965
(92,169,101)
#549A5C
(84,154,92)
#4C8B53
(76,139,83)
#447C4A
(68,124,74)
#3C6D41
(60,109,65)
#345E38
(52,94,56)
#2C4F2F
(44,79,47)
#244026
(36,64,38)
#1C311D
(28,49,29)
#142214
(20,34,20)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #5CA965

#5CA965
(92,169,101)
#6AB073
(106,176,115)
#78B781
(120,183,129)
#86BE8F
(134,190,143)
#94C59D
(148,197,157)
#A2CCAB
(162,204,171)
#B0D3B9
(176,211,185)
#BEDAC7
(190,218,199)
#CCE1D5
(204,225,213)
#DAE8E3
(218,232,227)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CA965 color. Also use rgb(92,169,101) instead hex code.

Text Font Color

.myTextColor { color: #5CA965; }

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

This text font color is #5CA965.


Background Color

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

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

This div background color is #5CA965.


Border color

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

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

This div border color is #5CA965.


Opacity

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

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

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

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

This text has shadow with #5CA965 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CA965 on black background.


Color preview on white background

This text has color #5CA965 on white background.



Black color preview on #5CA965 background

This text has black color on #5CA965 background.


White color preview on #5CA965 background

This text has white color on #5CA965 background.