COLOR #4D0909

HEX: #4D0909
RGB: (77,9,9)

Color info

#4D0909 contains mainly red color. Web safe color of #4D0909 is #330000 (or #300).

RGB color model

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

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

RGB channels and saturation

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

77
9
9

R + G + B ~ 13%. #4D0909 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 9 + 9 = 95 (100%)
R 77 of 95 ~ 81.05%
G 9 of 95 ~ 9.47%
B 9 of 95 ~ 9.47%

%81.05

CMYK color model

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

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

CMYK percentages

%0
%88.31
%88.31
%69.8

Codes

Color #4D0909 in popluar color models

4D0909
RGB7799
HSL79.07%16.86%
HSB/HSV88.31%30.20%
CMYK0.00%88.31%88.31%
69.80%

Color #4D0909 in popluar number systems.

HEX4D0909
Decimal7799
Binary100110110011001
Octal1151111

Shades and tints

Shades of #4D0909

#4D0909
(77,9,9)
#460909
(70,9,9)
#3F0909
(63,9,9)
#380909
(56,9,9)
#310909
(49,9,9)
#2A0909
(42,9,9)
#230909
(35,9,9)
#1C0909
(28,9,9)
#150909
(21,9,9)
#0E0909
(14,9,9)
#070909
(7,9,9)
#000000
(0,0,0)

Tints of #4D0909

#4D0909
(77,9,9)
#5D1F1F
(93,31,31)
#6D3535
(109,53,53)
#7D4B4B
(125,75,75)
#8D6161
(141,97,97)
#9D7777
(157,119,119)
#AD8D8D
(173,141,141)
#BDA3A3
(189,163,163)
#CDB9B9
(205,185,185)
#DDCFCF
(221,207,207)
#EDE5E5
(237,229,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0909; }

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

This text font color is #4D0909.


Background Color

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

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

This div background color is #4D0909.


Border color

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

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

This div border color is #4D0909.


Opacity

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

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

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

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

This text has shadow with #4D0909 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0909 on black background.


Color preview on white background

This text has color #4D0909 on white background.



Black color preview on #4D0909 background

This text has black color on #4D0909 background.


White color preview on #4D0909 background

This text has white color on #4D0909 background.