COLOR #4D4859

HEX: #4D4859
RGB: (77,72,89)

Color info

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

RGB color model

#4D4859 color RGB value is (77,72,89).

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

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 89 of 255 = 35%

77
72
89

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

Portions of RGB colors in percentages

R + G + B =
77 + 72 + 89 = 238 (100%)
R 77 of 238 ~ 32.35%
G 72 of 238 ~ 30.25%
B 89 of 238 ~ 37.39%

%32.35
%30.25
%37.39

CMYK color model

#4D4859 color CMYK value is (13,19,0,65).

  • cyan value is 13.48%
  • magenta value is 19.10%
  • yellow value is 0.00%
  • key color value is 65.10%
CMYK:
(13,19,0,65)
C13M19Y0K65 
(13%,19%,0%,65%)
(0.13/0.19/0.00/0.65)	

CMYK percentages

%13.48
%19.1
%0
%65.1

Codes

Color #4D4859 in popluar color models

4D4859
RGB777289
HSL258°10.56%31.57%
HSB/HSV258°19.10%34.90%
CMYK13.48%19.10%0.00%
65.10%

Color #4D4859 in popluar number systems.

HEX4D4859
Decimal777289
Binary100110110010001011001
Octal115110131

Shades and tints

Shades of #4D4859

#4D4859
(77,72,89)
#464251
(70,66,81)
#3F3C49
(63,60,73)
#383641
(56,54,65)
#313039
(49,48,57)
#2A2A31
(42,42,49)
#232429
(35,36,41)
#1C1E21
(28,30,33)
#151819
(21,24,25)
#0E1211
(14,18,17)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D4859

#4D4859
(77,72,89)
#5D5868
(93,88,104)
#6D6877
(109,104,119)
#7D7886
(125,120,134)
#8D8895
(141,136,149)
#9D98A4
(157,152,164)
#ADA8B3
(173,168,179)
#BDB8C2
(189,184,194)
#CDC8D1
(205,200,209)
#DDD8E0
(221,216,224)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4859; }

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

This text font color is #4D4859.


Background Color

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

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

This div background color is #4D4859.


Border color

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

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

This div border color is #4D4859.


Opacity

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

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

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

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

This text has shadow with #4D4859 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4859 on black background.


Color preview on white background

This text has color #4D4859 on white background.



Black color preview on #4D4859 background

This text has black color on #4D4859 background.


White color preview on #4D4859 background

This text has white color on #4D4859 background.