COLOR #5C6A1D

HEX: #5C6A1D
RGB: (92,106,29)

Color info

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

RGB color model

#5C6A1D color RGB value is (92,106,29).

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

RGB channels and saturation

R 92 of 255 = 36%
G 106 of 255 = 42%
B 29 of 255 = 11%

92
106
29

R + G + B ~ 30%. #5C6A1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 106 + 29 = 227 (100%)
R 92 of 227 ~ 40.53%
G 106 of 227 ~ 46.7%
B 29 of 227 ~ 12.78%

%40.53
%46.7
%12.78

CMYK color model

#5C6A1D color CMYK value is (13,0,73,58).

  • cyan value is 13.21%
  • magenta value is 0.00%
  • yellow value is 72.64%
  • key color value is 58.43%
CMYK:
(13,0,73,58)
C13M0Y73K58 
(13%,0%,73%,58%)
(0.13/0.00/0.73/0.58)	

CMYK percentages

%13.21
%0
%72.64
%58.43

Codes

Color #5C6A1D in popluar color models

5C6A1D
RGB9210629
HSL71°57.04%26.47%
HSB/HSV71°72.64%41.57%
CMYK13.21%0.00%72.64%
58.43%

Color #5C6A1D in popluar number systems.

HEX5C6A1D
Decimal9210629
Binary1011100110101011101
Octal13415235

Shades and tints

Shades of #5C6A1D

#5C6A1D
(92,106,29)
#54611B
(84,97,27)
#4C5819
(76,88,25)
#444F17
(68,79,23)
#3C4615
(60,70,21)
#343D13
(52,61,19)
#2C3411
(44,52,17)
#242B0F
(36,43,15)
#1C220D
(28,34,13)
#14190B
(20,25,11)
#0C1009
(12,16,9)
#000000
(0,0,0)

Tints of #5C6A1D

#5C6A1D
(92,106,29)
#6A7731
(106,119,49)
#788445
(120,132,69)
#869159
(134,145,89)
#949E6D
(148,158,109)
#A2AB81
(162,171,129)
#B0B895
(176,184,149)
#BEC5A9
(190,197,169)
#CCD2BD
(204,210,189)
#DADFD1
(218,223,209)
#E8ECE5
(232,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5C6A1D; }

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

This text font color is #5C6A1D.


Background Color

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

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

This div background color is #5C6A1D.


Border color

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

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

This div border color is #5C6A1D.


Opacity

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

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

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

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

This text has shadow with #5C6A1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C6A1D on black background.


Color preview on white background

This text has color #5C6A1D on white background.



Black color preview on #5C6A1D background

This text has black color on #5C6A1D background.


White color preview on #5C6A1D background

This text has white color on #5C6A1D background.