COLOR #4C4920

HEX: #4C4920 RGB: (76,73,32)

Color info

#4C4920 contains red, green and blue colors in about the same proportion. Web safe color of #4C4920 is #333333 (or #333).

RGB color model

#4C4920 color RGB value is (76,73,32).

RGB: (76,73,32) (30%, 29%, 13%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 32 of 255 = 13%

76
73
32

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

Portions of RGB colors in percentages

R + G + B = 76 + 73 + 32 = 181 (100%)
R 76 of 181 ~ 41.99%
G 73 of 181 ~ 40.33%
B 32 of 181 ~ 17.68'%

%41.99
%40.33
%17.68

CMYK color model

#4C4920 color CMYK value is (0,4,58,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 57.89%
  • key color value is 70.20%

CMYK: (0,4,58,70)
C0M4Y58K70 (0%, 4%, 58%, 70%)
(0.00 / 0.04 / 0.58 / 0.70)

CMYK percentages

%0
%3.95
%57.89
%70.2

Codes

Color #4C4920 in popluar color models

4C 49 20
RGB 76 73 32
HSL 56° 40.74% 21.18%
HSB/HSV 56° 57.89% 29.80%
CMYK 0.00% 3.95% 57.89%
70.20%

Color #4C4920 in popluar number systems.

HEX 4C 49 20
Decimal 76 73 32
Binary 1001100 1001001 100000
Octal 114 111 40

Shades and tints

Shades of #4C4920

#4C4920
(76,73,32)
#46431E
(70,67,30)
#403D1C
(64,61,28)
#3A371A
(58,55,26)
#343118
(52,49,24)
#2E2B16
(46,43,22)
#282514
(40,37,20)
#221F12
(34,31,18)
#1C1910
(28,25,16)
#16130E
(22,19,14)
#100D0C
(16,13,12)
#000000
(0,0,0)

Tints of #4C4920

#4C4920
(76,73,32)
#5C5934
(92,89,52)
#6C6948
(108,105,72)
#7C795C
(124,121,92)
#8C8970
(140,137,112)
#9C9984
(156,153,132)
#ACA998
(172,169,152)
#BCB9AC
(188,185,172)
#CCC9C0
(204,201,192)
#DCD9D4
(220,217,212)
#ECE9E8
(236,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4C4920 color. Also use rgb(76,73,32) instead hex code.

Text Font Color

.myTextColor { color: #4C4920; }

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

This text font color is #4C4920.

Background Color

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

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

This div background color is #4C4920.

Border color

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

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

This div border color is #4C4920.

Opacity

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

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

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

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

This text has shadow with #4C4920 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4920.

Preview

Color preview on black background

This text has color #4C4920 on black background.


Color preview on white background

This text has color #4C4920 on white background.


Black color preview on #4C4920 background

This text has black color on #4C4920 background.


White color preview on #4C4920 background

This text has white color on #4C4920 background.


Related colors

Complementary color

Complementary color for #hex is #B3B6DF.


I love getcolorcode.com

Triadic colors

1 #204C49 and #49204C with #4C4920 are triadic colors.

2 #20494C and #494C20 with #4C4920 are triadic colors.