COLOR #5C8333

HEX: #5C8333
RGB: (92,131,51)

Color info

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

RGB color model

#5C8333 color RGB value is (92,131,51).

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

RGB channels and saturation

R 92 of 255 = 36%
G 131 of 255 = 51%
B 51 of 255 = 20%

92
131
51

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

Portions of RGB colors in percentages

R + G + B =
92 + 131 + 51 = 274 (100%)
R 92 of 274 ~ 33.58%
G 131 of 274 ~ 47.81%
B 51 of 274 ~ 18.61%

%33.58
%47.81
%18.61

CMYK color model

#5C8333 color CMYK value is (30,0,61,49).

  • cyan value is 29.77%
  • magenta value is 0.00%
  • yellow value is 61.07%
  • key color value is 48.63%
CMYK:
(30,0,61,49)
C30M0Y61K49 
(30%,0%,61%,49%)
(0.30/0.00/0.61/0.49)	

CMYK percentages

%29.77
%0
%61.07
%48.63

Codes

Color #5C8333 in popluar color models

5C8333
RGB9213151
HSL89°43.96%35.69%
HSB/HSV89°61.07%51.37%
CMYK29.77%0.00%61.07%
48.63%

Color #5C8333 in popluar number systems.

HEX5C8333
Decimal9213151
Binary101110010000011110011
Octal13420363

Shades and tints

Shades of #5C8333

#5C8333
(92,131,51)
#54782F
(84,120,47)
#4C6D2B
(76,109,43)
#446227
(68,98,39)
#3C5723
(60,87,35)
#344C1F
(52,76,31)
#2C411B
(44,65,27)
#243617
(36,54,23)
#1C2B13
(28,43,19)
#14200F
(20,32,15)
#0C150B
(12,21,11)
#000000
(0,0,0)

Tints of #5C8333

#5C8333
(92,131,51)
#6A8E45
(106,142,69)
#789957
(120,153,87)
#86A469
(134,164,105)
#94AF7B
(148,175,123)
#A2BA8D
(162,186,141)
#B0C59F
(176,197,159)
#BED0B1
(190,208,177)
#CCDBC3
(204,219,195)
#DAE6D5
(218,230,213)
#E8F1E7
(232,241,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C8333; }

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

This text font color is #5C8333.


Background Color

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

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

This div background color is #5C8333.


Border color

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

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

This div border color is #5C8333.


Opacity

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

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

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

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

This text has shadow with #5C8333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C8333 on black background.


Color preview on white background

This text has color #5C8333 on white background.



Black color preview on #5C8333 background

This text has black color on #5C8333 background.


White color preview on #5C8333 background

This text has white color on #5C8333 background.