COLOR #4D3208

HEX: #4D3208
RGB: (77,50,8)

Color info

#4D3208 contains mainly red and green colors. Web safe color of #4D3208 is #333300 (or #330).

RGB color model

#4D3208 color RGB value is (77,50,8).

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

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 8 of 255 = 3%

77
50
8

R + G + B ~ 18%. #4D3208 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 50 + 8 = 135 (100%)
R 77 of 135 ~ 57.04%
G 50 of 135 ~ 37.04%
B 8 of 135 ~ 5.93%

%57.04
%37.04

CMYK color model

#4D3208 color CMYK value is (0,35,90,70).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 89.61%
  • key color value is 69.80%
CMYK:
(0,35,90,70)
C0M35Y90K70 
(0%,35%,90%,70%)
(0.00/0.35/0.90/0.70)	

CMYK percentages

%0
%35.06
%89.61
%69.8

Codes

Color #4D3208 in popluar color models

4D3208
RGB77508
HSL37°81.18%16.67%
HSB/HSV37°89.61%30.20%
CMYK0.00%35.06%89.61%
69.80%

Color #4D3208 in popluar number systems.

HEX4D3208
Decimal77508
Binary10011011100101000
Octal1156210

Shades and tints

Shades of #4D3208

#4D3208
(77,50,8)
#462E08
(70,46,8)
#3F2A08
(63,42,8)
#382608
(56,38,8)
#312208
(49,34,8)
#2A1E08
(42,30,8)
#231A08
(35,26,8)
#1C1608
(28,22,8)
#151208
(21,18,8)
#0E0E08
(14,14,8)
#070A08
(7,10,8)
#000000
(0,0,0)

Tints of #4D3208

#4D3208
(77,50,8)
#5D441E
(93,68,30)
#6D5634
(109,86,52)
#7D684A
(125,104,74)
#8D7A60
(141,122,96)
#9D8C76
(157,140,118)
#AD9E8C
(173,158,140)
#BDB0A2
(189,176,162)
#CDC2B8
(205,194,184)
#DDD4CE
(221,212,206)
#EDE6E4
(237,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3208; }

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

This text font color is #4D3208.


Background Color

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

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

This div background color is #4D3208.


Border color

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

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

This div border color is #4D3208.


Opacity

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

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

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

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

This text has shadow with #4D3208 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3208 on black background.


Color preview on white background

This text has color #4D3208 on white background.



Black color preview on #4D3208 background

This text has black color on #4D3208 background.


White color preview on #4D3208 background

This text has white color on #4D3208 background.