COLOR #4C4936

HEX: #4C4936 RGB: (76,73,54)

Color info

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

RGB color model

#4C4936 color RGB value is (76,73,54).

RGB: (76,73,54) (30%, 29%, 21%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 54 of 255 = 21%

76
73
54

R + G + B ~ 27%. #4C4936 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 76 + 73 + 54 = 203 (100%)
R 76 of 203 ~ 37.44%
G 73 of 203 ~ 35.96%
B 54 of 203 ~ 26.6'%

%37.44
%35.96
%26.6

CMYK color model

#4C4936 color CMYK value is (0,4,29,70).

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

CMYK: (0,4,29,70)
C0M4Y29K70 (0%, 4%, 29%, 70%)
(0.00 / 0.04 / 0.29 / 0.70)

CMYK percentages

%0
%3.95
%28.95
%70.2

Codes

Color #4C4936 in popluar color models

4C 49 36
RGB 76 73 54
HSL 52° 16.92% 25.49%
HSB/HSV 52° 28.95% 29.80%
CMYK 0.00% 3.95% 28.95%
70.20%

Color #4C4936 in popluar number systems.

HEX 4C 49 36
Decimal 76 73 54
Binary 1001100 1001001 110110
Octal 114 111 66

Shades and tints

Shades of #4C4936

#4C4936
(76,73,54)
#464332
(70,67,50)
#403D2E
(64,61,46)
#3A372A
(58,55,42)
#343126
(52,49,38)
#2E2B22
(46,43,34)
#28251E
(40,37,30)
#221F1A
(34,31,26)
#1C1916
(28,25,22)
#161312
(22,19,18)
#100D0E
(16,13,14)
#000000
(0,0,0)

Tints of #4C4936

#4C4936
(76,73,54)
#5C5948
(92,89,72)
#6C695A
(108,105,90)
#7C796C
(124,121,108)
#8C897E
(140,137,126)
#9C9990
(156,153,144)
#ACA9A2
(172,169,162)
#BCB9B4
(188,185,180)
#CCC9C6
(204,201,198)
#DCD9D8
(220,217,216)
#ECE9EA
(236,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4936; }

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

This text font color is #4C4936.

Background Color

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

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

This div background color is #4C4936.

Border color

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

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

This div border color is #4C4936.

Opacity

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

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

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

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

This text has shadow with #4C4936 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4C4936.

Preview

Color preview on black background

This text has color #4C4936 on black background.


Color preview on white background

This text has color #4C4936 on white background.


Black color preview on #4C4936 background

This text has black color on #4C4936 background.


White color preview on #4C4936 background

This text has white color on #4C4936 background.


Related colors

Complementary color

Complementary color for #hex is #B3B6C9.


I love getcolorcode.com

Triadic colors

1 #364C49 and #49364C with #4C4936 are triadic colors.

2 #36494C and #494C36 with #4C4936 are triadic colors.