COLOR #4D1328

HEX: #4D1328
RGB: (77,19,40)

Color info

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

RGB color model

#4D1328 color RGB value is (77,19,40).

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

RGB channels and saturation

R 77 of 255 = 30%
G 19 of 255 = 7%
B 40 of 255 = 16%

77
19
40

R + G + B ~ 18%. #4D1328 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 19 + 40 = 136 (100%)
R 77 of 136 ~ 56.62%
G 19 of 136 ~ 13.97%
B 40 of 136 ~ 29.41%

%56.62
%13.97
%29.41

CMYK color model

#4D1328 color CMYK value is (0,75,48,70).

  • cyan value is 0.00%
  • magenta value is 75.32%
  • yellow value is 48.05%
  • key color value is 69.80%
CMYK:
(0,75,48,70)
C0M75Y48K70 
(0%,75%,48%,70%)
(0.00/0.75/0.48/0.70)	

CMYK percentages

%0
%75.32
%48.05
%69.8

Codes

Color #4D1328 in popluar color models

4D1328
RGB771940
HSL338°60.42%18.82%
HSB/HSV338°75.32%30.20%
CMYK0.00%75.32%48.05%
69.80%

Color #4D1328 in popluar number systems.

HEX4D1328
Decimal771940
Binary100110110011101000
Octal1152350

Shades and tints

Shades of #4D1328

#4D1328
(77,19,40)
#461225
(70,18,37)
#3F1122
(63,17,34)
#38101F
(56,16,31)
#310F1C
(49,15,28)
#2A0E19
(42,14,25)
#230D16
(35,13,22)
#1C0C13
(28,12,19)
#150B10
(21,11,16)
#0E0A0D
(14,10,13)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D1328

#4D1328
(77,19,40)
#5D283B
(93,40,59)
#6D3D4E
(109,61,78)
#7D5261
(125,82,97)
#8D6774
(141,103,116)
#9D7C87
(157,124,135)
#AD919A
(173,145,154)
#BDA6AD
(189,166,173)
#CDBBC0
(205,187,192)
#DDD0D3
(221,208,211)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1328; }

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

This text font color is #4D1328.


Background Color

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

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

This div background color is #4D1328.


Border color

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

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

This div border color is #4D1328.


Opacity

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

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

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

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

This text has shadow with #4D1328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1328 on black background.


Color preview on white background

This text has color #4D1328 on white background.



Black color preview on #4D1328 background

This text has black color on #4D1328 background.


White color preview on #4D1328 background

This text has white color on #4D1328 background.