COLOR #4D3109

HEX: #4D3109
RGB: (77,49,9)

Color info

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

RGB color model

#4D3109 color RGB value is (77,49,9).

  • red value is 77;
  • green value is 49;
  • blue value is 9.
RGB:
(77,49,9)
(30%,19%,4%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 9 of 255 = 4%

77
49
9

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

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 9 = 135 (100%)
R 77 of 135 ~ 57.04%
G 49 of 135 ~ 36.3%
B 9 of 135 ~ 6.67%

%57.04
%36.3

CMYK color model

#4D3109 color CMYK value is (0,36,88,70).

  • cyan value is 0.00%
  • magenta value is 36.36%
  • yellow value is 88.31%
  • key color value is 69.80%
CMYK:
(0,36,88,70)
C0M36Y88K70 
(0%,36%,88%,70%)
(0.00/0.36/0.88/0.70)	

CMYK percentages

%0
%36.36
%88.31
%69.8

Codes

Color #4D3109 in popluar color models

4D3109
RGB77499
HSL35°79.07%16.86%
HSB/HSV35°88.31%30.20%
CMYK0.00%36.36%88.31%
69.80%

Color #4D3109 in popluar number systems.

HEX4D3109
Decimal77499
Binary10011011100011001
Octal1156111

Shades and tints

Shades of #4D3109

#4D3109
(77,49,9)
#462D09
(70,45,9)
#3F2909
(63,41,9)
#382509
(56,37,9)
#312109
(49,33,9)
#2A1D09
(42,29,9)
#231909
(35,25,9)
#1C1509
(28,21,9)
#151109
(21,17,9)
#0E0D09
(14,13,9)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D3109

#4D3109
(77,49,9)
#5D431F
(93,67,31)
#6D5535
(109,85,53)
#7D674B
(125,103,75)
#8D7961
(141,121,97)
#9D8B77
(157,139,119)
#AD9D8D
(173,157,141)
#BDAFA3
(189,175,163)
#CDC1B9
(205,193,185)
#DDD3CF
(221,211,207)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3109 color. Also use rgb(77,49,9) instead hex code.

Text Font Color

.myTextColor { color: #4D3109; }

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

This text font color is #4D3109.


Background Color

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

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

This div background color is #4D3109.


Border color

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

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

This div border color is #4D3109.


Opacity

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

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

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

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

This text has shadow with #4D3109 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3109 on black background.


Color preview on white background

This text has color #4D3109 on white background.



Black color preview on #4D3109 background

This text has black color on #4D3109 background.


White color preview on #4D3109 background

This text has white color on #4D3109 background.