COLOR #5C9B4E

HEX: #5C9B4E RGB: (92,155,78)

Color info

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

RGB color model

#5C9B4E color RGB value is (92,155,78).

RGB: (92,155,78) (36%, 61%, 31%)

RGB channels and saturation

R 92 of 255 = 36%
G 155 of 255 = 61%
B 78 of 255 = 31%

92
155
78

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

Portions of RGB colors in percentages

R + G + B = 92 + 155 + 78 = 325 (100%)
R 92 of 325 ~ 28.31%
G 155 of 325 ~ 47.69%
B 78 of 325 ~ 24'%

%28.31
%47.69
%24

CMYK color model

#5C9B4E color CMYK value is (41,0,50,39).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 49.68%
  • key color value is 39.22%

CMYK: (41,0,50,39)
C41M0Y50K39 (41%, 0%, 50%, 39%)
(0.41 / 0.00 / 0.50 / 0.39)

CMYK percentages

%40.65
%0
%49.68
%39.22

Codes

Color #5C9B4E in popluar color models

5C 9B 4E
RGB 92 155 78
HSL 109° 33.05% 45.69%
HSB/HSV 109° 49.68% 60.78%
CMYK 40.65% 0.00% 49.68%
39.22%

Color #5C9B4E in popluar number systems.

HEX 5C 9B 4E
Decimal 92 155 78
Binary 1011100 10011011 1001110
Octal 134 233 116

Shades and tints

Shades of #5C9B4E

#5C9B4E
(92,155,78)
#548D47
(84,141,71)
#4C7F40
(76,127,64)
#447139
(68,113,57)
#3C6332
(60,99,50)
#34552B
(52,85,43)
#2C4724
(44,71,36)
#24391D
(36,57,29)
#1C2B16
(28,43,22)
#141D0F
(20,29,15)
#0C0F08
(12,15,8)
#000000
(0,0,0)

Tints of #5C9B4E

#5C9B4E
(92,155,78)
#6AA45E
(106,164,94)
#78AD6E
(120,173,110)
#86B67E
(134,182,126)
#94BF8E
(148,191,142)
#A2C89E
(162,200,158)
#B0D1AE
(176,209,174)
#BEDABE
(190,218,190)
#CCE3CE
(204,227,206)
#DAECDE
(218,236,222)
#E8F5EE
(232,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9B4E color. Also use rgb(92,155,78) instead hex code.

Text Font Color

.myTextColor { color: #5C9B4E; }

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

This text font color is #5C9B4E.

Background Color

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

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

This div background color is #5C9B4E.

Border color

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

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

This div border color is #5C9B4E.

Opacity

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

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

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

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

This text has shadow with #5C9B4E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9B4E.

Preview

Color preview on black background

This text has color #5C9B4E on black background.


Color preview on white background

This text has color #5C9B4E on white background.


Black color preview on #5C9B4E background

This text has black color on #5C9B4E background.


White color preview on #5C9B4E background

This text has white color on #5C9B4E background.


Related colors

Complementary color

Complementary color for #hex is #A364B1.


I love getcolorcode.com

Triadic colors

1 #4E5C9B and #9B4E5C with #5C9B4E are triadic colors.

2 #4E9B5C and #9B5C4E with #5C9B4E are triadic colors.