COLOR #5C9249

HEX: #5C9249
RGB: (92,146,73)

Color info

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

RGB color model

#5C9249 color RGB value is (92,146,73).

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

RGB channels and saturation

R 92 of 255 = 36%
G 146 of 255 = 57%
B 73 of 255 = 29%

92
146
73

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

Portions of RGB colors in percentages

R + G + B =
92 + 146 + 73 = 311 (100%)
R 92 of 311 ~ 29.58%
G 146 of 311 ~ 46.95%
B 73 of 311 ~ 23.47%

%29.58
%46.95
%23.47

CMYK color model

#5C9249 color CMYK value is (37,0,50,43).

  • cyan value is 36.99%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 42.75%
CMYK:
(37,0,50,43)
C37M0Y50K43 
(37%,0%,50%,43%)
(0.37/0.00/0.50/0.43)	

CMYK percentages

%36.99
%0
%50
%42.75

Codes

Color #5C9249 in popluar color models

5C9249
RGB9214673
HSL104°33.33%42.94%
HSB/HSV104°50.00%57.25%
CMYK36.99%0.00%50.00%
42.75%

Color #5C9249 in popluar number systems.

HEX5C9249
Decimal9214673
Binary1011100100100101001001
Octal134222111

Shades and tints

Shades of #5C9249

#5C9249
(92,146,73)
#548543
(84,133,67)
#4C783D
(76,120,61)
#446B37
(68,107,55)
#3C5E31
(60,94,49)
#34512B
(52,81,43)
#2C4425
(44,68,37)
#24371F
(36,55,31)
#1C2A19
(28,42,25)
#141D13
(20,29,19)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #5C9249

#5C9249
(92,146,73)
#6A9B59
(106,155,89)
#78A469
(120,164,105)
#86AD79
(134,173,121)
#94B689
(148,182,137)
#A2BF99
(162,191,153)
#B0C8A9
(176,200,169)
#BED1B9
(190,209,185)
#CCDAC9
(204,218,201)
#DAE3D9
(218,227,217)
#E8ECE9
(232,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C9249; }

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

This text font color is #5C9249.


Background Color

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

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

This div background color is #5C9249.


Border color

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

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

This div border color is #5C9249.


Opacity

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

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

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

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

This text has shadow with #5C9249 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C9249 on black background.


Color preview on white background

This text has color #5C9249 on white background.



Black color preview on #5C9249 background

This text has black color on #5C9249 background.


White color preview on #5C9249 background

This text has white color on #5C9249 background.