COLOR #4D120A

HEX: #4D120A
RGB: (77,18,10)

Color info

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

RGB color model

#4D120A color RGB value is (77,18,10).

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

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 10 of 255 = 4%

77
18
10

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

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 10 = 105 (100%)
R 77 of 105 ~ 73.33%
G 18 of 105 ~ 17.14%
B 10 of 105 ~ 9.52%

%73.33
%17.14
%9.52

CMYK color model

#4D120A color CMYK value is (0,77,87,70).

  • cyan value is 0.00%
  • magenta value is 76.62%
  • yellow value is 87.01%
  • key color value is 69.80%
CMYK:
(0,77,87,70)
C0M77Y87K70 
(0%,77%,87%,70%)
(0.00/0.77/0.87/0.70)	

CMYK percentages

%0
%76.62
%87.01
%69.8

Codes

Color #4D120A in popluar color models

4D120A
RGB771810
HSL77.01%17.06%
HSB/HSV87.01%30.20%
CMYK0.00%76.62%87.01%
69.80%

Color #4D120A in popluar number systems.

HEX4D120A
Decimal771810
Binary1001101100101010
Octal1152212

Shades and tints

Shades of #4D120A

#4D120A
(77,18,10)
#46110A
(70,17,10)
#3F100A
(63,16,10)
#380F0A
(56,15,10)
#310E0A
(49,14,10)
#2A0D0A
(42,13,10)
#230C0A
(35,12,10)
#1C0B0A
(28,11,10)
#150A0A
(21,10,10)
#0E090A
(14,9,10)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D120A

#4D120A
(77,18,10)
#5D2720
(93,39,32)
#6D3C36
(109,60,54)
#7D514C
(125,81,76)
#8D6662
(141,102,98)
#9D7B78
(157,123,120)
#AD908E
(173,144,142)
#BDA5A4
(189,165,164)
#CDBABA
(205,186,186)
#DDCFD0
(221,207,208)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D120A; }

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

This text font color is #4D120A.


Background Color

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

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

This div background color is #4D120A.


Border color

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

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

This div border color is #4D120A.


Opacity

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

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

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

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

This text has shadow with #4D120A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D120A on black background.


Color preview on white background

This text has color #4D120A on white background.



Black color preview on #4D120A background

This text has black color on #4D120A background.


White color preview on #4D120A background

This text has white color on #4D120A background.