COLOR #4D1A28

HEX: #4D1A28
RGB: (77,26,40)

Color info

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

RGB color model

#4D1A28 color RGB value is (77,26,40).

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

RGB channels and saturation

R 77 of 255 = 30%
G 26 of 255 = 10%
B 40 of 255 = 16%

77
26
40

R + G + B ~ 19%. #4D1A28 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 40 = 143 (100%)
R 77 of 143 ~ 53.85%
G 26 of 143 ~ 18.18%
B 40 of 143 ~ 27.97%

%53.85
%18.18
%27.97

CMYK color model

#4D1A28 color CMYK value is (0,66,48,70).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 48.05%
  • key color value is 69.80%
CMYK:
(0,66,48,70)
C0M66Y48K70 
(0%,66%,48%,70%)
(0.00/0.66/0.48/0.70)	

CMYK percentages

%0
%66.23
%48.05
%69.8

Codes

Color #4D1A28 in popluar color models

4D1A28
RGB772640
HSL344°49.51%20.20%
HSB/HSV344°66.23%30.20%
CMYK0.00%66.23%48.05%
69.80%

Color #4D1A28 in popluar number systems.

HEX4D1A28
Decimal772640
Binary100110111010101000
Octal1153250

Shades and tints

Shades of #4D1A28

#4D1A28
(77,26,40)
#461825
(70,24,37)
#3F1622
(63,22,34)
#38141F
(56,20,31)
#31121C
(49,18,28)
#2A1019
(42,16,25)
#230E16
(35,14,22)
#1C0C13
(28,12,19)
#150A10
(21,10,16)
#0E080D
(14,8,13)
#07060A
(7,6,10)
#000000
(0,0,0)

Tints of #4D1A28

#4D1A28
(77,26,40)
#5D2E3B
(93,46,59)
#6D424E
(109,66,78)
#7D5661
(125,86,97)
#8D6A74
(141,106,116)
#9D7E87
(157,126,135)
#AD929A
(173,146,154)
#BDA6AD
(189,166,173)
#CDBAC0
(205,186,192)
#DDCED3
(221,206,211)
#EDE2E6
(237,226,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1A28; }

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

This text font color is #4D1A28.


Background Color

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

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

This div background color is #4D1A28.


Border color

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

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

This div border color is #4D1A28.


Opacity

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

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

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

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

This text has shadow with #4D1A28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1A28 on black background.


Color preview on white background

This text has color #4D1A28 on white background.



Black color preview on #4D1A28 background

This text has black color on #4D1A28 background.


White color preview on #4D1A28 background

This text has white color on #4D1A28 background.