COLOR #4D1809

HEX: #4D1809
RGB: (77,24,9)

Color info

#4D1809 contains mainly red and green colors. Web safe color of #4D1809 is #330000 (or #300).

RGB color model

#4D1809 color RGB value is (77,24,9).

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

RGB channels and saturation

R 77 of 255 = 30%
G 24 of 255 = 9%
B 9 of 255 = 4%

77
24
9

R + G + B ~ 14%. #4D1809 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 24 + 9 = 110 (100%)
R 77 of 110 ~ 70%
G 24 of 110 ~ 21.82%
B 9 of 110 ~ 8.18%

%70
%21.82

CMYK color model

#4D1809 color CMYK value is (0,69,88,70).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 88.31%
  • key color value is 69.80%
CMYK:
(0,69,88,70)
C0M69Y88K70 
(0%,69%,88%,70%)
(0.00/0.69/0.88/0.70)	

CMYK percentages

%0
%68.83
%88.31
%69.8

Codes

Color #4D1809 in popluar color models

4D1809
RGB77249
HSL13°79.07%16.86%
HSB/HSV13°88.31%30.20%
CMYK0.00%68.83%88.31%
69.80%

Color #4D1809 in popluar number systems.

HEX4D1809
Decimal77249
Binary1001101110001001
Octal1153011

Shades and tints

Shades of #4D1809

#4D1809
(77,24,9)
#461609
(70,22,9)
#3F1409
(63,20,9)
#381209
(56,18,9)
#311009
(49,16,9)
#2A0E09
(42,14,9)
#230C09
(35,12,9)
#1C0A09
(28,10,9)
#150809
(21,8,9)
#0E0609
(14,6,9)
#070409
(7,4,9)
#000000
(0,0,0)

Tints of #4D1809

#4D1809
(77,24,9)
#5D2D1F
(93,45,31)
#6D4235
(109,66,53)
#7D574B
(125,87,75)
#8D6C61
(141,108,97)
#9D8177
(157,129,119)
#AD968D
(173,150,141)
#BDABA3
(189,171,163)
#CDC0B9
(205,192,185)
#DDD5CF
(221,213,207)
#EDEAE5
(237,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1809; }

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

This text font color is #4D1809.


Background Color

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

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

This div background color is #4D1809.


Border color

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

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

This div border color is #4D1809.


Opacity

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

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

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

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

This text has shadow with #4D1809 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1809 on black background.


Color preview on white background

This text has color #4D1809 on white background.



Black color preview on #4D1809 background

This text has black color on #4D1809 background.


White color preview on #4D1809 background

This text has white color on #4D1809 background.