COLOR #4D1B3F

HEX: #4D1B3F
RGB: (77,27,63)

Color info

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

RGB color model

#4D1B3F color RGB value is (77,27,63).

  • red value is 77;
  • green value is 27;
  • blue value is 63.
RGB:
(77,27,63)
(30%,11%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 27 of 255 = 11%
B 63 of 255 = 25%

77
27
63

R + G + B ~ 22%. #4D1B3F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 27 + 63 = 167 (100%)
R 77 of 167 ~ 46.11%
G 27 of 167 ~ 16.17%
B 63 of 167 ~ 37.72%

%46.11
%16.17
%37.72

CMYK color model

#4D1B3F color CMYK value is (0,65,18,70).

  • cyan value is 0.00%
  • magenta value is 64.94%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(0,65,18,70)
C0M65Y18K70 
(0%,65%,18%,70%)
(0.00/0.65/0.18/0.70)	

CMYK percentages

%0
%64.94
%18.18
%69.8

Codes

Color #4D1B3F in popluar color models

4D1B3F
RGB772763
HSL317°48.08%20.39%
HSB/HSV317°64.94%30.20%
CMYK0.00%64.94%18.18%
69.80%

Color #4D1B3F in popluar number systems.

HEX4D1B3F
Decimal772763
Binary100110111011111111
Octal1153377

Shades and tints

Shades of #4D1B3F

#4D1B3F
(77,27,63)
#46193A
(70,25,58)
#3F1735
(63,23,53)
#381530
(56,21,48)
#31132B
(49,19,43)
#2A1126
(42,17,38)
#230F21
(35,15,33)
#1C0D1C
(28,13,28)
#150B17
(21,11,23)
#0E0912
(14,9,18)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D1B3F

#4D1B3F
(77,27,63)
#5D2F50
(93,47,80)
#6D4361
(109,67,97)
#7D5772
(125,87,114)
#8D6B83
(141,107,131)
#9D7F94
(157,127,148)
#AD93A5
(173,147,165)
#BDA7B6
(189,167,182)
#CDBBC7
(205,187,199)
#DDCFD8
(221,207,216)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1B3F color. Also use rgb(77,27,63) instead hex code.

Text Font Color

.myTextColor { color: #4D1B3F; }

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

This text font color is #4D1B3F.


Background Color

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

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

This div background color is #4D1B3F.


Border color

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

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

This div border color is #4D1B3F.


Opacity

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

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

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

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

This text has shadow with #4D1B3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1B3F on black background.


Color preview on white background

This text has color #4D1B3F on white background.



Black color preview on #4D1B3F background

This text has black color on #4D1B3F background.


White color preview on #4D1B3F background

This text has white color on #4D1B3F background.