COLOR #4D1821

HEX: #4D1821
RGB: (77,24,33)

Color info

#4D1821 contains red, green and blue colors in about the same proportion. Web safe color of #4D1821 is #330033 (or #303).

RGB color model

#4D1821 color RGB value is (77,24,33).

  • red value is 77;
  • green value is 24;
  • blue value is 33.
RGB:
(77,24,33)
(30%,9%,13%)

RGB channels and saturation

R 77 of 255 = 30%
G 24 of 255 = 9%
B 33 of 255 = 13%

77
24
33

R + G + B ~ 17%. #4D1821 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 24 + 33 = 134 (100%)
R 77 of 134 ~ 57.46%
G 24 of 134 ~ 17.91%
B 33 of 134 ~ 24.63%

%57.46
%17.91
%24.63

CMYK color model

#4D1821 color CMYK value is (0,69,57,70).

  • cyan value is 0.00%
  • magenta value is 68.83%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(0,69,57,70)
C0M69Y57K70 
(0%,69%,57%,70%)
(0.00/0.69/0.57/0.70)	

CMYK percentages

%0
%68.83
%57.14
%69.8

Codes

Color #4D1821 in popluar color models

4D1821
RGB772433
HSL350°52.48%19.80%
HSB/HSV350°68.83%30.20%
CMYK0.00%68.83%57.14%
69.80%

Color #4D1821 in popluar number systems.

HEX4D1821
Decimal772433
Binary100110111000100001
Octal1153041

Shades and tints

Shades of #4D1821

#4D1821
(77,24,33)
#46161E
(70,22,30)
#3F141B
(63,20,27)
#381218
(56,18,24)
#311015
(49,16,21)
#2A0E12
(42,14,18)
#230C0F
(35,12,15)
#1C0A0C
(28,10,12)
#150809
(21,8,9)
#0E0606
(14,6,6)
#070403
(7,4,3)
#000000
(0,0,0)

Tints of #4D1821

#4D1821
(77,24,33)
#5D2D35
(93,45,53)
#6D4249
(109,66,73)
#7D575D
(125,87,93)
#8D6C71
(141,108,113)
#9D8185
(157,129,133)
#AD9699
(173,150,153)
#BDABAD
(189,171,173)
#CDC0C1
(205,192,193)
#DDD5D5
(221,213,213)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1821 color. Also use rgb(77,24,33) instead hex code.

Text Font Color

.myTextColor { color: #4D1821; }

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

This text font color is #4D1821.


Background Color

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

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

This div background color is #4D1821.


Border color

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

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

This div border color is #4D1821.


Opacity

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

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

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

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

This text has shadow with #4D1821 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1821 on black background.


Color preview on white background

This text has color #4D1821 on white background.



Black color preview on #4D1821 background

This text has black color on #4D1821 background.


White color preview on #4D1821 background

This text has white color on #4D1821 background.