COLOR #5C9C6D

HEX: #5C9C6D
RGB: (92,156,109)

Color info

#5C9C6D contains mainly green and blue colors. Web safe color of #5C9C6D is #669966 (or #696).

RGB color model

#5C9C6D color RGB value is (92,156,109).

  • red value is 92;
  • green value is 156;
  • blue value is 109.
RGB:
(92,156,109)
(36%,61%,43%)

RGB channels and saturation

R 92 of 255 = 36%
G 156 of 255 = 61%
B 109 of 255 = 43%

92
156
109

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

Portions of RGB colors in percentages

R + G + B =
92 + 156 + 109 = 357 (100%)
R 92 of 357 ~ 25.77%
G 156 of 357 ~ 43.7%
B 109 of 357 ~ 30.53%

%25.77
%43.7
%30.53

CMYK color model

#5C9C6D color CMYK value is (41,0,30,39).

  • cyan value is 41.03%
  • magenta value is 0.00%
  • yellow value is 30.13%
  • key color value is 38.82%
CMYK:
(41,0,30,39)
C41M0Y30K39 
(41%,0%,30%,39%)
(0.41/0.00/0.30/0.39)	

CMYK percentages

%41.03
%0
%30.13
%38.82

Codes

Color #5C9C6D in popluar color models

5C9C6D
RGB92156109
HSL136°25.81%48.63%
HSB/HSV136°41.03%61.18%
CMYK41.03%0.00%30.13%
38.82%

Color #5C9C6D in popluar number systems.

HEX5C9C6D
Decimal92156109
Binary1011100100111001101101
Octal134234155

Shades and tints

Shades of #5C9C6D

#5C9C6D
(92,156,109)
#548E64
(84,142,100)
#4C805B
(76,128,91)
#447252
(68,114,82)
#3C6449
(60,100,73)
#345640
(52,86,64)
#2C4837
(44,72,55)
#243A2E
(36,58,46)
#1C2C25
(28,44,37)
#141E1C
(20,30,28)
#0C1013
(12,16,19)
#000000
(0,0,0)

Tints of #5C9C6D

#5C9C6D
(92,156,109)
#6AA57A
(106,165,122)
#78AE87
(120,174,135)
#86B794
(134,183,148)
#94C0A1
(148,192,161)
#A2C9AE
(162,201,174)
#B0D2BB
(176,210,187)
#BEDBC8
(190,219,200)
#CCE4D5
(204,228,213)
#DAEDE2
(218,237,226)
#E8F6EF
(232,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9C6D color. Also use rgb(92,156,109) instead hex code.

Text Font Color

.myTextColor { color: #5C9C6D; }

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

This text font color is #5C9C6D.


Background Color

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

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

This div background color is #5C9C6D.


Border color

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

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

This div border color is #5C9C6D.


Opacity

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

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

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

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

This text has shadow with #5C9C6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9C6D on black background.


Color preview on white background

This text has color #5C9C6D on white background.



Black color preview on #5C9C6D background

This text has black color on #5C9C6D background.


White color preview on #5C9C6D background

This text has white color on #5C9C6D background.