COLOR #5C9550

HEX: #5C9550
RGB: (92,149,80)

Color info

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

RGB color model

#5C9550 color RGB value is (92,149,80).

  • red value is 92;
  • green value is 149;
  • blue value is 80.
RGB:
(92,149,80)
(36%,58%,31%)

RGB channels and saturation

R 92 of 255 = 36%
G 149 of 255 = 58%
B 80 of 255 = 31%

92
149
80

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

Portions of RGB colors in percentages

R + G + B =
92 + 149 + 80 = 321 (100%)
R 92 of 321 ~ 28.66%
G 149 of 321 ~ 46.42%
B 80 of 321 ~ 24.92%

%28.66
%46.42
%24.92

CMYK color model

#5C9550 color CMYK value is (38,0,46,42).

  • cyan value is 38.26%
  • magenta value is 0.00%
  • yellow value is 46.31%
  • key color value is 41.57%
CMYK:
(38,0,46,42)
C38M0Y46K42 
(38%,0%,46%,42%)
(0.38/0.00/0.46/0.42)	

CMYK percentages

%38.26
%0
%46.31
%41.57

Codes

Color #5C9550 in popluar color models

5C9550
RGB9214980
HSL110°30.13%44.90%
HSB/HSV110°46.31%58.43%
CMYK38.26%0.00%46.31%
41.57%

Color #5C9550 in popluar number systems.

HEX5C9550
Decimal9214980
Binary1011100100101011010000
Octal134225120

Shades and tints

Shades of #5C9550

#5C9550
(92,149,80)
#548849
(84,136,73)
#4C7B42
(76,123,66)
#446E3B
(68,110,59)
#3C6134
(60,97,52)
#34542D
(52,84,45)
#2C4726
(44,71,38)
#243A1F
(36,58,31)
#1C2D18
(28,45,24)
#142011
(20,32,17)
#0C130A
(12,19,10)
#000000
(0,0,0)

Tints of #5C9550

#5C9550
(92,149,80)
#6A9E5F
(106,158,95)
#78A76E
(120,167,110)
#86B07D
(134,176,125)
#94B98C
(148,185,140)
#A2C29B
(162,194,155)
#B0CBAA
(176,203,170)
#BED4B9
(190,212,185)
#CCDDC8
(204,221,200)
#DAE6D7
(218,230,215)
#E8EFE6
(232,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9550 color. Also use rgb(92,149,80) instead hex code.

Text Font Color

.myTextColor { color: #5C9550; }

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

This text font color is #5C9550.


Background Color

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

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

This div background color is #5C9550.


Border color

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

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

This div border color is #5C9550.


Opacity

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

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

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

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

This text has shadow with #5C9550 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9550 on black background.


Color preview on white background

This text has color #5C9550 on white background.



Black color preview on #5C9550 background

This text has black color on #5C9550 background.


White color preview on #5C9550 background

This text has white color on #5C9550 background.