COLOR #4D485C

HEX: #4D485C
RGB: (77,72,92)

Color info

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

RGB color model

#4D485C color RGB value is (77,72,92).

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

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 92 of 255 = 36%

77
72
92

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

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 92 = 241 (100%)
R 77 of 241 ~ 31.95%
G 72 of 241 ~ 29.88%
B 92 of 241 ~ 38.17%

%31.95
%29.88
%38.17

CMYK color model

#4D485C color CMYK value is (16,22,0,64).

  • cyan value is 16.30%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 63.92%
CMYK:
(16,22,0,64)
C16M22Y0K64 
(16%,22%,0%,64%)
(0.16/0.22/0.00/0.64)	

CMYK percentages

%16.3
%21.74
%0
%63.92

Codes

Color #4D485C in popluar color models

4D485C
RGB777292
HSL255°12.20%32.16%
HSB/HSV255°21.74%36.08%
CMYK16.30%21.74%0.00%
63.92%

Color #4D485C in popluar number systems.

HEX4D485C
Decimal777292
Binary100110110010001011100
Octal115110134

Shades and tints

Shades of #4D485C

#4D485C
(77,72,92)
#464254
(70,66,84)
#3F3C4C
(63,60,76)
#383644
(56,54,68)
#31303C
(49,48,60)
#2A2A34
(42,42,52)
#23242C
(35,36,44)
#1C1E24
(28,30,36)
#15181C
(21,24,28)
#0E1214
(14,18,20)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #4D485C

#4D485C
(77,72,92)
#5D586A
(93,88,106)
#6D6878
(109,104,120)
#7D7886
(125,120,134)
#8D8894
(141,136,148)
#9D98A2
(157,152,162)
#ADA8B0
(173,168,176)
#BDB8BE
(189,184,190)
#CDC8CC
(205,200,204)
#DDD8DA
(221,216,218)
#EDE8E8
(237,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D485C; }

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

This text font color is #4D485C.


Background Color

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

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

This div background color is #4D485C.


Border color

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

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

This div border color is #4D485C.


Opacity

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

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

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

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

This text has shadow with #4D485C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D485C on black background.


Color preview on white background

This text has color #4D485C on white background.



Black color preview on #4D485C background

This text has black color on #4D485C background.


White color preview on #4D485C background

This text has white color on #4D485C background.