COLOR #4D2384

HEX: #4D2384 RGB: (77,35,132)

Color info

#4D2384 contains mainly red and blue colors. Web safe color of #4D2384 is #333399 (or #339).

RGB color model

#4D2384 color RGB value is (77,35,132).

RGB: (77,35,132) (30%, 14%, 52%)

RGB channels and saturation

R 77 of 255 = 30%
G 35 of 255 = 14%
B 132 of 255 = 52%

77
35
132

R + G + B ~ 32%. #4D2384 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 35 + 132 = 244 (100%)
R 77 of 244 ~ 31.56%
G 35 of 244 ~ 14.34%
B 132 of 244 ~ 54.1'%

%31.56
%14.34
%54.1

CMYK color model

#4D2384 color CMYK value is (42,73,0,48).

  • cyan value is 41.67%
  • magenta value is 73.48%
  • yellow value is 0.00%
  • key color value is 48.24%

CMYK: (42,73,0,48)
C42M73Y0K48 (42%, 73%, 0%, 48%)
(0.42 / 0.73 / 0.00 / 0.48)

CMYK percentages

%41.67
%73.48
%0
%48.24

Codes

Color #4D2384 in popluar color models

4D 23 84
RGB 77 35 132
HSL 266° 58.08% 32.75%
HSB/HSV 266° 73.48% 51.76%
CMYK 41.67% 73.48% 0.00%
48.24%

Color #4D2384 in popluar number systems.

HEX 4D 23 84
Decimal 77 35 132
Binary 1001101 100011 10000100
Octal 115 43 204

Shades and tints

Shades of #4D2384

#4D2384
(77,35,132)
#462078
(70,32,120)
#3F1D6C
(63,29,108)
#381A60
(56,26,96)
#311754
(49,23,84)
#2A1448
(42,20,72)
#23113C
(35,17,60)
#1C0E30
(28,14,48)
#150B24
(21,11,36)
#0E0818
(14,8,24)
#07050C
(7,5,12)
#000000
(0,0,0)

Tints of #4D2384

#4D2384
(77,35,132)
#5D378F
(93,55,143)
#6D4B9A
(109,75,154)
#7D5FA5
(125,95,165)
#8D73B0
(141,115,176)
#9D87BB
(157,135,187)
#AD9BC6
(173,155,198)
#BDAFD1
(189,175,209)
#CDC3DC
(205,195,220)
#DDD7E7
(221,215,231)
#EDEBF2
(237,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2384 color. Also use rgb(77,35,132) instead hex code.

Text Font Color

.myTextColor { color: #4D2384; }

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

This text font color is #4D2384.

Background Color

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

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

This div background color is #4D2384.

Border color

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

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

This div border color is #4D2384.

Opacity

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

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

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

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

This text has shadow with #4D2384 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2384.

Preview

Color preview on black background

This text has color #4D2384 on black background.


Color preview on white background

This text has color #4D2384 on white background.


Black color preview on #4D2384 background

This text has black color on #4D2384 background.


White color preview on #4D2384 background

This text has white color on #4D2384 background.


Related colors

Complementary color

Complementary color for #hex is #B2DC7B.


I love getcolorcode.com

Triadic colors

1 #844D23 and #23844D with #4D2384 are triadic colors.

2 #84234D and #234D84 with #4D2384 are triadic colors.