COLOR #4D1321

HEX: #4D1321
RGB: (77,19,33)

Color info

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

RGB color model

#4D1321 color RGB value is (77,19,33).

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

RGB channels and saturation

R 77 of 255 = 30%
G 19 of 255 = 7%
B 33 of 255 = 13%

77
19
33

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

Portions of RGB colors in percentages

R + G + B =
77 + 19 + 33 = 129 (100%)
R 77 of 129 ~ 59.69%
G 19 of 129 ~ 14.73%
B 33 of 129 ~ 25.58%

%59.69
%14.73
%25.58

CMYK color model

#4D1321 color CMYK value is (0,75,57,70).

  • cyan value is 0.00%
  • magenta value is 75.32%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(0,75,57,70)
C0M75Y57K70 
(0%,75%,57%,70%)
(0.00/0.75/0.57/0.70)	

CMYK percentages

%0
%75.32
%57.14
%69.8

Codes

Color #4D1321 in popluar color models

4D1321
RGB771933
HSL346°60.42%18.82%
HSB/HSV346°75.32%30.20%
CMYK0.00%75.32%57.14%
69.80%

Color #4D1321 in popluar number systems.

HEX4D1321
Decimal771933
Binary100110110011100001
Octal1152341

Shades and tints

Shades of #4D1321

#4D1321
(77,19,33)
#46121E
(70,18,30)
#3F111B
(63,17,27)
#381018
(56,16,24)
#310F15
(49,15,21)
#2A0E12
(42,14,18)
#230D0F
(35,13,15)
#1C0C0C
(28,12,12)
#150B09
(21,11,9)
#0E0A06
(14,10,6)
#070903
(7,9,3)
#000000
(0,0,0)

Tints of #4D1321

#4D1321
(77,19,33)
#5D2835
(93,40,53)
#6D3D49
(109,61,73)
#7D525D
(125,82,93)
#8D6771
(141,103,113)
#9D7C85
(157,124,133)
#AD9199
(173,145,153)
#BDA6AD
(189,166,173)
#CDBBC1
(205,187,193)
#DDD0D5
(221,208,213)
#EDE5E9
(237,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1321; }

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

This text font color is #4D1321.


Background Color

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

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

This div background color is #4D1321.


Border color

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

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

This div border color is #4D1321.


Opacity

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

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

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

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

This text has shadow with #4D1321 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1321 on black background.


Color preview on white background

This text has color #4D1321 on white background.



Black color preview on #4D1321 background

This text has black color on #4D1321 background.


White color preview on #4D1321 background

This text has white color on #4D1321 background.