COLOR #4D244B

HEX: #4D244B
RGB: (77,36,75)

Color info

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

RGB color model

#4D244B color RGB value is (77,36,75).

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

RGB channels and saturation

R 77 of 255 = 30%
G 36 of 255 = 14%
B 75 of 255 = 29%

77
36
75

R + G + B ~ 24%. #4D244B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 36 + 75 = 188 (100%)
R 77 of 188 ~ 40.96%
G 36 of 188 ~ 19.15%
B 75 of 188 ~ 39.89%

%40.96
%19.15
%39.89

CMYK color model

#4D244B color CMYK value is (0,53,3,70).

  • cyan value is 0.00%
  • magenta value is 53.25%
  • yellow value is 2.60%
  • key color value is 69.80%
CMYK:
(0,53,3,70)
C0M53Y3K70 
(0%,53%,3%,70%)
(0.00/0.53/0.03/0.70)	

CMYK percentages

%0
%53.25
%2.6
%69.8

Codes

Color #4D244B in popluar color models

4D244B
RGB773675
HSL303°36.28%22.16%
HSB/HSV303°53.25%30.20%
CMYK0.00%53.25%2.60%
69.80%

Color #4D244B in popluar number systems.

HEX4D244B
Decimal773675
Binary10011011001001001011
Octal11544113

Shades and tints

Shades of #4D244B

#4D244B
(77,36,75)
#462145
(70,33,69)
#3F1E3F
(63,30,63)
#381B39
(56,27,57)
#311833
(49,24,51)
#2A152D
(42,21,45)
#231227
(35,18,39)
#1C0F21
(28,15,33)
#150C1B
(21,12,27)
#0E0915
(14,9,21)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D244B

#4D244B
(77,36,75)
#5D375B
(93,55,91)
#6D4A6B
(109,74,107)
#7D5D7B
(125,93,123)
#8D708B
(141,112,139)
#9D839B
(157,131,155)
#AD96AB
(173,150,171)
#BDA9BB
(189,169,187)
#CDBCCB
(205,188,203)
#DDCFDB
(221,207,219)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D244B; }

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

This text font color is #4D244B.


Background Color

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

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

This div background color is #4D244B.


Border color

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

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

This div border color is #4D244B.


Opacity

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

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

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

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

This text has shadow with #4D244B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D244B on black background.


Color preview on white background

This text has color #4D244B on white background.



Black color preview on #4D244B background

This text has black color on #4D244B background.


White color preview on #4D244B background

This text has white color on #4D244B background.