COLOR #4D2F49

HEX: #4D2F49
RGB: (77,47,73)

Color info

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

RGB color model

#4D2F49 color RGB value is (77,47,73).

  • red value is 77;
  • green value is 47;
  • blue value is 73.
RGB:
(77,47,73)
(30%,18%,29%)

RGB channels and saturation

R 77 of 255 = 30%
G 47 of 255 = 18%
B 73 of 255 = 29%

77
47
73

R + G + B ~ 26%. #4D2F49 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 47 + 73 = 197 (100%)
R 77 of 197 ~ 39.09%
G 47 of 197 ~ 23.86%
B 73 of 197 ~ 37.06%

%39.09
%23.86
%37.06

CMYK color model

#4D2F49 color CMYK value is (0,39,5,70).

  • cyan value is 0.00%
  • magenta value is 38.96%
  • yellow value is 5.19%
  • key color value is 69.80%
CMYK:
(0,39,5,70)
C0M39Y5K70 
(0%,39%,5%,70%)
(0.00/0.39/0.05/0.70)	

CMYK percentages

%0
%38.96
%5.19
%69.8

Codes

Color #4D2F49 in popluar color models

4D2F49
RGB774773
HSL308°24.19%24.31%
HSB/HSV308°38.96%30.20%
CMYK0.00%38.96%5.19%
69.80%

Color #4D2F49 in popluar number systems.

HEX4D2F49
Decimal774773
Binary10011011011111001001
Octal11557111

Shades and tints

Shades of #4D2F49

#4D2F49
(77,47,73)
#462B43
(70,43,67)
#3F273D
(63,39,61)
#382337
(56,35,55)
#311F31
(49,31,49)
#2A1B2B
(42,27,43)
#231725
(35,23,37)
#1C131F
(28,19,31)
#150F19
(21,15,25)
#0E0B13
(14,11,19)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D2F49

#4D2F49
(77,47,73)
#5D4159
(93,65,89)
#6D5369
(109,83,105)
#7D6579
(125,101,121)
#8D7789
(141,119,137)
#9D8999
(157,137,153)
#AD9BA9
(173,155,169)
#BDADB9
(189,173,185)
#CDBFC9
(205,191,201)
#DDD1D9
(221,209,217)
#EDE3E9
(237,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2F49 color. Also use rgb(77,47,73) instead hex code.

Text Font Color

.myTextColor { color: #4D2F49; }

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

This text font color is #4D2F49.


Background Color

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

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

This div background color is #4D2F49.


Border color

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

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

This div border color is #4D2F49.


Opacity

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

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

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

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

This text has shadow with #4D2F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2F49 on black background.


Color preview on white background

This text has color #4D2F49 on white background.



Black color preview on #4D2F49 background

This text has black color on #4D2F49 background.


White color preview on #4D2F49 background

This text has white color on #4D2F49 background.