COLOR #4D4215

HEX: #4D4215
RGB: (77,66,21)

Color info

#4D4215 contains red, green and blue colors in about the same proportion. Web safe color of #4D4215 is #333300 (or #330).

RGB color model

#4D4215 color RGB value is (77,66,21).

  • red value is 77;
  • green value is 66;
  • blue value is 21.
RGB:
(77,66,21)
(30%,26%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 21 of 255 = 8%

77
66
21

R + G + B ~ 21%. #4D4215 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 21 = 164 (100%)
R 77 of 164 ~ 46.95%
G 66 of 164 ~ 40.24%
B 21 of 164 ~ 12.8%

%46.95
%40.24
%12.8

CMYK color model

#4D4215 color CMYK value is (0,14,73,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 72.73%
  • key color value is 69.80%
CMYK:
(0,14,73,70)
C0M14Y73K70 
(0%,14%,73%,70%)
(0.00/0.14/0.73/0.70)	

CMYK percentages

%0
%14.29
%72.73
%69.8

Codes

Color #4D4215 in popluar color models

4D4215
RGB776621
HSL48°57.14%19.22%
HSB/HSV48°72.73%30.20%
CMYK0.00%14.29%72.73%
69.80%

Color #4D4215 in popluar number systems.

HEX4D4215
Decimal776621
Binary1001101100001010101
Octal11510225

Shades and tints

Shades of #4D4215

#4D4215
(77,66,21)
#463C14
(70,60,20)
#3F3613
(63,54,19)
#383012
(56,48,18)
#312A11
(49,42,17)
#2A2410
(42,36,16)
#231E0F
(35,30,15)
#1C180E
(28,24,14)
#15120D
(21,18,13)
#0E0C0C
(14,12,12)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D4215

#4D4215
(77,66,21)
#5D532A
(93,83,42)
#6D643F
(109,100,63)
#7D7554
(125,117,84)
#8D8669
(141,134,105)
#9D977E
(157,151,126)
#ADA893
(173,168,147)
#BDB9A8
(189,185,168)
#CDCABD
(205,202,189)
#DDDBD2
(221,219,210)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4215 color. Also use rgb(77,66,21) instead hex code.

Text Font Color

.myTextColor { color: #4D4215; }

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

This text font color is #4D4215.


Background Color

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

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

This div background color is #4D4215.


Border color

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

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

This div border color is #4D4215.


Opacity

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

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

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

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

This text has shadow with #4D4215 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4215 on black background.


Color preview on white background

This text has color #4D4215 on white background.



Black color preview on #4D4215 background

This text has black color on #4D4215 background.


White color preview on #4D4215 background

This text has white color on #4D4215 background.