COLOR #4D3B6D

HEX: #4D3B6D
RGB: (77,59,109)

Color info

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

RGB color model

#4D3B6D color RGB value is (77,59,109).

  • red value is 77;
  • green value is 59;
  • blue value is 109.
RGB:
(77,59,109)
(30%,23%,43%)

RGB channels and saturation

R 77 of 255 = 30%
G 59 of 255 = 23%
B 109 of 255 = 43%

77
59
109

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

Portions of RGB colors in percentages

R + G + B =
77 + 59 + 109 = 245 (100%)
R 77 of 245 ~ 31.43%
G 59 of 245 ~ 24.08%
B 109 of 245 ~ 44.49%

%31.43
%24.08
%44.49

CMYK color model

#4D3B6D color CMYK value is (29,46,0,57).

  • cyan value is 29.36%
  • magenta value is 45.87%
  • yellow value is 0.00%
  • key color value is 57.25%
CMYK:
(29,46,0,57)
C29M46Y0K57 
(29%,46%,0%,57%)
(0.29/0.46/0.00/0.57)	

CMYK percentages

%29.36
%45.87
%0
%57.25

Codes

Color #4D3B6D in popluar color models

4D3B6D
RGB7759109
HSL262°29.76%32.94%
HSB/HSV262°45.87%42.75%
CMYK29.36%45.87%0.00%
57.25%

Color #4D3B6D in popluar number systems.

HEX4D3B6D
Decimal7759109
Binary10011011110111101101
Octal11573155

Shades and tints

Shades of #4D3B6D

#4D3B6D
(77,59,109)
#463664
(70,54,100)
#3F315B
(63,49,91)
#382C52
(56,44,82)
#312749
(49,39,73)
#2A2240
(42,34,64)
#231D37
(35,29,55)
#1C182E
(28,24,46)
#151325
(21,19,37)
#0E0E1C
(14,14,28)
#070913
(7,9,19)
#000000
(0,0,0)

Tints of #4D3B6D

#4D3B6D
(77,59,109)
#5D4C7A
(93,76,122)
#6D5D87
(109,93,135)
#7D6E94
(125,110,148)
#8D7FA1
(141,127,161)
#9D90AE
(157,144,174)
#ADA1BB
(173,161,187)
#BDB2C8
(189,178,200)
#CDC3D5
(205,195,213)
#DDD4E2
(221,212,226)
#EDE5EF
(237,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3B6D color. Also use rgb(77,59,109) instead hex code.

Text Font Color

.myTextColor { color: #4D3B6D; }

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

This text font color is #4D3B6D.


Background Color

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

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

This div background color is #4D3B6D.


Border color

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

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

This div border color is #4D3B6D.


Opacity

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

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

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

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

This text has shadow with #4D3B6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3B6D on black background.


Color preview on white background

This text has color #4D3B6D on white background.



Black color preview on #4D3B6D background

This text has black color on #4D3B6D background.


White color preview on #4D3B6D background

This text has white color on #4D3B6D background.