COLOR #4D0D1A

HEX: #4D0D1A RGB: (77,13,26)

Color info

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

RGB color model

#4D0D1A color RGB value is (77,13,26).

RGB: (77,13,26) (30%, 5%, 10%)

RGB channels and saturation

R 77 of 255 = 30%
G 13 of 255 = 5%
B 26 of 255 = 10%

77
13
26

R + G + B ~ 15%. #4D0D1A is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 13 + 26 = 116 (100%)
R 77 of 116 ~ 66.38%
G 13 of 116 ~ 11.21%
B 26 of 116 ~ 22.41'%

%66.38
%11.21
%22.41

CMYK color model

#4D0D1A color CMYK value is (0,83,66,70).

  • cyan value is 0.00%
  • magenta value is 83.12%
  • yellow value is 66.23%
  • key color value is 69.80%

CMYK: (0,83,66,70)
C0M83Y66K70 (0%, 83%, 66%, 70%)
(0.00 / 0.83 / 0.66 / 0.70)

CMYK percentages

%0
%83.12
%66.23
%69.8

Codes

Color #4D0D1A in popluar color models

4D 0D 1A
RGB 77 13 26
HSL 348° 71.11% 17.65%
HSB/HSV 348° 83.12% 30.20%
CMYK 0.00% 83.12% 66.23%
69.80%

Color #4D0D1A in popluar number systems.

HEX 4D 0D 1A
Decimal 77 13 26
Binary 1001101 1101 11010
Octal 115 15 32

Shades and tints

Shades of #4D0D1A

#4D0D1A
(77,13,26)
#460C18
(70,12,24)
#3F0B16
(63,11,22)
#380A14
(56,10,20)
#310912
(49,9,18)
#2A0810
(42,8,16)
#23070E
(35,7,14)
#1C060C
(28,6,12)
#15050A
(21,5,10)
#0E0408
(14,4,8)
#070306
(7,3,6)
#000000
(0,0,0)

Tints of #4D0D1A

#4D0D1A
(77,13,26)
#5D232E
(93,35,46)
#6D3942
(109,57,66)
#7D4F56
(125,79,86)
#8D656A
(141,101,106)
#9D7B7E
(157,123,126)
#AD9192
(173,145,146)
#BDA7A6
(189,167,166)
#CDBDBA
(205,189,186)
#DDD3CE
(221,211,206)
#EDE9E2
(237,233,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0D1A; }

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

This text font color is #4D0D1A.

Background Color

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

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

This div background color is #4D0D1A.

Border color

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

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

This div border color is #4D0D1A.

Opacity

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

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

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

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

This text has shadow with #4D0D1A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D0D1A.

Preview

Color preview on black background

This text has color #4D0D1A on black background.


Color preview on white background

This text has color #4D0D1A on white background.


Black color preview on #4D0D1A background

This text has black color on #4D0D1A background.


White color preview on #4D0D1A background

This text has white color on #4D0D1A background.


Related colors

Complementary color

Complementary color for #hex is #B2F2E5.


I love getcolorcode.com

Triadic colors

1 #1A4D0D and #0D1A4D with #4D0D1A are triadic colors.

2 #1A0D4D and #0D4D1A with #4D0D1A are triadic colors.