COLOR #5C9040

HEX: #5C9040 RGB: (92,144,64)

Color info

#5C9040 contains mainly red and green colors. Web safe color of #5C9040 is #669933 (or #693).

RGB color model

#5C9040 color RGB value is (92,144,64).

RGB: (92,144,64) (36%, 56%, 25%)

RGB channels and saturation

R 92 of 255 = 36%
G 144 of 255 = 56%
B 64 of 255 = 25%

92
144
64

R + G + B ~ 39%. #5C9040 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 92 + 144 + 64 = 300 (100%)
R 92 of 300 ~ 30.67%
G 144 of 300 ~ 48%
B 64 of 300 ~ 21.33'%

%30.67
%48
%21.33

CMYK color model

#5C9040 color CMYK value is (36,0,56,44).

  • cyan value is 36.11%
  • magenta value is 0.00%
  • yellow value is 55.56%
  • key color value is 43.53%

CMYK: (36,0,56,44)
C36M0Y56K44 (36%, 0%, 56%, 44%)
(0.36 / 0.00 / 0.56 / 0.44)

CMYK percentages

%36.11
%0
%55.56
%43.53

Codes

Color #5C9040 in popluar color models

5C 90 40
RGB 92 144 64
HSL 99° 38.46% 40.78%
HSB/HSV 99° 55.56% 56.47%
CMYK 36.11% 0.00% 55.56%
43.53%

Color #5C9040 in popluar number systems.

HEX 5C 90 40
Decimal 92 144 64
Binary 1011100 10010000 1000000
Octal 134 220 100

Shades and tints

Shades of #5C9040

#5C9040
(92,144,64)
#54833B
(84,131,59)
#4C7636
(76,118,54)
#446931
(68,105,49)
#3C5C2C
(60,92,44)
#344F27
(52,79,39)
#2C4222
(44,66,34)
#24351D
(36,53,29)
#1C2818
(28,40,24)
#141B13
(20,27,19)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #5C9040

#5C9040
(92,144,64)
#6A9A51
(106,154,81)
#78A462
(120,164,98)
#86AE73
(134,174,115)
#94B884
(148,184,132)
#A2C295
(162,194,149)
#B0CCA6
(176,204,166)
#BED6B7
(190,214,183)
#CCE0C8
(204,224,200)
#DAEAD9
(218,234,217)
#E8F4EA
(232,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9040 color. Also use rgb(92,144,64) instead hex code.

Text Font Color

.myTextColor { color: #5C9040; }

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

This text font color is #5C9040.

Background Color

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

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

This div background color is #5C9040.

Border color

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

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

This div border color is #5C9040.

Opacity

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

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

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

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

This text has shadow with #5C9040 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5C9040.

Preview

Color preview on black background

This text has color #5C9040 on black background.


Color preview on white background

This text has color #5C9040 on white background.


Black color preview on #5C9040 background

This text has black color on #5C9040 background.


White color preview on #5C9040 background

This text has white color on #5C9040 background.


Related colors

Complementary color

Complementary color for #hex is #A36FBF.


I love getcolorcode.com

Triadic colors

1 #405C90 and #90405C with #5C9040 are triadic colors.

2 #40905C and #905C40 with #5C9040 are triadic colors.