COLOR #5C9D59

HEX: #5C9D59
RGB: (92,157,89)

Color info

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

RGB color model

#5C9D59 color RGB value is (92,157,89).

  • red value is 92;
  • green value is 157;
  • blue value is 89.
RGB:
(92,157,89)
(36%,62%,35%)

RGB channels and saturation

R 92 of 255 = 36%
G 157 of 255 = 62%
B 89 of 255 = 35%

92
157
89

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

Portions of RGB colors in percentages

R + G + B =
92 + 157 + 89 = 338 (100%)
R 92 of 338 ~ 27.22%
G 157 of 338 ~ 46.45%
B 89 of 338 ~ 26.33%

%27.22
%46.45
%26.33

CMYK color model

#5C9D59 color CMYK value is (41,0,43,38).

  • cyan value is 41.40%
  • magenta value is 0.00%
  • yellow value is 43.31%
  • key color value is 38.43%
CMYK:
(41,0,43,38)
C41M0Y43K38 
(41%,0%,43%,38%)
(0.41/0.00/0.43/0.38)	

CMYK percentages

%41.4
%0
%43.31
%38.43

Codes

Color #5C9D59 in popluar color models

5C9D59
RGB9215789
HSL117°27.64%48.24%
HSB/HSV117°43.31%61.57%
CMYK41.40%0.00%43.31%
38.43%

Color #5C9D59 in popluar number systems.

HEX5C9D59
Decimal9215789
Binary1011100100111011011001
Octal134235131

Shades and tints

Shades of #5C9D59

#5C9D59
(92,157,89)
#548F51
(84,143,81)
#4C8149
(76,129,73)
#447341
(68,115,65)
#3C6539
(60,101,57)
#345731
(52,87,49)
#2C4929
(44,73,41)
#243B21
(36,59,33)
#1C2D19
(28,45,25)
#141F11
(20,31,17)
#0C1109
(12,17,9)
#000000
(0,0,0)

Tints of #5C9D59

#5C9D59
(92,157,89)
#6AA568
(106,165,104)
#78AD77
(120,173,119)
#86B586
(134,181,134)
#94BD95
(148,189,149)
#A2C5A4
(162,197,164)
#B0CDB3
(176,205,179)
#BED5C2
(190,213,194)
#CCDDD1
(204,221,209)
#DAE5E0
(218,229,224)
#E8EDEF
(232,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9D59 color. Also use rgb(92,157,89) instead hex code.

Text Font Color

.myTextColor { color: #5C9D59; }

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

This text font color is #5C9D59.


Background Color

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

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

This div background color is #5C9D59.


Border color

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

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

This div border color is #5C9D59.


Opacity

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

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

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

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

This text has shadow with #5C9D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9D59 on black background.


Color preview on white background

This text has color #5C9D59 on white background.



Black color preview on #5C9D59 background

This text has black color on #5C9D59 background.


White color preview on #5C9D59 background

This text has white color on #5C9D59 background.