COLOR #4D3B68

HEX: #4D3B68
RGB: (77,59,104)

Color info

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

RGB color model

#4D3B68 color RGB value is (77,59,104).

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

RGB channels and saturation

R 77 of 255 = 30%
G 59 of 255 = 23%
B 104 of 255 = 41%

77
59
104

R + G + B ~ 31%. #4D3B68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 59 + 104 = 240 (100%)
R 77 of 240 ~ 32.08%
G 59 of 240 ~ 24.58%
B 104 of 240 ~ 43.33%

%32.08
%24.58
%43.33

CMYK color model

#4D3B68 color CMYK value is (26,43,0,59).

  • cyan value is 25.96%
  • magenta value is 43.27%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(26,43,0,59)
C26M43Y0K59 
(26%,43%,0%,59%)
(0.26/0.43/0.00/0.59)	

CMYK percentages

%25.96
%43.27
%0
%59.22

Codes

Color #4D3B68 in popluar color models

4D3B68
RGB7759104
HSL264°27.61%31.96%
HSB/HSV264°43.27%40.78%
CMYK25.96%43.27%0.00%
59.22%

Color #4D3B68 in popluar number systems.

HEX4D3B68
Decimal7759104
Binary10011011110111101000
Octal11573150

Shades and tints

Shades of #4D3B68

#4D3B68
(77,59,104)
#46365F
(70,54,95)
#3F3156
(63,49,86)
#382C4D
(56,44,77)
#312744
(49,39,68)
#2A223B
(42,34,59)
#231D32
(35,29,50)
#1C1829
(28,24,41)
#151320
(21,19,32)
#0E0E17
(14,14,23)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D3B68

#4D3B68
(77,59,104)
#5D4C75
(93,76,117)
#6D5D82
(109,93,130)
#7D6E8F
(125,110,143)
#8D7F9C
(141,127,156)
#9D90A9
(157,144,169)
#ADA1B6
(173,161,182)
#BDB2C3
(189,178,195)
#CDC3D0
(205,195,208)
#DDD4DD
(221,212,221)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3B68; }

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

This text font color is #4D3B68.


Background Color

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

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

This div background color is #4D3B68.


Border color

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

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

This div border color is #4D3B68.


Opacity

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

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

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

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

This text has shadow with #4D3B68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3B68 on black background.


Color preview on white background

This text has color #4D3B68 on white background.



Black color preview on #4D3B68 background

This text has black color on #4D3B68 background.


White color preview on #4D3B68 background

This text has white color on #4D3B68 background.