COLOR #4D485F

HEX: #4D485F
RGB: (77,72,95)

Color info

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

RGB color model

#4D485F color RGB value is (77,72,95).

  • red value is 77;
  • green value is 72;
  • blue value is 95.
RGB:
(77,72,95)
(30%,28%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 95 of 255 = 37%

77
72
95

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

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 95 = 244 (100%)
R 77 of 244 ~ 31.56%
G 72 of 244 ~ 29.51%
B 95 of 244 ~ 38.93%

%31.56
%29.51
%38.93

CMYK color model

#4D485F color CMYK value is (19,24,0,63).

  • cyan value is 18.95%
  • magenta value is 24.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(19,24,0,63)
C19M24Y0K63 
(19%,24%,0%,63%)
(0.19/0.24/0.00/0.63)	

CMYK percentages

%18.95
%24.21
%0
%62.75

Codes

Color #4D485F in popluar color models

4D485F
RGB777295
HSL253°13.77%32.75%
HSB/HSV253°24.21%37.25%
CMYK18.95%24.21%0.00%
62.75%

Color #4D485F in popluar number systems.

HEX4D485F
Decimal777295
Binary100110110010001011111
Octal115110137

Shades and tints

Shades of #4D485F

#4D485F
(77,72,95)
#464257
(70,66,87)
#3F3C4F
(63,60,79)
#383647
(56,54,71)
#31303F
(49,48,63)
#2A2A37
(42,42,55)
#23242F
(35,36,47)
#1C1E27
(28,30,39)
#15181F
(21,24,31)
#0E1217
(14,18,23)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D485F

#4D485F
(77,72,95)
#5D586D
(93,88,109)
#6D687B
(109,104,123)
#7D7889
(125,120,137)
#8D8897
(141,136,151)
#9D98A5
(157,152,165)
#ADA8B3
(173,168,179)
#BDB8C1
(189,184,193)
#CDC8CF
(205,200,207)
#DDD8DD
(221,216,221)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D485F color. Also use rgb(77,72,95) instead hex code.

Text Font Color

.myTextColor { color: #4D485F; }

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

This text font color is #4D485F.


Background Color

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

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

This div background color is #4D485F.


Border color

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

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

This div border color is #4D485F.


Opacity

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

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

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

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

This text has shadow with #4D485F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D485F on black background.


Color preview on white background

This text has color #4D485F on white background.



Black color preview on #4D485F background

This text has black color on #4D485F background.


White color preview on #4D485F background

This text has white color on #4D485F background.