COLOR #4D2A4F

HEX: #4D2A4F
RGB: (77,42,79)

Color info

#4D2A4F contains red, green and blue colors in about the same proportion. Web safe color of #4D2A4F is #333366 (or #336).

RGB color model

#4D2A4F color RGB value is (77,42,79).

  • red value is 77;
  • green value is 42;
  • blue value is 79.
RGB:
(77,42,79)
(30%,16%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 79 of 255 = 31%

77
42
79

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

Portions of RGB colors in percentages

R + G + B =
77 + 42 + 79 = 198 (100%)
R 77 of 198 ~ 38.89%
G 42 of 198 ~ 21.21%
B 79 of 198 ~ 39.9%

%38.89
%21.21
%39.9

CMYK color model

#4D2A4F color CMYK value is (3,47,0,69).

  • cyan value is 2.53%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 69.02%
CMYK:
(3,47,0,69)
C3M47Y0K69 
(3%,47%,0%,69%)
(0.03/0.47/0.00/0.69)	

CMYK percentages

%2.53
%46.84
%0
%69.02

Codes

Color #4D2A4F in popluar color models

4D2A4F
RGB774279
HSL297°30.58%23.73%
HSB/HSV297°46.84%30.98%
CMYK2.53%46.84%0.00%
69.02%

Color #4D2A4F in popluar number systems.

HEX4D2A4F
Decimal774279
Binary10011011010101001111
Octal11552117

Shades and tints

Shades of #4D2A4F

#4D2A4F
(77,42,79)
#462748
(70,39,72)
#3F2441
(63,36,65)
#38213A
(56,33,58)
#311E33
(49,30,51)
#2A1B2C
(42,27,44)
#231825
(35,24,37)
#1C151E
(28,21,30)
#151217
(21,18,23)
#0E0F10
(14,15,16)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D2A4F

#4D2A4F
(77,42,79)
#5D3D5F
(93,61,95)
#6D506F
(109,80,111)
#7D637F
(125,99,127)
#8D768F
(141,118,143)
#9D899F
(157,137,159)
#AD9CAF
(173,156,175)
#BDAFBF
(189,175,191)
#CDC2CF
(205,194,207)
#DDD5DF
(221,213,223)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2A4F color. Also use rgb(77,42,79) instead hex code.

Text Font Color

.myTextColor { color: #4D2A4F; }

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

This text font color is #4D2A4F.


Background Color

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

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

This div background color is #4D2A4F.


Border color

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

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

This div border color is #4D2A4F.


Opacity

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

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

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

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

This text has shadow with #4D2A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2A4F on black background.


Color preview on white background

This text has color #4D2A4F on white background.



Black color preview on #4D2A4F background

This text has black color on #4D2A4F background.


White color preview on #4D2A4F background

This text has white color on #4D2A4F background.