COLOR #4D2240

HEX: #4D2240
RGB: (77,34,64)

Color info

#4D2240 contains red, green and blue colors in about the same proportion. Web safe color of #4D2240 is #333333 (or #333).

RGB color model

#4D2240 color RGB value is (77,34,64).

  • red value is 77;
  • green value is 34;
  • blue value is 64.
RGB:
(77,34,64)
(30%,13%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 34 of 255 = 13%
B 64 of 255 = 25%

77
34
64

R + G + B ~ 23%. #4D2240 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 34 + 64 = 175 (100%)
R 77 of 175 ~ 44%
G 34 of 175 ~ 19.43%
B 64 of 175 ~ 36.57%

%44
%19.43
%36.57

CMYK color model

#4D2240 color CMYK value is (0,56,17,70).

  • cyan value is 0.00%
  • magenta value is 55.84%
  • yellow value is 16.88%
  • key color value is 69.80%
CMYK:
(0,56,17,70)
C0M56Y17K70 
(0%,56%,17%,70%)
(0.00/0.56/0.17/0.70)	

CMYK percentages

%0
%55.84
%16.88
%69.8

Codes

Color #4D2240 in popluar color models

4D2240
RGB773464
HSL318°38.74%21.76%
HSB/HSV318°55.84%30.20%
CMYK0.00%55.84%16.88%
69.80%

Color #4D2240 in popluar number systems.

HEX4D2240
Decimal773464
Binary10011011000101000000
Octal11542100

Shades and tints

Shades of #4D2240

#4D2240
(77,34,64)
#461F3B
(70,31,59)
#3F1C36
(63,28,54)
#381931
(56,25,49)
#31162C
(49,22,44)
#2A1327
(42,19,39)
#231022
(35,16,34)
#1C0D1D
(28,13,29)
#150A18
(21,10,24)
#0E0713
(14,7,19)
#07040E
(7,4,14)
#000000
(0,0,0)

Tints of #4D2240

#4D2240
(77,34,64)
#5D3651
(93,54,81)
#6D4A62
(109,74,98)
#7D5E73
(125,94,115)
#8D7284
(141,114,132)
#9D8695
(157,134,149)
#AD9AA6
(173,154,166)
#BDAEB7
(189,174,183)
#CDC2C8
(205,194,200)
#DDD6D9
(221,214,217)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2240 color. Also use rgb(77,34,64) instead hex code.

Text Font Color

.myTextColor { color: #4D2240; }

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

This text font color is #4D2240.


Background Color

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

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

This div background color is #4D2240.


Border color

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

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

This div border color is #4D2240.


Opacity

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

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

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

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

This text has shadow with #4D2240 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2240 on black background.


Color preview on white background

This text has color #4D2240 on white background.



Black color preview on #4D2240 background

This text has black color on #4D2240 background.


White color preview on #4D2240 background

This text has white color on #4D2240 background.