COLOR #4D3216

HEX: #4D3216
RGB: (77,50,22)

Color info

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

RGB color model

#4D3216 color RGB value is (77,50,22).

  • red value is 77;
  • green value is 50;
  • blue value is 22.
RGB:
(77,50,22)
(30%,20%,9%)

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 22 of 255 = 9%

77
50
22

R + G + B ~ 20%. #4D3216 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 50 + 22 = 149 (100%)
R 77 of 149 ~ 51.68%
G 50 of 149 ~ 33.56%
B 22 of 149 ~ 14.77%

%51.68
%33.56
%14.77

CMYK color model

#4D3216 color CMYK value is (0,35,71,70).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 71.43%
  • key color value is 69.80%
CMYK:
(0,35,71,70)
C0M35Y71K70 
(0%,35%,71%,70%)
(0.00/0.35/0.71/0.70)	

CMYK percentages

%0
%35.06
%71.43
%69.8

Codes

Color #4D3216 in popluar color models

4D3216
RGB775022
HSL31°55.56%19.41%
HSB/HSV31°71.43%30.20%
CMYK0.00%35.06%71.43%
69.80%

Color #4D3216 in popluar number systems.

HEX4D3216
Decimal775022
Binary100110111001010110
Octal1156226

Shades and tints

Shades of #4D3216

#4D3216
(77,50,22)
#462E14
(70,46,20)
#3F2A12
(63,42,18)
#382610
(56,38,16)
#31220E
(49,34,14)
#2A1E0C
(42,30,12)
#231A0A
(35,26,10)
#1C1608
(28,22,8)
#151206
(21,18,6)
#0E0E04
(14,14,4)
#070A02
(7,10,2)
#000000
(0,0,0)

Tints of #4D3216

#4D3216
(77,50,22)
#5D442B
(93,68,43)
#6D5640
(109,86,64)
#7D6855
(125,104,85)
#8D7A6A
(141,122,106)
#9D8C7F
(157,140,127)
#AD9E94
(173,158,148)
#BDB0A9
(189,176,169)
#CDC2BE
(205,194,190)
#DDD4D3
(221,212,211)
#EDE6E8
(237,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3216 color. Also use rgb(77,50,22) instead hex code.

Text Font Color

.myTextColor { color: #4D3216; }

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

This text font color is #4D3216.


Background Color

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

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

This div background color is #4D3216.


Border color

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

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

This div border color is #4D3216.


Opacity

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

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

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

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

This text has shadow with #4D3216 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3216 on black background.


Color preview on white background

This text has color #4D3216 on white background.



Black color preview on #4D3216 background

This text has black color on #4D3216 background.


White color preview on #4D3216 background

This text has white color on #4D3216 background.