COLOR #4C4921

HEX: #4C4921
RGB: (76,73,33)

Color info

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

RGB color model

#4C4921 color RGB value is (76,73,33).

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

RGB channels and saturation

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

76
73
33

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

Portions of RGB colors in percentages

R + G + B =
76 + 73 + 33 = 182 (100%)
R 76 of 182 ~ 41.76%
G 73 of 182 ~ 40.11%
B 33 of 182 ~ 18.13%

%41.76
%40.11
%18.13

CMYK color model

#4C4921 color CMYK value is (0,4,57,70).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 56.58%
  • key color value is 70.20%
CMYK:
(0,4,57,70)
C0M4Y57K70 
(0%,4%,57%,70%)
(0.00/0.04/0.57/0.70)	

CMYK percentages

%0
%3.95
%56.58
%70.2

Codes

Color #4C4921 in popluar color models

4C4921
RGB767333
HSL56°39.45%21.37%
HSB/HSV56°56.58%29.80%
CMYK0.00%3.95%56.58%
70.20%

Color #4C4921 in popluar number systems.

HEX4C4921
Decimal767333
Binary10011001001001100001
Octal11411141

Shades and tints

Shades of #4C4921

#4C4921
(76,73,33)
#46431E
(70,67,30)
#403D1B
(64,61,27)
#3A3718
(58,55,24)
#343115
(52,49,21)
#2E2B12
(46,43,18)
#28250F
(40,37,15)
#221F0C
(34,31,12)
#1C1909
(28,25,9)
#161306
(22,19,6)
#100D03
(16,13,3)
#000000
(0,0,0)

Tints of #4C4921

#4C4921
(76,73,33)
#5C5935
(92,89,53)
#6C6949
(108,105,73)
#7C795D
(124,121,93)
#8C8971
(140,137,113)
#9C9985
(156,153,133)
#ACA999
(172,169,153)
#BCB9AD
(188,185,173)
#CCC9C1
(204,201,193)
#DCD9D5
(220,217,213)
#ECE9E9
(236,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C4921; }

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

This text font color is #4C4921.


Background Color

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

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

This div background color is #4C4921.


Border color

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

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

This div border color is #4C4921.


Opacity

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

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

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

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

This text has shadow with #4C4921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C4921 on black background.


Color preview on white background

This text has color #4C4921 on white background.



Black color preview on #4C4921 background

This text has black color on #4C4921 background.


White color preview on #4C4921 background

This text has white color on #4C4921 background.