COLOR #4D405D

HEX: #4D405D
RGB: (77,64,93)

Color info

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

RGB color model

#4D405D color RGB value is (77,64,93).

  • red value is 77;
  • green value is 64;
  • blue value is 93.
RGB:
(77,64,93)
(30%,25%,36%)

RGB channels and saturation

R 77 of 255 = 30%
G 64 of 255 = 25%
B 93 of 255 = 36%

77
64
93

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

Portions of RGB colors in percentages

R + G + B =
77 + 64 + 93 = 234 (100%)
R 77 of 234 ~ 32.91%
G 64 of 234 ~ 27.35%
B 93 of 234 ~ 39.74%

%32.91
%27.35
%39.74

CMYK color model

#4D405D color CMYK value is (17,31,0,64).

  • cyan value is 17.20%
  • magenta value is 31.18%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(17,31,0,64)
C17M31Y0K64 
(17%,31%,0%,64%)
(0.17/0.31/0.00/0.64)	

CMYK percentages

%17.2
%31.18
%0
%63.53

Codes

Color #4D405D in popluar color models

4D405D
RGB776493
HSL267°18.47%30.78%
HSB/HSV267°31.18%36.47%
CMYK17.20%31.18%0.00%
63.53%

Color #4D405D in popluar number systems.

HEX4D405D
Decimal776493
Binary100110110000001011101
Octal115100135

Shades and tints

Shades of #4D405D

#4D405D
(77,64,93)
#463B55
(70,59,85)
#3F364D
(63,54,77)
#383145
(56,49,69)
#312C3D
(49,44,61)
#2A2735
(42,39,53)
#23222D
(35,34,45)
#1C1D25
(28,29,37)
#15181D
(21,24,29)
#0E1315
(14,19,21)
#070E0D
(7,14,13)
#000000
(0,0,0)

Tints of #4D405D

#4D405D
(77,64,93)
#5D516B
(93,81,107)
#6D6279
(109,98,121)
#7D7387
(125,115,135)
#8D8495
(141,132,149)
#9D95A3
(157,149,163)
#ADA6B1
(173,166,177)
#BDB7BF
(189,183,191)
#CDC8CD
(205,200,205)
#DDD9DB
(221,217,219)
#EDEAE9
(237,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D405D color. Also use rgb(77,64,93) instead hex code.

Text Font Color

.myTextColor { color: #4D405D; }

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

This text font color is #4D405D.


Background Color

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

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

This div background color is #4D405D.


Border color

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

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

This div border color is #4D405D.


Opacity

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

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

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

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

This text has shadow with #4D405D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D405D on black background.


Color preview on white background

This text has color #4D405D on white background.



Black color preview on #4D405D background

This text has black color on #4D405D background.


White color preview on #4D405D background

This text has white color on #4D405D background.