COLOR #5C9B49

HEX: #5C9B49
RGB: (92,155,73)

Color info

#5C9B49 contains mainly green color. Web safe color of #5C9B49 is #669933 (or #693).

RGB color model

#5C9B49 color RGB value is (92,155,73).

  • red value is 92;
  • green value is 155;
  • blue value is 73.
RGB:
(92,155,73)
(36%,61%,29%)

RGB channels and saturation

R 92 of 255 = 36%
G 155 of 255 = 61%
B 73 of 255 = 29%

92
155
73

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

Portions of RGB colors in percentages

R + G + B =
92 + 155 + 73 = 320 (100%)
R 92 of 320 ~ 28.75%
G 155 of 320 ~ 48.44%
B 73 of 320 ~ 22.81%

%28.75
%48.44
%22.81

CMYK color model

#5C9B49 color CMYK value is (41,0,53,39).

  • cyan value is 40.65%
  • magenta value is 0.00%
  • yellow value is 52.90%
  • key color value is 39.22%
CMYK:
(41,0,53,39)
C41M0Y53K39 
(41%,0%,53%,39%)
(0.41/0.00/0.53/0.39)	

CMYK percentages

%40.65
%0
%52.9
%39.22

Codes

Color #5C9B49 in popluar color models

5C9B49
RGB9215573
HSL106°35.96%44.71%
HSB/HSV106°52.90%60.78%
CMYK40.65%0.00%52.90%
39.22%

Color #5C9B49 in popluar number systems.

HEX5C9B49
Decimal9215573
Binary1011100100110111001001
Octal134233111

Shades and tints

Shades of #5C9B49

#5C9B49
(92,155,73)
#548D43
(84,141,67)
#4C7F3D
(76,127,61)
#447137
(68,113,55)
#3C6331
(60,99,49)
#34552B
(52,85,43)
#2C4725
(44,71,37)
#24391F
(36,57,31)
#1C2B19
(28,43,25)
#141D13
(20,29,19)
#0C0F0D
(12,15,13)
#000000
(0,0,0)

Tints of #5C9B49

#5C9B49
(92,155,73)
#6AA459
(106,164,89)
#78AD69
(120,173,105)
#86B679
(134,182,121)
#94BF89
(148,191,137)
#A2C899
(162,200,153)
#B0D1A9
(176,209,169)
#BEDAB9
(190,218,185)
#CCE3C9
(204,227,201)
#DAECD9
(218,236,217)
#E8F5E9
(232,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C9B49 color. Also use rgb(92,155,73) instead hex code.

Text Font Color

.myTextColor { color: #5C9B49; }

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

This text font color is #5C9B49.


Background Color

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

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

This div background color is #5C9B49.


Border color

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

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

This div border color is #5C9B49.


Opacity

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

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

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

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

This text has shadow with #5C9B49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9B49 on black background.


Color preview on white background

This text has color #5C9B49 on white background.



Black color preview on #5C9B49 background

This text has black color on #5C9B49 background.


White color preview on #5C9B49 background

This text has white color on #5C9B49 background.