COLOR #4D1048

HEX: #4D1048
RGB: (77,16,72)

Color info

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

RGB color model

#4D1048 color RGB value is (77,16,72).

  • red value is 77;
  • green value is 16;
  • blue value is 72.
RGB:
(77,16,72)
(30%,6%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 16 of 255 = 6%
B 72 of 255 = 28%

77
16
72

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

Portions of RGB colors in percentages

R + G + B =
77 + 16 + 72 = 165 (100%)
R 77 of 165 ~ 46.67%
G 16 of 165 ~ 9.7%
B 72 of 165 ~ 43.64%

%46.67
%9.7
%43.64

CMYK color model

#4D1048 color CMYK value is (0,79,6,70).

  • cyan value is 0.00%
  • magenta value is 79.22%
  • yellow value is 6.49%
  • key color value is 69.80%
CMYK:
(0,79,6,70)
C0M79Y6K70 
(0%,79%,6%,70%)
(0.00/0.79/0.06/0.70)	

CMYK percentages

%0
%79.22
%6.49
%69.8

Codes

Color #4D1048 in popluar color models

4D1048
RGB771672
HSL305°65.59%18.24%
HSB/HSV305°79.22%30.20%
CMYK0.00%79.22%6.49%
69.80%

Color #4D1048 in popluar number systems.

HEX4D1048
Decimal771672
Binary1001101100001001000
Octal11520110

Shades and tints

Shades of #4D1048

#4D1048
(77,16,72)
#460F42
(70,15,66)
#3F0E3C
(63,14,60)
#380D36
(56,13,54)
#310C30
(49,12,48)
#2A0B2A
(42,11,42)
#230A24
(35,10,36)
#1C091E
(28,9,30)
#150818
(21,8,24)
#0E0712
(14,7,18)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #4D1048

#4D1048
(77,16,72)
#5D2558
(93,37,88)
#6D3A68
(109,58,104)
#7D4F78
(125,79,120)
#8D6488
(141,100,136)
#9D7998
(157,121,152)
#AD8EA8
(173,142,168)
#BDA3B8
(189,163,184)
#CDB8C8
(205,184,200)
#DDCDD8
(221,205,216)
#EDE2E8
(237,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1048 color. Also use rgb(77,16,72) instead hex code.

Text Font Color

.myTextColor { color: #4D1048; }

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

This text font color is #4D1048.


Background Color

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

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

This div background color is #4D1048.


Border color

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

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

This div border color is #4D1048.


Opacity

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

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

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

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

This text has shadow with #4D1048 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1048 on black background.


Color preview on white background

This text has color #4D1048 on white background.



Black color preview on #4D1048 background

This text has black color on #4D1048 background.


White color preview on #4D1048 background

This text has white color on #4D1048 background.