COLOR #4D1F2C

HEX: #4D1F2C RGB: (77,31,44)

Color info

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

RGB color model

#4D1F2C color RGB value is (77,31,44).

RGB: (77,31,44) (30%, 12%, 17%)

RGB channels and saturation

R 77 of 255 = 30%
G 31 of 255 = 12%
B 44 of 255 = 17%

77
31
44

R + G + B ~ 20%. #4D1F2C is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 31 + 44 = 152 (100%)
R 77 of 152 ~ 50.66%
G 31 of 152 ~ 20.39%
B 44 of 152 ~ 28.95'%

%50.66
%20.39
%28.95

CMYK color model

#4D1F2C color CMYK value is (0,60,43,70).

  • cyan value is 0.00%
  • magenta value is 59.74%
  • yellow value is 42.86%
  • key color value is 69.80%

CMYK: (0,60,43,70)
C0M60Y43K70 (0%, 60%, 43%, 70%)
(0.00 / 0.60 / 0.43 / 0.70)

CMYK percentages

%0
%59.74
%42.86
%69.8

Codes

Color #4D1F2C in popluar color models

4D 1F 2C
RGB 77 31 44
HSL 343° 42.59% 21.18%
HSB/HSV 343° 59.74% 30.20%
CMYK 0.00% 59.74% 42.86%
69.80%

Color #4D1F2C in popluar number systems.

HEX 4D 1F 2C
Decimal 77 31 44
Binary 1001101 11111 101100
Octal 115 37 54

Shades and tints

Shades of #4D1F2C

#4D1F2C
(77,31,44)
#461D28
(70,29,40)
#3F1B24
(63,27,36)
#381920
(56,25,32)
#31171C
(49,23,28)
#2A1518
(42,21,24)
#231314
(35,19,20)
#1C1110
(28,17,16)
#150F0C
(21,15,12)
#0E0D08
(14,13,8)
#070B04
(7,11,4)
#000000
(0,0,0)

Tints of #4D1F2C

#4D1F2C
(77,31,44)
#5D333F
(93,51,63)
#6D4752
(109,71,82)
#7D5B65
(125,91,101)
#8D6F78
(141,111,120)
#9D838B
(157,131,139)
#AD979E
(173,151,158)
#BDABB1
(189,171,177)
#CDBFC4
(205,191,196)
#DDD3D7
(221,211,215)
#EDE7EA
(237,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1F2C color. Also use rgb(77,31,44) instead hex code.

Text Font Color

.myTextColor { color: #4D1F2C; }

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

This text font color is #4D1F2C.

Background Color

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

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

This div background color is #4D1F2C.

Border color

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

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

This div border color is #4D1F2C.

Opacity

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

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

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

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

This text has shadow with #4D1F2C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D1F2C.

Preview

Color preview on black background

This text has color #4D1F2C on black background.


Color preview on white background

This text has color #4D1F2C on white background.


Black color preview on #4D1F2C background

This text has black color on #4D1F2C background.


White color preview on #4D1F2C background

This text has white color on #4D1F2C background.


Related colors

Complementary color

Complementary color for #hex is #B2E0D3.


I love getcolorcode.com

Triadic colors

1 #2C4D1F and #1F2C4D with #4D1F2C are triadic colors.

2 #2C1F4D and #1F4D2C with #4D1F2C are triadic colors.