COLOR #4D416A

HEX: #4D416A
RGB: (77,65,106)

Color info

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

RGB color model

#4D416A color RGB value is (77,65,106).

  • red value is 77;
  • green value is 65;
  • blue value is 106.
RGB:
(77,65,106)
(30%,25%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 106 of 255 = 42%

77
65
106

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

Portions of RGB colors in percentages

R + G + B =
77 + 65 + 106 = 248 (100%)
R 77 of 248 ~ 31.05%
G 65 of 248 ~ 26.21%
B 106 of 248 ~ 42.74%

%31.05
%26.21
%42.74

CMYK color model

#4D416A color CMYK value is (27,39,0,58).

  • cyan value is 27.36%
  • magenta value is 38.68%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(27,39,0,58)
C27M39Y0K58 
(27%,39%,0%,58%)
(0.27/0.39/0.00/0.58)	

CMYK percentages

%27.36
%38.68
%0
%58.43

Codes

Color #4D416A in popluar color models

4D416A
RGB7765106
HSL258°23.98%33.53%
HSB/HSV258°38.68%41.57%
CMYK27.36%38.68%0.00%
58.43%

Color #4D416A in popluar number systems.

HEX4D416A
Decimal7765106
Binary100110110000011101010
Octal115101152

Shades and tints

Shades of #4D416A

#4D416A
(77,65,106)
#463C61
(70,60,97)
#3F3758
(63,55,88)
#38324F
(56,50,79)
#312D46
(49,45,70)
#2A283D
(42,40,61)
#232334
(35,35,52)
#1C1E2B
(28,30,43)
#151922
(21,25,34)
#0E1419
(14,20,25)
#070F10
(7,15,16)
#000000
(0,0,0)

Tints of #4D416A

#4D416A
(77,65,106)
#5D5277
(93,82,119)
#6D6384
(109,99,132)
#7D7491
(125,116,145)
#8D859E
(141,133,158)
#9D96AB
(157,150,171)
#ADA7B8
(173,167,184)
#BDB8C5
(189,184,197)
#CDC9D2
(205,201,210)
#DDDADF
(221,218,223)
#EDEBEC
(237,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D416A color. Also use rgb(77,65,106) instead hex code.

Text Font Color

.myTextColor { color: #4D416A; }

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

This text font color is #4D416A.


Background Color

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

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

This div background color is #4D416A.


Border color

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

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

This div border color is #4D416A.


Opacity

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

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

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

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

This text has shadow with #4D416A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D416A on black background.


Color preview on white background

This text has color #4D416A on white background.



Black color preview on #4D416A background

This text has black color on #4D416A background.


White color preview on #4D416A background

This text has white color on #4D416A background.