COLOR #4D5E7C

HEX: #4D5E7C
RGB: (77,94,124)

Color info

#4D5E7C contains red, green and blue colors in about the same proportion. Web safe color of #4D5E7C is #336666 (or #366).

RGB color model

#4D5E7C color RGB value is (77,94,124).

  • red value is 77;
  • green value is 94;
  • blue value is 124.
RGB:
(77,94,124)
(30%,37%,49%)

RGB channels and saturation

R 77 of 255 = 30%
G 94 of 255 = 37%
B 124 of 255 = 49%

77
94
124

R + G + B ~ 39%. #4D5E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 94 + 124 = 295 (100%)
R 77 of 295 ~ 26.1%
G 94 of 295 ~ 31.86%
B 124 of 295 ~ 42.03%

%26.1
%31.86
%42.03

CMYK color model

#4D5E7C color CMYK value is (38,24,0,51).

  • cyan value is 37.90%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(38,24,0,51)
C38M24Y0K51 
(38%,24%,0%,51%)
(0.38/0.24/0.00/0.51)	

CMYK percentages

%37.9
%24.19
%0
%51.37

Codes

Color #4D5E7C in popluar color models

4D5E7C
RGB7794124
HSL218°23.38%39.41%
HSB/HSV218°37.90%48.63%
CMYK37.90%24.19%0.00%
51.37%

Color #4D5E7C in popluar number systems.

HEX4D5E7C
Decimal7794124
Binary100110110111101111100
Octal115136174

Shades and tints

Shades of #4D5E7C

#4D5E7C
(77,94,124)
#465671
(70,86,113)
#3F4E66
(63,78,102)
#38465B
(56,70,91)
#313E50
(49,62,80)
#2A3645
(42,54,69)
#232E3A
(35,46,58)
#1C262F
(28,38,47)
#151E24
(21,30,36)
#0E1619
(14,22,25)
#070E0E
(7,14,14)
#000000
(0,0,0)

Tints of #4D5E7C

#4D5E7C
(77,94,124)
#5D6C87
(93,108,135)
#6D7A92
(109,122,146)
#7D889D
(125,136,157)
#8D96A8
(141,150,168)
#9DA4B3
(157,164,179)
#ADB2BE
(173,178,190)
#BDC0C9
(189,192,201)
#CDCED4
(205,206,212)
#DDDCDF
(221,220,223)
#EDEAEA
(237,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5E7C color. Also use rgb(77,94,124) instead hex code.

Text Font Color

.myTextColor { color: #4D5E7C; }

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

This text font color is #4D5E7C.


Background Color

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

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

This div background color is #4D5E7C.


Border color

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

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

This div border color is #4D5E7C.


Opacity

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

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

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

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

This text has shadow with #4D5E7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5E7C on black background.


Color preview on white background

This text has color #4D5E7C on white background.



Black color preview on #4D5E7C background

This text has black color on #4D5E7C background.


White color preview on #4D5E7C background

This text has white color on #4D5E7C background.