COLOR #4D475B

HEX: #4D475B RGB: (77,71,91)

Color info

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

RGB color model

#4D475B color RGB value is (77,71,91).

RGB: (77,71,91) (30%, 28%, 36%)

RGB channels and saturation

R 77 of 255 = 30%
G 71 of 255 = 28%
B 91 of 255 = 36%

77
71
91

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

Portions of RGB colors in percentages

R + G + B = 77 + 71 + 91 = 239 (100%)
R 77 of 239 ~ 32.22%
G 71 of 239 ~ 29.71%
B 91 of 239 ~ 38.08'%

%32.22
%29.71
%38.08

CMYK color model

#4D475B color CMYK value is (15,22,0,64).

  • cyan value is 15.38%
  • magenta value is 21.98%
  • yellow value is 0.00%
  • key color value is 64.31%

CMYK: (15,22,0,64)
C15M22Y0K64 (15%, 22%, 0%, 64%)
(0.15 / 0.22 / 0.00 / 0.64)

CMYK percentages

%15.38
%21.98
%0
%64.31

Codes

Color #4D475B in popluar color models

4D 47 5B
RGB 77 71 91
HSL 258° 12.35% 31.76%
HSB/HSV 258° 21.98% 35.69%
CMYK 15.38% 21.98% 0.00%
64.31%

Color #4D475B in popluar number systems.

HEX 4D 47 5B
Decimal 77 71 91
Binary 1001101 1000111 1011011
Octal 115 107 133

Shades and tints

Shades of #4D475B

#4D475B
(77,71,91)
#464153
(70,65,83)
#3F3B4B
(63,59,75)
#383543
(56,53,67)
#312F3B
(49,47,59)
#2A2933
(42,41,51)
#23232B
(35,35,43)
#1C1D23
(28,29,35)
#15171B
(21,23,27)
#0E1113
(14,17,19)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D475B

#4D475B
(77,71,91)
#5D5769
(93,87,105)
#6D6777
(109,103,119)
#7D7785
(125,119,133)
#8D8793
(141,135,147)
#9D97A1
(157,151,161)
#ADA7AF
(173,167,175)
#BDB7BD
(189,183,189)
#CDC7CB
(205,199,203)
#DDD7D9
(221,215,217)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D475B color. Also use rgb(77,71,91) instead hex code.

Text Font Color

.myTextColor { color: #4D475B; }

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

This text font color is #4D475B.

Background Color

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

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

This div background color is #4D475B.

Border color

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

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

This div border color is #4D475B.

Opacity

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

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

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

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

This text has shadow with #4D475B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D475B.

Preview

Color preview on black background

This text has color #4D475B on black background.


Color preview on white background

This text has color #4D475B on white background.


Black color preview on #4D475B background

This text has black color on #4D475B background.


White color preview on #4D475B background

This text has white color on #4D475B background.


Related colors

Complementary color

Complementary color for #hex is #B2B8A4.


I love getcolorcode.com

Triadic colors

1 #5B4D47 and #475B4D with #4D475B are triadic colors.

2 #5B474D and #474D5B with #4D475B are triadic colors.