COLOR #4D415A

HEX: #4D415A
RGB: (77,65,90)

Color info

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

RGB color model

#4D415A color RGB value is (77,65,90).

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

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 90 of 255 = 35%

77
65
90

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

Portions of RGB colors in percentages

R + G + B =
77 + 65 + 90 = 232 (100%)
R 77 of 232 ~ 33.19%
G 65 of 232 ~ 28.02%
B 90 of 232 ~ 38.79%

%33.19
%28.02
%38.79

CMYK color model

#4D415A color CMYK value is (14,28,0,65).

  • cyan value is 14.44%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(14,28,0,65)
C14M28Y0K65 
(14%,28%,0%,65%)
(0.14/0.28/0.00/0.65)	

CMYK percentages

%14.44
%27.78
%0
%64.71

Codes

Color #4D415A in popluar color models

4D415A
RGB776590
HSL269°16.13%30.39%
HSB/HSV269°27.78%35.29%
CMYK14.44%27.78%0.00%
64.71%

Color #4D415A in popluar number systems.

HEX4D415A
Decimal776590
Binary100110110000011011010
Octal115101132

Shades and tints

Shades of #4D415A

#4D415A
(77,65,90)
#463C52
(70,60,82)
#3F374A
(63,55,74)
#383242
(56,50,66)
#312D3A
(49,45,58)
#2A2832
(42,40,50)
#23232A
(35,35,42)
#1C1E22
(28,30,34)
#15191A
(21,25,26)
#0E1412
(14,20,18)
#070F0A
(7,15,10)
#000000
(0,0,0)

Tints of #4D415A

#4D415A
(77,65,90)
#5D5269
(93,82,105)
#6D6378
(109,99,120)
#7D7487
(125,116,135)
#8D8596
(141,133,150)
#9D96A5
(157,150,165)
#ADA7B4
(173,167,180)
#BDB8C3
(189,184,195)
#CDC9D2
(205,201,210)
#DDDAE1
(221,218,225)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D415A; }

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

This text font color is #4D415A.


Background Color

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

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

This div background color is #4D415A.


Border color

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

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

This div border color is #4D415A.


Opacity

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

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

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

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

This text has shadow with #4D415A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D415A on black background.


Color preview on white background

This text has color #4D415A on white background.



Black color preview on #4D415A background

This text has black color on #4D415A background.


White color preview on #4D415A background

This text has white color on #4D415A background.