COLOR #4D0F14

HEX: #4D0F14
RGB: (77,15,20)

Color info

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

RGB color model

#4D0F14 color RGB value is (77,15,20).

  • red value is 77;
  • green value is 15;
  • blue value is 20.
RGB:
(77,15,20)
(30%,6%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 15 of 255 = 6%
B 20 of 255 = 8%

77
15
20

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

Portions of RGB colors in percentages

R + G + B =
77 + 15 + 20 = 112 (100%)
R 77 of 112 ~ 68.75%
G 15 of 112 ~ 13.39%
B 20 of 112 ~ 17.86%

%68.75
%13.39
%17.86

CMYK color model

#4D0F14 color CMYK value is (0,81,74,70).

  • cyan value is 0.00%
  • magenta value is 80.52%
  • yellow value is 74.03%
  • key color value is 69.80%
CMYK:
(0,81,74,70)
C0M81Y74K70 
(0%,81%,74%,70%)
(0.00/0.81/0.74/0.70)	

CMYK percentages

%0
%80.52
%74.03
%69.8

Codes

Color #4D0F14 in popluar color models

4D0F14
RGB771520
HSL355°67.39%18.04%
HSB/HSV355°80.52%30.20%
CMYK0.00%80.52%74.03%
69.80%

Color #4D0F14 in popluar number systems.

HEX4D0F14
Decimal771520
Binary1001101111110100
Octal1151724

Shades and tints

Shades of #4D0F14

#4D0F14
(77,15,20)
#460E13
(70,14,19)
#3F0D12
(63,13,18)
#380C11
(56,12,17)
#310B10
(49,11,16)
#2A0A0F
(42,10,15)
#23090E
(35,9,14)
#1C080D
(28,8,13)
#15070C
(21,7,12)
#0E060B
(14,6,11)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #4D0F14

#4D0F14
(77,15,20)
#5D2429
(93,36,41)
#6D393E
(109,57,62)
#7D4E53
(125,78,83)
#8D6368
(141,99,104)
#9D787D
(157,120,125)
#AD8D92
(173,141,146)
#BDA2A7
(189,162,167)
#CDB7BC
(205,183,188)
#DDCCD1
(221,204,209)
#EDE1E6
(237,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0F14; }

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

This text font color is #4D0F14.


Background Color

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

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

This div background color is #4D0F14.


Border color

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

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

This div border color is #4D0F14.


Opacity

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

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

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

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

This text has shadow with #4D0F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0F14 on black background.


Color preview on white background

This text has color #4D0F14 on white background.



Black color preview on #4D0F14 background

This text has black color on #4D0F14 background.


White color preview on #4D0F14 background

This text has white color on #4D0F14 background.