COLOR #4C4928

HEX: #4C4928
RGB: (76,73,40)

Color info

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

RGB color model

#4C4928 color RGB value is (76,73,40).

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

RGB channels and saturation

R 76 of 255 = 30%
G 73 of 255 = 29%
B 40 of 255 = 16%

76
73
40

R + G + B ~ 25%. #4C4928 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
76 + 73 + 40 = 189 (100%)
R 76 of 189 ~ 40.21%
G 73 of 189 ~ 38.62%
B 40 of 189 ~ 21.16%

%40.21
%38.62
%21.16

CMYK color model

#4C4928 color CMYK value is (0,4,47,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 47.37%
  • key color value is 70.20%
CMYK:
(0,4,47,70)
C0M4Y47K70 
(0%,4%,47%,70%)
(0.00/0.04/0.47/0.70)	

CMYK percentages

%0
%3.95
%47.37
%70.2

Codes

Color #4C4928 in popluar color models

4C4928
RGB767340
HSL55°31.03%22.75%
HSB/HSV55°47.37%29.80%
CMYK0.00%3.95%47.37%
70.20%

Color #4C4928 in popluar number systems.

HEX4C4928
Decimal767340
Binary10011001001001101000
Octal11411150

Shades and tints

Shades of #4C4928

#4C4928
(76,73,40)
#464325
(70,67,37)
#403D22
(64,61,34)
#3A371F
(58,55,31)
#34311C
(52,49,28)
#2E2B19
(46,43,25)
#282516
(40,37,22)
#221F13
(34,31,19)
#1C1910
(28,25,16)
#16130D
(22,19,13)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #4C4928

#4C4928
(76,73,40)
#5C593B
(92,89,59)
#6C694E
(108,105,78)
#7C7961
(124,121,97)
#8C8974
(140,137,116)
#9C9987
(156,153,135)
#ACA99A
(172,169,154)
#BCB9AD
(188,185,173)
#CCC9C0
(204,201,192)
#DCD9D3
(220,217,211)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4928; }

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

This text font color is #4C4928.


Background Color

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

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

This div background color is #4C4928.


Border color

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

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

This div border color is #4C4928.


Opacity

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

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

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

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

This text has shadow with #4C4928 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4928 on black background.


Color preview on white background

This text has color #4C4928 on white background.



Black color preview on #4C4928 background

This text has black color on #4C4928 background.


White color preview on #4C4928 background

This text has white color on #4C4928 background.