COLOR #4D0B0E

HEX: #4D0B0E RGB: (77,11,14)

Color info

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

RGB color model

#4D0B0E color RGB value is (77,11,14).

RGB: (77,11,14) (30%, 4%, 5%)

RGB channels and saturation

R 77 of 255 = 30%
G 11 of 255 = 4%
B 14 of 255 = 5%

77
11
14

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

Portions of RGB colors in percentages

R + G + B = 77 + 11 + 14 = 102 (100%)
R 77 of 102 ~ 75.49%
G 11 of 102 ~ 10.78%
B 14 of 102 ~ 13.73'%

%75.49
%10.78
%13.73

CMYK color model

#4D0B0E color CMYK value is (0,86,82,70).

  • cyan value is 0.00%
  • magenta value is 85.71%
  • yellow value is 81.82%
  • key color value is 69.80%

CMYK: (0,86,82,70)
C0M86Y82K70 (0%, 86%, 82%, 70%)
(0.00 / 0.86 / 0.82 / 0.70)

CMYK percentages

%0
%85.71
%81.82
%69.8

Codes

Color #4D0B0E in popluar color models

4D 0B 0E
RGB 77 11 14
HSL 357° 75.00% 17.25%
HSB/HSV 357° 85.71% 30.20%
CMYK 0.00% 85.71% 81.82%
69.80%

Color #4D0B0E in popluar number systems.

HEX 4D 0B 0E
Decimal 77 11 14
Binary 1001101 1011 1110
Octal 115 13 16

Shades and tints

Shades of #4D0B0E

#4D0B0E
(77,11,14)
#460A0D
(70,10,13)
#3F090C
(63,9,12)
#38080B
(56,8,11)
#31070A
(49,7,10)
#2A0609
(42,6,9)
#230508
(35,5,8)
#1C0407
(28,4,7)
#150306
(21,3,6)
#0E0205
(14,2,5)
#070104
(7,1,4)
#000000
(0,0,0)

Tints of #4D0B0E

#4D0B0E
(77,11,14)
#5D2123
(93,33,35)
#6D3738
(109,55,56)
#7D4D4D
(125,77,77)
#8D6362
(141,99,98)
#9D7977
(157,121,119)
#AD8F8C
(173,143,140)
#BDA5A1
(189,165,161)
#CDBBB6
(205,187,182)
#DDD1CB
(221,209,203)
#EDE7E0
(237,231,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0B0E; }

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

This text font color is #4D0B0E.

Background Color

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

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

This div background color is #4D0B0E.

Border color

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

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

This div border color is #4D0B0E.

Opacity

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

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

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

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

This text has shadow with #4D0B0E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D0B0E.

Preview

Color preview on black background

This text has color #4D0B0E on black background.


Color preview on white background

This text has color #4D0B0E on white background.


Black color preview on #4D0B0E background

This text has black color on #4D0B0E background.


White color preview on #4D0B0E background

This text has white color on #4D0B0E background.


Related colors

Complementary color

Complementary color for #hex is #B2F4F1.


I love getcolorcode.com

Triadic colors

1 #0E4D0B and #0B0E4D with #4D0B0E are triadic colors.

2 #0E0B4D and #0B4D0E with #4D0B0E are triadic colors.