COLOR #4D1A3B

HEX: #4D1A3B
RGB: (77,26,59)

Color info

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

RGB color model

#4D1A3B color RGB value is (77,26,59).

  • red value is 77;
  • green value is 26;
  • blue value is 59.
RGB:
(77,26,59)
(30%,10%,23%)

RGB channels and saturation

R 77 of 255 = 30%
G 26 of 255 = 10%
B 59 of 255 = 23%

77
26
59

R + G + B ~ 21%. #4D1A3B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 59 = 162 (100%)
R 77 of 162 ~ 47.53%
G 26 of 162 ~ 16.05%
B 59 of 162 ~ 36.42%

%47.53
%16.05
%36.42

CMYK color model

#4D1A3B color CMYK value is (0,66,23,70).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(0,66,23,70)
C0M66Y23K70 
(0%,66%,23%,70%)
(0.00/0.66/0.23/0.70)	

CMYK percentages

%0
%66.23
%23.38
%69.8

Codes

Color #4D1A3B in popluar color models

4D1A3B
RGB772659
HSL321°49.51%20.20%
HSB/HSV321°66.23%30.20%
CMYK0.00%66.23%23.38%
69.80%

Color #4D1A3B in popluar number systems.

HEX4D1A3B
Decimal772659
Binary100110111010111011
Octal1153273

Shades and tints

Shades of #4D1A3B

#4D1A3B
(77,26,59)
#461836
(70,24,54)
#3F1631
(63,22,49)
#38142C
(56,20,44)
#311227
(49,18,39)
#2A1022
(42,16,34)
#230E1D
(35,14,29)
#1C0C18
(28,12,24)
#150A13
(21,10,19)
#0E080E
(14,8,14)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #4D1A3B

#4D1A3B
(77,26,59)
#5D2E4C
(93,46,76)
#6D425D
(109,66,93)
#7D566E
(125,86,110)
#8D6A7F
(141,106,127)
#9D7E90
(157,126,144)
#AD92A1
(173,146,161)
#BDA6B2
(189,166,178)
#CDBAC3
(205,186,195)
#DDCED4
(221,206,212)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1A3B color. Also use rgb(77,26,59) instead hex code.

Text Font Color

.myTextColor { color: #4D1A3B; }

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

This text font color is #4D1A3B.


Background Color

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

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

This div background color is #4D1A3B.


Border color

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

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

This div border color is #4D1A3B.


Opacity

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

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

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

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

This text has shadow with #4D1A3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1A3B on black background.


Color preview on white background

This text has color #4D1A3B on white background.



Black color preview on #4D1A3B background

This text has black color on #4D1A3B background.


White color preview on #4D1A3B background

This text has white color on #4D1A3B background.