COLOR #4C5D11

HEX: #4C5D11
RGB: (76,93,17)

Color info

#4C5D11 contains mainly red and green colors. Web safe color of #4C5D11 is #336600 (or #360).

RGB color model

#4C5D11 color RGB value is (76,93,17).

  • red value is 76;
  • green value is 93;
  • blue value is 17.
RGB:
(76,93,17)
(30%,36%,7%)

RGB channels and saturation

R 76 of 255 = 30%
G 93 of 255 = 36%
B 17 of 255 = 7%

76
93
17

R + G + B ~ 24%. #4C5D11 is dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 93 + 17 = 186 (100%)
R 76 of 186 ~ 40.86%
G 93 of 186 ~ 50%
B 17 of 186 ~ 9.14%

%40.86
%50

CMYK color model

#4C5D11 color CMYK value is (18,0,82,64).

  • cyan value is 18.28%
  • magenta value is 0.00%
  • yellow value is 81.72%
  • key color value is 63.53%
CMYK:
(18,0,82,64)
C18M0Y82K64 
(18%,0%,82%,64%)
(0.18/0.00/0.82/0.64)	

CMYK percentages

%18.28
%0
%81.72
%63.53

Codes

Color #4C5D11 in popluar color models

4C5D11
RGB769317
HSL73°69.09%21.57%
HSB/HSV73°81.72%36.47%
CMYK18.28%0.00%81.72%
63.53%

Color #4C5D11 in popluar number systems.

HEX4C5D11
Decimal769317
Binary1001100101110110001
Octal11413521

Shades and tints

Shades of #4C5D11

#4C5D11
(76,93,17)
#465510
(70,85,16)
#404D0F
(64,77,15)
#3A450E
(58,69,14)
#343D0D
(52,61,13)
#2E350C
(46,53,12)
#282D0B
(40,45,11)
#22250A
(34,37,10)
#1C1D09
(28,29,9)
#161508
(22,21,8)
#100D07
(16,13,7)
#000000
(0,0,0)

Tints of #4C5D11

#4C5D11
(76,93,17)
#5C6B26
(92,107,38)
#6C793B
(108,121,59)
#7C8750
(124,135,80)
#8C9565
(140,149,101)
#9CA37A
(156,163,122)
#ACB18F
(172,177,143)
#BCBFA4
(188,191,164)
#CCCDB9
(204,205,185)
#DCDBCE
(220,219,206)
#ECE9E3
(236,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C5D11 color. Also use rgb(76,93,17) instead hex code.

Text Font Color

.myTextColor { color: #4C5D11; }

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

This text font color is #4C5D11.


Background Color

.myBgColor { background-color: #4C5D11; }

<div style="background-color:#4C5D11">Inner text</div>

This div background color is #4C5D11.


Border color

.myBorderColor { border: 1px solid #4C5D11; }

<div style="border:3px solid #4C5D11">Div</div>

This div border color is #4C5D11.


Opacity

.myOpacity80 { color: #4C5D11; opacity: 0.8; }

<p style="color:#4C5D11;opacity:0.8;">80%</p>

Text with #4C5D11 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 #4C5D11;}

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

This text has shadow with #4C5D11 color.

.textShadow {text-shadow: 3px 3px 1px #4C5D11, 3px 3px 1px red;}

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

This text has shadow with #4C5D11 primary color and red secondary color.


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

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

This text has shadow with #4C5D11 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C5D11 on black background.


Color preview on white background

This text has color #4C5D11 on white background.



Black color preview on #4C5D11 background

This text has black color on #4C5D11 background.


White color preview on #4C5D11 background

This text has white color on #4C5D11 background.