COLOR #4D1E29

HEX: #4D1E29
RGB: (77,30,41)

Color info

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

RGB color model

#4D1E29 color RGB value is (77,30,41).

  • red value is 77;
  • green value is 30;
  • blue value is 41.
RGB:
(77,30,41)
(30%,12%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 30 of 255 = 12%
B 41 of 255 = 16%

77
30
41

R + G + B ~ 19%. #4D1E29 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 30 + 41 = 148 (100%)
R 77 of 148 ~ 52.03%
G 30 of 148 ~ 20.27%
B 41 of 148 ~ 27.7%

%52.03
%20.27
%27.7

CMYK color model

#4D1E29 color CMYK value is (0,61,47,70).

  • cyan value is 0.00%
  • magenta value is 61.04%
  • yellow value is 46.75%
  • key color value is 69.80%
CMYK:
(0,61,47,70)
C0M61Y47K70 
(0%,61%,47%,70%)
(0.00/0.61/0.47/0.70)	

CMYK percentages

%0
%61.04
%46.75
%69.8

Codes

Color #4D1E29 in popluar color models

4D1E29
RGB773041
HSL346°43.93%20.98%
HSB/HSV346°61.04%30.20%
CMYK0.00%61.04%46.75%
69.80%

Color #4D1E29 in popluar number systems.

HEX4D1E29
Decimal773041
Binary100110111110101001
Octal1153651

Shades and tints

Shades of #4D1E29

#4D1E29
(77,30,41)
#461C26
(70,28,38)
#3F1A23
(63,26,35)
#381820
(56,24,32)
#31161D
(49,22,29)
#2A141A
(42,20,26)
#231217
(35,18,23)
#1C1014
(28,16,20)
#150E11
(21,14,17)
#0E0C0E
(14,12,14)
#070A0B
(7,10,11)
#000000
(0,0,0)

Tints of #4D1E29

#4D1E29
(77,30,41)
#5D323C
(93,50,60)
#6D464F
(109,70,79)
#7D5A62
(125,90,98)
#8D6E75
(141,110,117)
#9D8288
(157,130,136)
#AD969B
(173,150,155)
#BDAAAE
(189,170,174)
#CDBEC1
(205,190,193)
#DDD2D4
(221,210,212)
#EDE6E7
(237,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1E29 color. Also use rgb(77,30,41) instead hex code.

Text Font Color

.myTextColor { color: #4D1E29; }

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

This text font color is #4D1E29.


Background Color

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

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

This div background color is #4D1E29.


Border color

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

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

This div border color is #4D1E29.


Opacity

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

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

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

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

This text has shadow with #4D1E29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1E29 on black background.


Color preview on white background

This text has color #4D1E29 on white background.



Black color preview on #4D1E29 background

This text has black color on #4D1E29 background.


White color preview on #4D1E29 background

This text has white color on #4D1E29 background.