COLOR #4D0128

HEX: #4D0128
RGB: (77,1,40)

Color info

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

RGB color model

#4D0128 color RGB value is (77,1,40).

  • red value is 77;
  • green value is 1;
  • blue value is 40.
RGB:
(77,1,40)
(30%,0%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 1 of 255 = 0%
B 40 of 255 = 16%

77
1
40

R + G + B ~ 15%. #4D0128 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 1 + 40 = 118 (100%)
R 77 of 118 ~ 65.25%
G 1 of 118 ~ 0.85%
B 40 of 118 ~ 33.9%

%65.25
%33.9

CMYK color model

#4D0128 color CMYK value is (0,99,48,70).

  • cyan value is 0.00%
  • magenta value is 98.70%
  • yellow value is 48.05%
  • key color value is 69.80%
CMYK:
(0,99,48,70)
C0M99Y48K70 
(0%,99%,48%,70%)
(0.00/0.99/0.48/0.70)	

CMYK percentages

%0
%98.7
%48.05
%69.8

Codes

Color #4D0128 in popluar color models

4D0128
RGB77140
HSL329°97.44%15.29%
HSB/HSV329°98.70%30.20%
CMYK0.00%98.70%48.05%
69.80%

Color #4D0128 in popluar number systems.

HEX4D0128
Decimal77140
Binary10011011101000
Octal115150

Shades and tints

Shades of #4D0128

#4D0128
(77,1,40)
#460125
(70,1,37)
#3F0122
(63,1,34)
#38011F
(56,1,31)
#31011C
(49,1,28)
#2A0119
(42,1,25)
#230116
(35,1,22)
#1C0113
(28,1,19)
#150110
(21,1,16)
#0E010D
(14,1,13)
#07010A
(7,1,10)
#000000
(0,0,0)

Tints of #4D0128

#4D0128
(77,1,40)
#5D183B
(93,24,59)
#6D2F4E
(109,47,78)
#7D4661
(125,70,97)
#8D5D74
(141,93,116)
#9D7487
(157,116,135)
#AD8B9A
(173,139,154)
#BDA2AD
(189,162,173)
#CDB9C0
(205,185,192)
#DDD0D3
(221,208,211)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D0128 color. Also use rgb(77,1,40) instead hex code.

Text Font Color

.myTextColor { color: #4D0128; }

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

This text font color is #4D0128.


Background Color

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

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

This div background color is #4D0128.


Border color

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

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

This div border color is #4D0128.


Opacity

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

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

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

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

This text has shadow with #4D0128 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0128 on black background.


Color preview on white background

This text has color #4D0128 on white background.



Black color preview on #4D0128 background

This text has black color on #4D0128 background.


White color preview on #4D0128 background

This text has white color on #4D0128 background.