COLOR #4D2E47

HEX: #4D2E47
RGB: (77,46,71)

Color info

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

RGB color model

#4D2E47 color RGB value is (77,46,71).

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

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 71 of 255 = 28%

77
46
71

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

Portions of RGB colors in percentages

R + G + B =
77 + 46 + 71 = 194 (100%)
R 77 of 194 ~ 39.69%
G 46 of 194 ~ 23.71%
B 71 of 194 ~ 36.6%

%39.69
%23.71
%36.6

CMYK color model

#4D2E47 color CMYK value is (0,40,8,70).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 7.79%
  • key color value is 69.80%
CMYK:
(0,40,8,70)
C0M40Y8K70 
(0%,40%,8%,70%)
(0.00/0.40/0.08/0.70)	

CMYK percentages

%0
%40.26
%7.79
%69.8

Codes

Color #4D2E47 in popluar color models

4D2E47
RGB774671
HSL312°25.20%24.12%
HSB/HSV312°40.26%30.20%
CMYK0.00%40.26%7.79%
69.80%

Color #4D2E47 in popluar number systems.

HEX4D2E47
Decimal774671
Binary10011011011101000111
Octal11556107

Shades and tints

Shades of #4D2E47

#4D2E47
(77,46,71)
#462A41
(70,42,65)
#3F263B
(63,38,59)
#382235
(56,34,53)
#311E2F
(49,30,47)
#2A1A29
(42,26,41)
#231623
(35,22,35)
#1C121D
(28,18,29)
#150E17
(21,14,23)
#0E0A11
(14,10,17)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D2E47

#4D2E47
(77,46,71)
#5D4157
(93,65,87)
#6D5467
(109,84,103)
#7D6777
(125,103,119)
#8D7A87
(141,122,135)
#9D8D97
(157,141,151)
#ADA0A7
(173,160,167)
#BDB3B7
(189,179,183)
#CDC6C7
(205,198,199)
#DDD9D7
(221,217,215)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2E47; }

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

This text font color is #4D2E47.


Background Color

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

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

This div background color is #4D2E47.


Border color

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

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

This div border color is #4D2E47.


Opacity

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

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

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

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

This text has shadow with #4D2E47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2E47 on black background.


Color preview on white background

This text has color #4D2E47 on white background.



Black color preview on #4D2E47 background

This text has black color on #4D2E47 background.


White color preview on #4D2E47 background

This text has white color on #4D2E47 background.