COLOR #4D2F6E

HEX: #4D2F6E RGB: (77,47,110)

Color info

#4D2F6E contains mainly red and blue colors. Web safe color of #4D2F6E is #333366 (or #336).

RGB color model

#4D2F6E color RGB value is (77,47,110).

RGB: (77,47,110) (30%, 18%, 43%)

RGB channels and saturation

R 77 of 255 = 30%
G 47 of 255 = 18%
B 110 of 255 = 43%

77
47
110

R + G + B ~ 30%. #4D2F6E is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 47 + 110 = 234 (100%)
R 77 of 234 ~ 32.91%
G 47 of 234 ~ 20.09%
B 110 of 234 ~ 47.01'%

%32.91
%20.09
%47.01

CMYK color model

#4D2F6E color CMYK value is (30,57,0,57).

  • cyan value is 30.00%
  • magenta value is 57.27%
  • yellow value is 0.00%
  • key color value is 56.86%

CMYK: (30,57,0,57)
C30M57Y0K57 (30%, 57%, 0%, 57%)
(0.30 / 0.57 / 0.00 / 0.57)

CMYK percentages

%30
%57.27
%0
%56.86

Codes

Color #4D2F6E in popluar color models

4D 2F 6E
RGB 77 47 110
HSL 269° 40.13% 30.78%
HSB/HSV 269° 57.27% 43.14%
CMYK 30.00% 57.27% 0.00%
56.86%

Color #4D2F6E in popluar number systems.

HEX 4D 2F 6E
Decimal 77 47 110
Binary 1001101 101111 1101110
Octal 115 57 156

Shades and tints

Shades of #4D2F6E

#4D2F6E
(77,47,110)
#462B64
(70,43,100)
#3F275A
(63,39,90)
#382350
(56,35,80)
#311F46
(49,31,70)
#2A1B3C
(42,27,60)
#231732
(35,23,50)
#1C1328
(28,19,40)
#150F1E
(21,15,30)
#0E0B14
(14,11,20)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #4D2F6E

#4D2F6E
(77,47,110)
#5D417B
(93,65,123)
#6D5388
(109,83,136)
#7D6595
(125,101,149)
#8D77A2
(141,119,162)
#9D89AF
(157,137,175)
#AD9BBC
(173,155,188)
#BDADC9
(189,173,201)
#CDBFD6
(205,191,214)
#DDD1E3
(221,209,227)
#EDE3F0
(237,227,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2F6E; }

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

This text font color is #4D2F6E.

Background Color

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

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

This div background color is #4D2F6E.

Border color

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

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

This div border color is #4D2F6E.

Opacity

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

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

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

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

This text has shadow with #4D2F6E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2F6E.

Preview

Color preview on black background

This text has color #4D2F6E on black background.


Color preview on white background

This text has color #4D2F6E on white background.


Black color preview on #4D2F6E background

This text has black color on #4D2F6E background.


White color preview on #4D2F6E background

This text has white color on #4D2F6E background.


Related colors

Complementary color

Complementary color for #hex is #B2D091.


I love getcolorcode.com

Triadic colors

1 #6E4D2F and #2F6E4D with #4D2F6E are triadic colors.

2 #6E2F4D and #2F4D6E with #4D2F6E are triadic colors.