COLOR #5C741C

HEX: #5C741C
RGB: (92,116,28)

Color info

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

RGB color model

#5C741C color RGB value is (92,116,28).

  • red value is 92;
  • green value is 116;
  • blue value is 28.
RGB:
(92,116,28)
(36%,45%,11%)

RGB channels and saturation

R 92 of 255 = 36%
G 116 of 255 = 45%
B 28 of 255 = 11%

92
116
28

R + G + B ~ 31%. #5C741C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
92 + 116 + 28 = 236 (100%)
R 92 of 236 ~ 38.98%
G 116 of 236 ~ 49.15%
B 28 of 236 ~ 11.86%

%38.98
%49.15
%11.86

CMYK color model

#5C741C color CMYK value is (21,0,76,55).

  • cyan value is 20.69%
  • magenta value is 0.00%
  • yellow value is 75.86%
  • key color value is 54.51%
CMYK:
(21,0,76,55)
C21M0Y76K55 
(21%,0%,76%,55%)
(0.21/0.00/0.76/0.55)	

CMYK percentages

%20.69
%0
%75.86
%54.51

Codes

Color #5C741C in popluar color models

5C741C
RGB9211628
HSL76°61.11%28.24%
HSB/HSV76°75.86%45.49%
CMYK20.69%0.00%75.86%
54.51%

Color #5C741C in popluar number systems.

HEX5C741C
Decimal9211628
Binary1011100111010011100
Octal13416434

Shades and tints

Shades of #5C741C

#5C741C
(92,116,28)
#546A1A
(84,106,26)
#4C6018
(76,96,24)
#445616
(68,86,22)
#3C4C14
(60,76,20)
#344212
(52,66,18)
#2C3810
(44,56,16)
#242E0E
(36,46,14)
#1C240C
(28,36,12)
#141A0A
(20,26,10)
#0C1008
(12,16,8)
#000000
(0,0,0)

Tints of #5C741C

#5C741C
(92,116,28)
#6A8030
(106,128,48)
#788C44
(120,140,68)
#869858
(134,152,88)
#94A46C
(148,164,108)
#A2B080
(162,176,128)
#B0BC94
(176,188,148)
#BEC8A8
(190,200,168)
#CCD4BC
(204,212,188)
#DAE0D0
(218,224,208)
#E8ECE4
(232,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5C741C color. Also use rgb(92,116,28) instead hex code.

Text Font Color

.myTextColor { color: #5C741C; }

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

This text font color is #5C741C.


Background Color

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

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

This div background color is #5C741C.


Border color

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

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

This div border color is #5C741C.


Opacity

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

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

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

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

This text has shadow with #5C741C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5C741C on black background.


Color preview on white background

This text has color #5C741C on white background.



Black color preview on #5C741C background

This text has black color on #5C741C background.


White color preview on #5C741C background

This text has white color on #5C741C background.