COLOR #5CB646

HEX: #5CB646
RGB: (92,182,70)

Color info

#5CB646 contains mainly green color. Web safe color of #5CB646 is #66CC33 (or #6C3).

RGB color model

#5CB646 color RGB value is (92,182,70).

  • red value is 92;
  • green value is 182;
  • blue value is 70.
RGB:
(92,182,70)
(36%,71%,27%)

RGB channels and saturation

R 92 of 255 = 36%
G 182 of 255 = 71%
B 70 of 255 = 27%

92
182
70

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

Portions of RGB colors in percentages

R + G + B =
92 + 182 + 70 = 344 (100%)
R 92 of 344 ~ 26.74%
G 182 of 344 ~ 52.91%
B 70 of 344 ~ 20.35%

%26.74
%52.91
%20.35

CMYK color model

#5CB646 color CMYK value is (49,0,62,29).

  • cyan value is 49.45%
  • magenta value is 0.00%
  • yellow value is 61.54%
  • key color value is 28.63%
CMYK:
(49,0,62,29)
C49M0Y62K29 
(49%,0%,62%,29%)
(0.49/0.00/0.62/0.29)	

CMYK percentages

%49.45
%0
%61.54
%28.63

Codes

Color #5CB646 in popluar color models

5CB646
RGB9218270
HSL108°44.44%49.41%
HSB/HSV108°61.54%71.37%
CMYK49.45%0.00%61.54%
28.63%

Color #5CB646 in popluar number systems.

HEX5CB646
Decimal9218270
Binary1011100101101101000110
Octal134266106

Shades and tints

Shades of #5CB646

#5CB646
(92,182,70)
#54A640
(84,166,64)
#4C963A
(76,150,58)
#448634
(68,134,52)
#3C762E
(60,118,46)
#346628
(52,102,40)
#2C5622
(44,86,34)
#24461C
(36,70,28)
#1C3616
(28,54,22)
#142610
(20,38,16)
#0C160A
(12,22,10)
#000000
(0,0,0)

Tints of #5CB646

#5CB646
(92,182,70)
#6ABC56
(106,188,86)
#78C266
(120,194,102)
#86C876
(134,200,118)
#94CE86
(148,206,134)
#A2D496
(162,212,150)
#B0DAA6
(176,218,166)
#BEE0B6
(190,224,182)
#CCE6C6
(204,230,198)
#DAECD6
(218,236,214)
#E8F2E6
(232,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5CB646 color. Also use rgb(92,182,70) instead hex code.

Text Font Color

.myTextColor { color: #5CB646; }

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

This text font color is #5CB646.


Background Color

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

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

This div background color is #5CB646.


Border color

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

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

This div border color is #5CB646.


Opacity

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

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

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

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

This text has shadow with #5CB646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5CB646 on black background.


Color preview on white background

This text has color #5CB646 on white background.



Black color preview on #5CB646 background

This text has black color on #5CB646 background.


White color preview on #5CB646 background

This text has white color on #5CB646 background.