COLOR #4D2E44

HEX: #4D2E44
RGB: (77,46,68)

Color info

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

RGB color model

#4D2E44 color RGB value is (77,46,68).

  • red value is 77;
  • green value is 46;
  • blue value is 68.
RGB:
(77,46,68)
(30%,18%,27%)

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 68 of 255 = 27%

77
46
68

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

Portions of RGB colors in percentages

R + G + B =
77 + 46 + 68 = 191 (100%)
R 77 of 191 ~ 40.31%
G 46 of 191 ~ 24.08%
B 68 of 191 ~ 35.6%

%40.31
%24.08
%35.6

CMYK color model

#4D2E44 color CMYK value is (0,40,12,70).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 11.69%
  • key color value is 69.80%
CMYK:
(0,40,12,70)
C0M40Y12K70 
(0%,40%,12%,70%)
(0.00/0.40/0.12/0.70)	

CMYK percentages

%0
%40.26
%11.69
%69.8

Codes

Color #4D2E44 in popluar color models

4D2E44
RGB774668
HSL317°25.20%24.12%
HSB/HSV317°40.26%30.20%
CMYK0.00%40.26%11.69%
69.80%

Color #4D2E44 in popluar number systems.

HEX4D2E44
Decimal774668
Binary10011011011101000100
Octal11556104

Shades and tints

Shades of #4D2E44

#4D2E44
(77,46,68)
#462A3E
(70,42,62)
#3F2638
(63,38,56)
#382232
(56,34,50)
#311E2C
(49,30,44)
#2A1A26
(42,26,38)
#231620
(35,22,32)
#1C121A
(28,18,26)
#150E14
(21,14,20)
#0E0A0E
(14,10,14)
#070608
(7,6,8)
#000000
(0,0,0)

Tints of #4D2E44

#4D2E44
(77,46,68)
#5D4155
(93,65,85)
#6D5466
(109,84,102)
#7D6777
(125,103,119)
#8D7A88
(141,122,136)
#9D8D99
(157,141,153)
#ADA0AA
(173,160,170)
#BDB3BB
(189,179,187)
#CDC6CC
(205,198,204)
#DDD9DD
(221,217,221)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2E44 color. Also use rgb(77,46,68) instead hex code.

Text Font Color

.myTextColor { color: #4D2E44; }

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

This text font color is #4D2E44.


Background Color

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

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

This div background color is #4D2E44.


Border color

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

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

This div border color is #4D2E44.


Opacity

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

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

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

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

This text has shadow with #4D2E44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2E44 on black background.


Color preview on white background

This text has color #4D2E44 on white background.



Black color preview on #4D2E44 background

This text has black color on #4D2E44 background.


White color preview on #4D2E44 background

This text has white color on #4D2E44 background.