COLOR #5C8337

HEX: #5C8337
RGB: (92,131,55)

Color info

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

RGB color model

#5C8337 color RGB value is (92,131,55).

  • red value is 92;
  • green value is 131;
  • blue value is 55.
RGB:
(92,131,55)
(36%,51%,22%)

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 55 of 255 = 22%

92
131
55

R + G + B ~ 36%. #5C8337 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 55 = 278 (100%)
R 92 of 278 ~ 33.09%
G 131 of 278 ~ 47.12%
B 55 of 278 ~ 19.78%

%33.09
%47.12
%19.78

CMYK color model

#5C8337 color CMYK value is (30,0,58,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 58.02%
  • key color value is 48.63%
CMYK:
(30,0,58,49)
C30M0Y58K49 
(30%,0%,58%,49%)
(0.30/0.00/0.58/0.49)	

CMYK percentages

%29.77
%0
%58.02
%48.63

Codes

Color #5C8337 in popluar color models

5C8337
RGB9213155
HSL91°40.86%36.47%
HSB/HSV91°58.02%51.37%
CMYK29.77%0.00%58.02%
48.63%

Color #5C8337 in popluar number systems.

HEX5C8337
Decimal9213155
Binary101110010000011110111
Octal13420367

Shades and tints

Shades of #5C8337

#5C8337
(92,131,55)
#547832
(84,120,50)
#4C6D2D
(76,109,45)
#446228
(68,98,40)
#3C5723
(60,87,35)
#344C1E
(52,76,30)
#2C4119
(44,65,25)
#243614
(36,54,20)
#1C2B0F
(28,43,15)
#14200A
(20,32,10)
#0C1505
(12,21,5)
#000000
(0,0,0)

Tints of #5C8337

#5C8337
(92,131,55)
#6A8E49
(106,142,73)
#78995B
(120,153,91)
#86A46D
(134,164,109)
#94AF7F
(148,175,127)
#A2BA91
(162,186,145)
#B0C5A3
(176,197,163)
#BED0B5
(190,208,181)
#CCDBC7
(204,219,199)
#DAE6D9
(218,230,217)
#E8F1EB
(232,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C8337 color. Also use rgb(92,131,55) instead hex code.

Text Font Color

.myTextColor { color: #5C8337; }

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

This text font color is #5C8337.


Background Color

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

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

This div background color is #5C8337.


Border color

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

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

This div border color is #5C8337.


Opacity

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

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

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

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

This text has shadow with #5C8337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8337 on black background.


Color preview on white background

This text has color #5C8337 on white background.



Black color preview on #5C8337 background

This text has black color on #5C8337 background.


White color preview on #5C8337 background

This text has white color on #5C8337 background.