COLOR #4D244C

HEX: #4D244C
RGB: (77,36,76)

Color info

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

RGB color model

#4D244C color RGB value is (77,36,76).

  • red value is 77;
  • green value is 36;
  • blue value is 76.
RGB:
(77,36,76)
(30%,14%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 76 of 255 = 30%

77
36
76

R + G + B ~ 25%. #4D244C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 76 = 189 (100%)
R 77 of 189 ~ 40.74%
G 36 of 189 ~ 19.05%
B 76 of 189 ~ 40.21%

%40.74
%19.05
%40.21

CMYK color model

#4D244C color CMYK value is (0,53,1,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 1.30%
  • key color value is 69.80%
CMYK:
(0,53,1,70)
C0M53Y1K70 
(0%,53%,1%,70%)
(0.00/0.53/0.01/0.70)	

CMYK percentages

%0
%53.25
%1.3
%69.8

Codes

Color #4D244C in popluar color models

4D244C
RGB773676
HSL301°36.28%22.16%
HSB/HSV301°53.25%30.20%
CMYK0.00%53.25%1.30%
69.80%

Color #4D244C in popluar number systems.

HEX4D244C
Decimal773676
Binary10011011001001001100
Octal11544114

Shades and tints

Shades of #4D244C

#4D244C
(77,36,76)
#462146
(70,33,70)
#3F1E40
(63,30,64)
#381B3A
(56,27,58)
#311834
(49,24,52)
#2A152E
(42,21,46)
#231228
(35,18,40)
#1C0F22
(28,15,34)
#150C1C
(21,12,28)
#0E0916
(14,9,22)
#070610
(7,6,16)
#000000
(0,0,0)

Tints of #4D244C

#4D244C
(77,36,76)
#5D375C
(93,55,92)
#6D4A6C
(109,74,108)
#7D5D7C
(125,93,124)
#8D708C
(141,112,140)
#9D839C
(157,131,156)
#AD96AC
(173,150,172)
#BDA9BC
(189,169,188)
#CDBCCC
(205,188,204)
#DDCFDC
(221,207,220)
#EDE2EC
(237,226,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D244C color. Also use rgb(77,36,76) instead hex code.

Text Font Color

.myTextColor { color: #4D244C; }

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

This text font color is #4D244C.


Background Color

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

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

This div background color is #4D244C.


Border color

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

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

This div border color is #4D244C.


Opacity

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

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

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

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

This text has shadow with #4D244C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D244C on black background.


Color preview on white background

This text has color #4D244C on white background.



Black color preview on #4D244C background

This text has black color on #4D244C background.


White color preview on #4D244C background

This text has white color on #4D244C background.