COLOR #5CB36F

HEX: #5CB36F
RGB: (92,179,111)

Color info

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

RGB color model

#5CB36F color RGB value is (92,179,111).

  • red value is 92;
  • green value is 179;
  • blue value is 111.
RGB:
(92,179,111)
(36%,70%,44%)

RGB channels and saturation

R 92 of 255 = 36%
G 179 of 255 = 70%
B 111 of 255 = 44%

92
179
111

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

Portions of RGB colors in percentages

R + G + B =
92 + 179 + 111 = 382 (100%)
R 92 of 382 ~ 24.08%
G 179 of 382 ~ 46.86%
B 111 of 382 ~ 29.06%

%24.08
%46.86
%29.06

CMYK color model

#5CB36F color CMYK value is (49,0,38,30).

  • cyan value is 48.60%
  • magenta value is 0.00%
  • yellow value is 37.99%
  • key color value is 29.80%
CMYK:
(49,0,38,30)
C49M0Y38K30 
(49%,0%,38%,30%)
(0.49/0.00/0.38/0.30)	

CMYK percentages

%48.6
%0
%37.99
%29.8

Codes

Color #5CB36F in popluar color models

5CB36F
RGB92179111
HSL133°36.40%53.14%
HSB/HSV133°48.60%70.20%
CMYK48.60%0.00%37.99%
29.80%

Color #5CB36F in popluar number systems.

HEX5CB36F
Decimal92179111
Binary1011100101100111101111
Octal134263157

Shades and tints

Shades of #5CB36F

#5CB36F
(92,179,111)
#54A365
(84,163,101)
#4C935B
(76,147,91)
#448351
(68,131,81)
#3C7347
(60,115,71)
#34633D
(52,99,61)
#2C5333
(44,83,51)
#244329
(36,67,41)
#1C331F
(28,51,31)
#142315
(20,35,21)
#0C130B
(12,19,11)
#000000
(0,0,0)

Tints of #5CB36F

#5CB36F
(92,179,111)
#6AB97C
(106,185,124)
#78BF89
(120,191,137)
#86C596
(134,197,150)
#94CBA3
(148,203,163)
#A2D1B0
(162,209,176)
#B0D7BD
(176,215,189)
#BEDDCA
(190,221,202)
#CCE3D7
(204,227,215)
#DAE9E4
(218,233,228)
#E8EFF1
(232,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB36F color. Also use rgb(92,179,111) instead hex code.

Text Font Color

.myTextColor { color: #5CB36F; }

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

This text font color is #5CB36F.


Background Color

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

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

This div background color is #5CB36F.


Border color

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

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

This div border color is #5CB36F.


Opacity

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

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

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

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

This text has shadow with #5CB36F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB36F on black background.


Color preview on white background

This text has color #5CB36F on white background.



Black color preview on #5CB36F background

This text has black color on #5CB36F background.


White color preview on #5CB36F background

This text has white color on #5CB36F background.