COLOR #4D3E7A

HEX: #4D3E7A RGB: (77,62,122)

Color info

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

RGB color model

#4D3E7A color RGB value is (77,62,122).

RGB: (77,62,122) (30%, 24%, 48%)

RGB channels and saturation

R 77 of 255 = 30%
G 62 of 255 = 24%
B 122 of 255 = 48%

77
62
122

R + G + B ~ 34%. #4D3E7A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 62 + 122 = 261 (100%)
R 77 of 261 ~ 29.5%
G 62 of 261 ~ 23.75%
B 122 of 261 ~ 46.74'%

%29.5
%23.75
%46.74

CMYK color model

#4D3E7A color CMYK value is (37,49,0,52).

  • cyan value is 36.89%
  • magenta value is 49.18%
  • yellow value is 0.00%
  • key color value is 52.16%

CMYK: (37,49,0,52)
C37M49Y0K52 (37%, 49%, 0%, 52%)
(0.37 / 0.49 / 0.00 / 0.52)

CMYK percentages

%36.89
%49.18
%0
%52.16

Codes

Color #4D3E7A in popluar color models

4D 3E 7A
RGB 77 62 122
HSL 255° 32.61% 36.08%
HSB/HSV 255° 49.18% 47.84%
CMYK 36.89% 49.18% 0.00%
52.16%

Color #4D3E7A in popluar number systems.

HEX 4D 3E 7A
Decimal 77 62 122
Binary 1001101 111110 1111010
Octal 115 76 172

Shades and tints

Shades of #4D3E7A

#4D3E7A
(77,62,122)
#46396F
(70,57,111)
#3F3464
(63,52,100)
#382F59
(56,47,89)
#312A4E
(49,42,78)
#2A2543
(42,37,67)
#232038
(35,32,56)
#1C1B2D
(28,27,45)
#151622
(21,22,34)
#0E1117
(14,17,23)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #4D3E7A

#4D3E7A
(77,62,122)
#5D4F86
(93,79,134)
#6D6092
(109,96,146)
#7D719E
(125,113,158)
#8D82AA
(141,130,170)
#9D93B6
(157,147,182)
#ADA4C2
(173,164,194)
#BDB5CE
(189,181,206)
#CDC6DA
(205,198,218)
#DDD7E6
(221,215,230)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3E7A color. Also use rgb(77,62,122) instead hex code.

Text Font Color

.myTextColor { color: #4D3E7A; }

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

This text font color is #4D3E7A.

Background Color

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

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

This div background color is #4D3E7A.

Border color

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

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

This div border color is #4D3E7A.

Opacity

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

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

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

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

This text has shadow with #4D3E7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3E7A.

Preview

Color preview on black background

This text has color #4D3E7A on black background.


Color preview on white background

This text has color #4D3E7A on white background.


Black color preview on #4D3E7A background

This text has black color on #4D3E7A background.


White color preview on #4D3E7A background

This text has white color on #4D3E7A background.


Related colors

Complementary color

Complementary color for #hex is #B2C185.


I love getcolorcode.com

Triadic colors

1 #7A4D3E and #3E7A4D with #4D3E7A are triadic colors.

2 #7A3E4D and #3E4D7A with #4D3E7A are triadic colors.