COLOR #4D1C3F

HEX: #4D1C3F RGB: (77,28,63)

Color info

#4D1C3F contains red, green and blue colors in about the same proportion. Web safe color of #4D1C3F is #333333 (or #333).

RGB color model

#4D1C3F color RGB value is (77,28,63).

RGB: (77,28,63) (30%, 11%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 28 of 255 = 11%
B 63 of 255 = 25%

77
28
63

R + G + B ~ 22%. #4D1C3F is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 28 + 63 = 168 (100%)
R 77 of 168 ~ 45.83%
G 28 of 168 ~ 16.67%
B 63 of 168 ~ 37.5'%

%45.83
%16.67
%37.5

CMYK color model

#4D1C3F color CMYK value is (0,64,18,70).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 18.18%
  • key color value is 69.80%

CMYK: (0,64,18,70)
C0M64Y18K70 (0%, 64%, 18%, 70%)
(0.00 / 0.64 / 0.18 / 0.70)

CMYK percentages

%0
%63.64
%18.18
%69.8

Codes

Color #4D1C3F in popluar color models

4D 1C 3F
RGB 77 28 63
HSL 317° 46.67% 20.59%
HSB/HSV 317° 63.64% 30.20%
CMYK 0.00% 63.64% 18.18%
69.80%

Color #4D1C3F in popluar number systems.

HEX 4D 1C 3F
Decimal 77 28 63
Binary 1001101 11100 111111
Octal 115 34 77

Shades and tints

Shades of #4D1C3F

#4D1C3F
(77,28,63)
#461A3A
(70,26,58)
#3F1835
(63,24,53)
#381630
(56,22,48)
#31142B
(49,20,43)
#2A1226
(42,18,38)
#231021
(35,16,33)
#1C0E1C
(28,14,28)
#150C17
(21,12,23)
#0E0A12
(14,10,18)
#07080D
(7,8,13)
#000000
(0,0,0)

Tints of #4D1C3F

#4D1C3F
(77,28,63)
#5D3050
(93,48,80)
#6D4461
(109,68,97)
#7D5872
(125,88,114)
#8D6C83
(141,108,131)
#9D8094
(157,128,148)
#AD94A5
(173,148,165)
#BDA8B6
(189,168,182)
#CDBCC7
(205,188,199)
#DDD0D8
(221,208,216)
#EDE4E9
(237,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1C3F color. Also use rgb(77,28,63) instead hex code.

Text Font Color

.myTextColor { color: #4D1C3F; }

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

This text font color is #4D1C3F.

Background Color

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

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

This div background color is #4D1C3F.

Border color

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

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

This div border color is #4D1C3F.

Opacity

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

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

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

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

This text has shadow with #4D1C3F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1C3F.

Preview

Color preview on black background

This text has color #4D1C3F on black background.


Color preview on white background

This text has color #4D1C3F on white background.


Black color preview on #4D1C3F background

This text has black color on #4D1C3F background.


White color preview on #4D1C3F background

This text has white color on #4D1C3F background.


Related colors

Complementary color

Complementary color for #hex is #B2E3C0.


I love getcolorcode.com

Triadic colors

1 #3F4D1C and #1C3F4D with #4D1C3F are triadic colors.

2 #3F1C4D and #1C4D3F with #4D1C3F are triadic colors.