COLOR #5C8F39

HEX: #5C8F39
RGB: (92,143,57)

Color info

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

RGB color model

#5C8F39 color RGB value is (92,143,57).

  • red value is 92;
  • green value is 143;
  • blue value is 57.
RGB:
(92,143,57)
(36%,56%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 143 of 255 = 56%
B 57 of 255 = 22%

92
143
57

R + G + B ~ 38%. #5C8F39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 143 + 57 = 292 (100%)
R 92 of 292 ~ 31.51%
G 143 of 292 ~ 48.97%
B 57 of 292 ~ 19.52%

%31.51
%48.97
%19.52

CMYK color model

#5C8F39 color CMYK value is (36,0,60,44).

  • cyan value is 35.66%
  • magenta value is 0.00%
  • yellow value is 60.14%
  • key color value is 43.92%
CMYK:
(36,0,60,44)
C36M0Y60K44 
(36%,0%,60%,44%)
(0.36/0.00/0.60/0.44)	

CMYK percentages

%35.66
%0
%60.14
%43.92

Codes

Color #5C8F39 in popluar color models

5C8F39
RGB9214357
HSL96°43.00%39.22%
HSB/HSV96°60.14%56.08%
CMYK35.66%0.00%60.14%
43.92%

Color #5C8F39 in popluar number systems.

HEX5C8F39
Decimal9214357
Binary101110010001111111001
Octal13421771

Shades and tints

Shades of #5C8F39

#5C8F39
(92,143,57)
#548234
(84,130,52)
#4C752F
(76,117,47)
#44682A
(68,104,42)
#3C5B25
(60,91,37)
#344E20
(52,78,32)
#2C411B
(44,65,27)
#243416
(36,52,22)
#1C2711
(28,39,17)
#141A0C
(20,26,12)
#0C0D07
(12,13,7)
#000000
(0,0,0)

Tints of #5C8F39

#5C8F39
(92,143,57)
#6A994B
(106,153,75)
#78A35D
(120,163,93)
#86AD6F
(134,173,111)
#94B781
(148,183,129)
#A2C193
(162,193,147)
#B0CBA5
(176,203,165)
#BED5B7
(190,213,183)
#CCDFC9
(204,223,201)
#DAE9DB
(218,233,219)
#E8F3ED
(232,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8F39 color. Also use rgb(92,143,57) instead hex code.

Text Font Color

.myTextColor { color: #5C8F39; }

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

This text font color is #5C8F39.


Background Color

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

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

This div background color is #5C8F39.


Border color

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

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

This div border color is #5C8F39.


Opacity

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

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

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

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

This text has shadow with #5C8F39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8F39 on black background.


Color preview on white background

This text has color #5C8F39 on white background.



Black color preview on #5C8F39 background

This text has black color on #5C8F39 background.


White color preview on #5C8F39 background

This text has white color on #5C8F39 background.