COLOR #5C7A1D

HEX: #5C7A1D
RGB: (92,122,29)

Color info

#5C7A1D contains mainly red and green colors. Web safe color of #5C7A1D is #666633 (or #663).

RGB color model

#5C7A1D color RGB value is (92,122,29).

  • red value is 92;
  • green value is 122;
  • blue value is 29.
RGB:
(92,122,29)
(36%,48%,11%)

RGB channels and saturation

R 92 of 255 = 36%
G 122 of 255 = 48%
B 29 of 255 = 11%

92
122
29

R + G + B ~ 32%. #5C7A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 122 + 29 = 243 (100%)
R 92 of 243 ~ 37.86%
G 122 of 243 ~ 50.21%
B 29 of 243 ~ 11.93%

%37.86
%50.21
%11.93

CMYK color model

#5C7A1D color CMYK value is (25,0,76,52).

  • cyan value is 24.59%
  • magenta value is 0.00%
  • yellow value is 76.23%
  • key color value is 52.16%
CMYK:
(25,0,76,52)
C25M0Y76K52 
(25%,0%,76%,52%)
(0.25/0.00/0.76/0.52)	

CMYK percentages

%24.59
%0
%76.23
%52.16

Codes

Color #5C7A1D in popluar color models

5C7A1D
RGB9212229
HSL79°61.59%29.61%
HSB/HSV79°76.23%47.84%
CMYK24.59%0.00%76.23%
52.16%

Color #5C7A1D in popluar number systems.

HEX5C7A1D
Decimal9212229
Binary1011100111101011101
Octal13417235

Shades and tints

Shades of #5C7A1D

#5C7A1D
(92,122,29)
#546F1B
(84,111,27)
#4C6419
(76,100,25)
#445917
(68,89,23)
#3C4E15
(60,78,21)
#344313
(52,67,19)
#2C3811
(44,56,17)
#242D0F
(36,45,15)
#1C220D
(28,34,13)
#14170B
(20,23,11)
#0C0C09
(12,12,9)
#000000
(0,0,0)

Tints of #5C7A1D

#5C7A1D
(92,122,29)
#6A8631
(106,134,49)
#789245
(120,146,69)
#869E59
(134,158,89)
#94AA6D
(148,170,109)
#A2B681
(162,182,129)
#B0C295
(176,194,149)
#BECEA9
(190,206,169)
#CCDABD
(204,218,189)
#DAE6D1
(218,230,209)
#E8F2E5
(232,242,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C7A1D color. Also use rgb(92,122,29) instead hex code.

Text Font Color

.myTextColor { color: #5C7A1D; }

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

This text font color is #5C7A1D.


Background Color

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

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

This div background color is #5C7A1D.


Border color

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

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

This div border color is #5C7A1D.


Opacity

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

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

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

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

This text has shadow with #5C7A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C7A1D on black background.


Color preview on white background

This text has color #5C7A1D on white background.



Black color preview on #5C7A1D background

This text has black color on #5C7A1D background.


White color preview on #5C7A1D background

This text has white color on #5C7A1D background.