COLOR #5CB956

HEX: #5CB956
RGB: (92,185,86)

Color info

#5CB956 contains mainly green color. Web safe color of #5CB956 is #66CC66 (or #6C6).

RGB color model

#5CB956 color RGB value is (92,185,86).

  • red value is 92;
  • green value is 185;
  • blue value is 86.
RGB:
(92,185,86)
(36%,73%,34%)

RGB channels and saturation

R 92 of 255 = 36%
G 185 of 255 = 73%
B 86 of 255 = 34%

92
185
86

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

Portions of RGB colors in percentages

R + G + B =
92 + 185 + 86 = 363 (100%)
R 92 of 363 ~ 25.34%
G 185 of 363 ~ 50.96%
B 86 of 363 ~ 23.69%

%25.34
%50.96
%23.69

CMYK color model

#5CB956 color CMYK value is (50,0,54,27).

  • cyan value is 50.27%
  • magenta value is 0.00%
  • yellow value is 53.51%
  • key color value is 27.45%
CMYK:
(50,0,54,27)
C50M0Y54K27 
(50%,0%,54%,27%)
(0.50/0.00/0.54/0.27)	

CMYK percentages

%50.27
%0
%53.51
%27.45

Codes

Color #5CB956 in popluar color models

5CB956
RGB9218586
HSL116°41.42%53.14%
HSB/HSV116°53.51%72.55%
CMYK50.27%0.00%53.51%
27.45%

Color #5CB956 in popluar number systems.

HEX5CB956
Decimal9218586
Binary1011100101110011010110
Octal134271126

Shades and tints

Shades of #5CB956

#5CB956
(92,185,86)
#54A94F
(84,169,79)
#4C9948
(76,153,72)
#448941
(68,137,65)
#3C793A
(60,121,58)
#346933
(52,105,51)
#2C592C
(44,89,44)
#244925
(36,73,37)
#1C391E
(28,57,30)
#142917
(20,41,23)
#0C1910
(12,25,16)
#000000
(0,0,0)

Tints of #5CB956

#5CB956
(92,185,86)
#6ABF65
(106,191,101)
#78C574
(120,197,116)
#86CB83
(134,203,131)
#94D192
(148,209,146)
#A2D7A1
(162,215,161)
#B0DDB0
(176,221,176)
#BEE3BF
(190,227,191)
#CCE9CE
(204,233,206)
#DAEFDD
(218,239,221)
#E8F5EC
(232,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB956 color. Also use rgb(92,185,86) instead hex code.

Text Font Color

.myTextColor { color: #5CB956; }

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

This text font color is #5CB956.


Background Color

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

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

This div background color is #5CB956.


Border color

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

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

This div border color is #5CB956.


Opacity

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

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

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

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

This text has shadow with #5CB956 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB956 on black background.


Color preview on white background

This text has color #5CB956 on white background.



Black color preview on #5CB956 background

This text has black color on #5CB956 background.


White color preview on #5CB956 background

This text has white color on #5CB956 background.