COLOR #4C4932

HEX: #4C4932
RGB: (76,73,50)

Color info

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

RGB color model

#4C4932 color RGB value is (76,73,50).

  • red value is 76;
  • green value is 73;
  • blue value is 50.
RGB:
(76,73,50)
(30%,29%,20%)

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 50 of 255 = 20%

76
73
50

R + G + B ~ 26%. #4C4932 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 73 + 50 = 199 (100%)
R 76 of 199 ~ 38.19%
G 73 of 199 ~ 36.68%
B 50 of 199 ~ 25.13%

%38.19
%36.68
%25.13

CMYK color model

#4C4932 color CMYK value is (0,4,34,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 34.21%
  • key color value is 70.20%
CMYK:
(0,4,34,70)
C0M4Y34K70 
(0%,4%,34%,70%)
(0.00/0.04/0.34/0.70)	

CMYK percentages

%0
%3.95
%34.21
%70.2

Codes

Color #4C4932 in popluar color models

4C4932
RGB767350
HSL53°20.63%24.71%
HSB/HSV53°34.21%29.80%
CMYK0.00%3.95%34.21%
70.20%

Color #4C4932 in popluar number systems.

HEX4C4932
Decimal767350
Binary10011001001001110010
Octal11411162

Shades and tints

Shades of #4C4932

#4C4932
(76,73,50)
#46432E
(70,67,46)
#403D2A
(64,61,42)
#3A3726
(58,55,38)
#343122
(52,49,34)
#2E2B1E
(46,43,30)
#28251A
(40,37,26)
#221F16
(34,31,22)
#1C1912
(28,25,18)
#16130E
(22,19,14)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C4932

#4C4932
(76,73,50)
#5C5944
(92,89,68)
#6C6956
(108,105,86)
#7C7968
(124,121,104)
#8C897A
(140,137,122)
#9C998C
(156,153,140)
#ACA99E
(172,169,158)
#BCB9B0
(188,185,176)
#CCC9C2
(204,201,194)
#DCD9D4
(220,217,212)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4932; }

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

This text font color is #4C4932.


Background Color

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

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

This div background color is #4C4932.


Border color

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

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

This div border color is #4C4932.


Opacity

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

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

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

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

This text has shadow with #4C4932 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4932 on black background.


Color preview on white background

This text has color #4C4932 on white background.



Black color preview on #4C4932 background

This text has black color on #4C4932 background.


White color preview on #4C4932 background

This text has white color on #4C4932 background.