COLOR #4D0A21

HEX: #4D0A21
RGB: (77,10,33)

Color info

#4D0A21 contains mainly red and blue colors. Web safe color of #4D0A21 is #330033 (or #303).

RGB color model

#4D0A21 color RGB value is (77,10,33).

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

RGB channels and saturation

R 77 of 255 = 30%
G 10 of 255 = 4%
B 33 of 255 = 13%

77
10
33

R + G + B ~ 16%. #4D0A21 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 10 + 33 = 120 (100%)
R 77 of 120 ~ 64.17%
G 10 of 120 ~ 8.33%
B 33 of 120 ~ 27.5%

%64.17
%27.5

CMYK color model

#4D0A21 color CMYK value is (0,87,57,70).

  • cyan value is 0.00%
  • magenta value is 87.01%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(0,87,57,70)
C0M87Y57K70 
(0%,87%,57%,70%)
(0.00/0.87/0.57/0.70)	

CMYK percentages

%0
%87.01
%57.14
%69.8

Codes

Color #4D0A21 in popluar color models

4D0A21
RGB771033
HSL339°77.01%17.06%
HSB/HSV339°87.01%30.20%
CMYK0.00%87.01%57.14%
69.80%

Color #4D0A21 in popluar number systems.

HEX4D0A21
Decimal771033
Binary10011011010100001
Octal1151241

Shades and tints

Shades of #4D0A21

#4D0A21
(77,10,33)
#460A1E
(70,10,30)
#3F0A1B
(63,10,27)
#380A18
(56,10,24)
#310A15
(49,10,21)
#2A0A12
(42,10,18)
#230A0F
(35,10,15)
#1C0A0C
(28,10,12)
#150A09
(21,10,9)
#0E0A06
(14,10,6)
#070A03
(7,10,3)
#000000
(0,0,0)

Tints of #4D0A21

#4D0A21
(77,10,33)
#5D2035
(93,32,53)
#6D3649
(109,54,73)
#7D4C5D
(125,76,93)
#8D6271
(141,98,113)
#9D7885
(157,120,133)
#AD8E99
(173,142,153)
#BDA4AD
(189,164,173)
#CDBAC1
(205,186,193)
#DDD0D5
(221,208,213)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0A21; }

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

This text font color is #4D0A21.


Background Color

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

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

This div background color is #4D0A21.


Border color

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

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

This div border color is #4D0A21.


Opacity

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

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

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

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

This text has shadow with #4D0A21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0A21 on black background.


Color preview on white background

This text has color #4D0A21 on white background.



Black color preview on #4D0A21 background

This text has black color on #4D0A21 background.


White color preview on #4D0A21 background

This text has white color on #4D0A21 background.