COLOR #4D465D

HEX: #4D465D RGB: (77,70,93)

Color info

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

RGB color model

#4D465D color RGB value is (77,70,93).

RGB: (77,70,93) (30%, 27%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 93 of 255 = 36%

77
70
93

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

Portions of RGB colors in percentages

R + G + B = 77 + 70 + 93 = 240 (100%)
R 77 of 240 ~ 32.08%
G 70 of 240 ~ 29.17%
B 93 of 240 ~ 38.75'%

%32.08
%29.17
%38.75

CMYK color model

#4D465D color CMYK value is (17,25,0,64).

  • cyan value is 17.20%
  • magenta value is 24.73%
  • yellow value is 0.00%
  • key color value is 63.53%

CMYK: (17,25,0,64)
C17M25Y0K64 (17%, 25%, 0%, 64%)
(0.17 / 0.25 / 0.00 / 0.64)

CMYK percentages

%17.2
%24.73
%0
%63.53

Codes

Color #4D465D in popluar color models

4D 46 5D
RGB 77 70 93
HSL 258° 14.11% 31.96%
HSB/HSV 258° 24.73% 36.47%
CMYK 17.20% 24.73% 0.00%
63.53%

Color #4D465D in popluar number systems.

HEX 4D 46 5D
Decimal 77 70 93
Binary 1001101 1000110 1011101
Octal 115 106 135

Shades and tints

Shades of #4D465D

#4D465D
(77,70,93)
#464055
(70,64,85)
#3F3A4D
(63,58,77)
#383445
(56,52,69)
#312E3D
(49,46,61)
#2A2835
(42,40,53)
#23222D
(35,34,45)
#1C1C25
(28,28,37)
#15161D
(21,22,29)
#0E1015
(14,16,21)
#070A0D
(7,10,13)
#000000
(0,0,0)

Tints of #4D465D

#4D465D
(77,70,93)
#5D566B
(93,86,107)
#6D6679
(109,102,121)
#7D7687
(125,118,135)
#8D8695
(141,134,149)
#9D96A3
(157,150,163)
#ADA6B1
(173,166,177)
#BDB6BF
(189,182,191)
#CDC6CD
(205,198,205)
#DDD6DB
(221,214,219)
#EDE6E9
(237,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D465D; }

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

This text font color is #4D465D.

Background Color

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

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

This div background color is #4D465D.

Border color

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

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

This div border color is #4D465D.

Opacity

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

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

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

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

This text has shadow with #4D465D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D465D.

Preview

Color preview on black background

This text has color #4D465D on black background.


Color preview on white background

This text has color #4D465D on white background.


Black color preview on #4D465D background

This text has black color on #4D465D background.


White color preview on #4D465D background

This text has white color on #4D465D background.


Related colors

Complementary color

Complementary color for #hex is #B2B9A2.


I love getcolorcode.com

Triadic colors

1 #5D4D46 and #465D4D with #4D465D are triadic colors.

2 #5D464D and #464D5D with #4D465D are triadic colors.