COLOR #4D3662

HEX: #4D3662 RGB: (77,54,98)

Color info

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

RGB color model

#4D3662 color RGB value is (77,54,98).

RGB: (77,54,98) (30%, 21%, 38%)

RGB channels and saturation

R 77 of 255 = 30%
G 54 of 255 = 21%
B 98 of 255 = 38%

77
54
98

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

Portions of RGB colors in percentages

R + G + B = 77 + 54 + 98 = 229 (100%)
R 77 of 229 ~ 33.62%
G 54 of 229 ~ 23.58%
B 98 of 229 ~ 42.79'%

%33.62
%23.58
%42.79

CMYK color model

#4D3662 color CMYK value is (21,45,0,62).

  • cyan value is 21.43%
  • magenta value is 44.90%
  • yellow value is 0.00%
  • key color value is 61.57%

CMYK: (21,45,0,62)
C21M45Y0K62 (21%, 45%, 0%, 62%)
(0.21 / 0.45 / 0.00 / 0.62)

CMYK percentages

%21.43
%44.9
%0
%61.57

Codes

Color #4D3662 in popluar color models

4D 36 62
RGB 77 54 98
HSL 271° 28.95% 29.80%
HSB/HSV 271° 44.90% 38.43%
CMYK 21.43% 44.90% 0.00%
61.57%

Color #4D3662 in popluar number systems.

HEX 4D 36 62
Decimal 77 54 98
Binary 1001101 110110 1100010
Octal 115 66 142

Shades and tints

Shades of #4D3662

#4D3662
(77,54,98)
#46325A
(70,50,90)
#3F2E52
(63,46,82)
#382A4A
(56,42,74)
#312642
(49,38,66)
#2A223A
(42,34,58)
#231E32
(35,30,50)
#1C1A2A
(28,26,42)
#151622
(21,22,34)
#0E121A
(14,18,26)
#070E12
(7,14,18)
#000000
(0,0,0)

Tints of #4D3662

#4D3662
(77,54,98)
#5D4870
(93,72,112)
#6D5A7E
(109,90,126)
#7D6C8C
(125,108,140)
#8D7E9A
(141,126,154)
#9D90A8
(157,144,168)
#ADA2B6
(173,162,182)
#BDB4C4
(189,180,196)
#CDC6D2
(205,198,210)
#DDD8E0
(221,216,224)
#EDEAEE
(237,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3662 color. Also use rgb(77,54,98) instead hex code.

Text Font Color

.myTextColor { color: #4D3662; }

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

This text font color is #4D3662.

Background Color

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

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

This div background color is #4D3662.

Border color

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

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

This div border color is #4D3662.

Opacity

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

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

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

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

This text has shadow with #4D3662 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3662.

Preview

Color preview on black background

This text has color #4D3662 on black background.


Color preview on white background

This text has color #4D3662 on white background.


Black color preview on #4D3662 background

This text has black color on #4D3662 background.


White color preview on #4D3662 background

This text has white color on #4D3662 background.


Related colors

Complementary color

Complementary color for #hex is #B2C99D.


I love getcolorcode.com

Triadic colors

1 #624D36 and #36624D with #4D3662 are triadic colors.

2 #62364D and #364D62 with #4D3662 are triadic colors.