COLOR #4D1439

HEX: #4D1439
RGB: (77,20,57)

Color info

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

RGB color model

#4D1439 color RGB value is (77,20,57).

  • red value is 77;
  • green value is 20;
  • blue value is 57.
RGB:
(77,20,57)
(30%,8%,22%)

RGB channels and saturation

R 77 of 255 = 30%
G 20 of 255 = 8%
B 57 of 255 = 22%

77
20
57

R + G + B ~ 20%. #4D1439 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 20 + 57 = 154 (100%)
R 77 of 154 ~ 50%
G 20 of 154 ~ 12.99%
B 57 of 154 ~ 37.01%

%50
%12.99
%37.01

CMYK color model

#4D1439 color CMYK value is (0,74,26,70).

  • cyan value is 0.00%
  • magenta value is 74.03%
  • yellow value is 25.97%
  • key color value is 69.80%
CMYK:
(0,74,26,70)
C0M74Y26K70 
(0%,74%,26%,70%)
(0.00/0.74/0.26/0.70)	

CMYK percentages

%0
%74.03
%25.97
%69.8

Codes

Color #4D1439 in popluar color models

4D1439
RGB772057
HSL321°58.76%19.02%
HSB/HSV321°74.03%30.20%
CMYK0.00%74.03%25.97%
69.80%

Color #4D1439 in popluar number systems.

HEX4D1439
Decimal772057
Binary100110110100111001
Octal1152471

Shades and tints

Shades of #4D1439

#4D1439
(77,20,57)
#461334
(70,19,52)
#3F122F
(63,18,47)
#38112A
(56,17,42)
#311025
(49,16,37)
#2A0F20
(42,15,32)
#230E1B
(35,14,27)
#1C0D16
(28,13,22)
#150C11
(21,12,17)
#0E0B0C
(14,11,12)
#070A07
(7,10,7)
#000000
(0,0,0)

Tints of #4D1439

#4D1439
(77,20,57)
#5D294B
(93,41,75)
#6D3E5D
(109,62,93)
#7D536F
(125,83,111)
#8D6881
(141,104,129)
#9D7D93
(157,125,147)
#AD92A5
(173,146,165)
#BDA7B7
(189,167,183)
#CDBCC9
(205,188,201)
#DDD1DB
(221,209,219)
#EDE6ED
(237,230,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1439 color. Also use rgb(77,20,57) instead hex code.

Text Font Color

.myTextColor { color: #4D1439; }

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

This text font color is #4D1439.


Background Color

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

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

This div background color is #4D1439.


Border color

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

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

This div border color is #4D1439.


Opacity

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

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

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

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

This text has shadow with #4D1439 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1439 on black background.


Color preview on white background

This text has color #4D1439 on white background.



Black color preview on #4D1439 background

This text has black color on #4D1439 background.


White color preview on #4D1439 background

This text has white color on #4D1439 background.