COLOR #4D4921

HEX: #4D4921
RGB: (77,73,33)

Color info

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

RGB color model

#4D4921 color RGB value is (77,73,33).

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

RGB channels and saturation

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

77
73
33

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

Portions of RGB colors in percentages

R + G + B =
77 + 73 + 33 = 183 (100%)
R 77 of 183 ~ 42.08%
G 73 of 183 ~ 39.89%
B 33 of 183 ~ 18.03%

%42.08
%39.89
%18.03

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.19%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(0,5,57,70)
C0M5Y57K70 
(0%,5%,57%,70%)
(0.00/0.05/0.57/0.70)	

CMYK percentages

%0
%5.19
%57.14
%69.8

Codes

Color #4D4921 in popluar color models

4D4921
RGB777333
HSL55°40.00%21.57%
HSB/HSV55°57.14%30.20%
CMYK0.00%5.19%57.14%
69.80%

Color #4D4921 in popluar number systems.

HEX4D4921
Decimal777333
Binary10011011001001100001
Octal11511141

Shades and tints

Shades of #4D4921

#4D4921
(77,73,33)
#46431E
(70,67,30)
#3F3D1B
(63,61,27)
#383718
(56,55,24)
#313115
(49,49,21)
#2A2B12
(42,43,18)
#23250F
(35,37,15)
#1C1F0C
(28,31,12)
#151909
(21,25,9)
#0E1306
(14,19,6)
#070D03
(7,13,3)
#000000
(0,0,0)

Tints of #4D4921

#4D4921
(77,73,33)
#5D5935
(93,89,53)
#6D6949
(109,105,73)
#7D795D
(125,121,93)
#8D8971
(141,137,113)
#9D9985
(157,153,133)
#ADA999
(173,169,153)
#BDB9AD
(189,185,173)
#CDC9C1
(205,201,193)
#DDD9D5
(221,217,213)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4921; }

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

This text font color is #4D4921.


Background Color

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

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

This div background color is #4D4921.


Border color

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

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

This div border color is #4D4921.


Opacity

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

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

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

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

This text has shadow with #4D4921 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4921 on black background.


Color preview on white background

This text has color #4D4921 on white background.



Black color preview on #4D4921 background

This text has black color on #4D4921 background.


White color preview on #4D4921 background

This text has white color on #4D4921 background.