COLOR #4D121A

HEX: #4D121A RGB: (77,18,26)

Color info

#4D121A contains red, green and blue colors in about the same proportion. Web safe color of #4D121A is #330000 (or #300).

RGB color model

#4D121A color RGB value is (77,18,26).

RGB: (77,18,26) (30%, 7%, 10%)

RGB channels and saturation

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

77
18
26

R + G + B ~ 16%. #4D121A is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 18 + 26 = 121 (100%)
R 77 of 121 ~ 63.64%
G 18 of 121 ~ 14.88%
B 26 of 121 ~ 21.49'%

%63.64
%14.88
%21.49

CMYK color model

#4D121A color CMYK value is (0,77,66,70).

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

CMYK: (0,77,66,70)
C0M77Y66K70 (0%, 77%, 66%, 70%)
(0.00 / 0.77 / 0.66 / 0.70)

CMYK percentages

%0
%76.62
%66.23
%69.8

Codes

Color #4D121A in popluar color models

4D 12 1A
RGB 77 18 26
HSL 352° 62.11% 18.63%
HSB/HSV 352° 76.62% 30.20%
CMYK 0.00% 76.62% 66.23%
69.80%

Color #4D121A in popluar number systems.

HEX 4D 12 1A
Decimal 77 18 26
Binary 1001101 10010 11010
Octal 115 22 32

Shades and tints

Shades of #4D121A

#4D121A
(77,18,26)
#461118
(70,17,24)
#3F1016
(63,16,22)
#380F14
(56,15,20)
#310E12
(49,14,18)
#2A0D10
(42,13,16)
#230C0E
(35,12,14)
#1C0B0C
(28,11,12)
#150A0A
(21,10,10)
#0E0908
(14,9,8)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #4D121A

#4D121A
(77,18,26)
#5D272E
(93,39,46)
#6D3C42
(109,60,66)
#7D5156
(125,81,86)
#8D666A
(141,102,106)
#9D7B7E
(157,123,126)
#AD9092
(173,144,146)
#BDA5A6
(189,165,166)
#CDBABA
(205,186,186)
#DDCFCE
(221,207,206)
#EDE4E2
(237,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D121A; }

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

This text font color is #4D121A.

Background Color

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

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

This div background color is #4D121A.

Border color

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

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

This div border color is #4D121A.

Opacity

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

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

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

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

This text has shadow with #4D121A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D121A.

Preview

Color preview on black background

This text has color #4D121A on black background.


Color preview on white background

This text has color #4D121A on white background.


Black color preview on #4D121A background

This text has black color on #4D121A background.


White color preview on #4D121A background

This text has white color on #4D121A background.


Related colors

Complementary color

Complementary color for #hex is #B2EDE5.


I love getcolorcode.com

Triadic colors

1 #1A4D12 and #121A4D with #4D121A are triadic colors.

2 #1A124D and #124D1A with #4D121A are triadic colors.