COLOR #4D5F7C

HEX: #4D5F7C RGB: (77,95,124)

Color info

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

RGB color model

#4D5F7C color RGB value is (77,95,124).

RGB: (77,95,124) (30%, 37%, 49%)

RGB channels and saturation

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

77
95
124

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

Portions of RGB colors in percentages

R + G + B = 77 + 95 + 124 = 296 (100%)
R 77 of 296 ~ 26.01%
G 95 of 296 ~ 32.09%
B 124 of 296 ~ 41.89'%

%26.01
%32.09
%41.89

CMYK color model

#4D5F7C color CMYK value is (38,23,0,51).

  • cyan value is 37.90%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 51.37%

CMYK: (38,23,0,51)
C38M23Y0K51 (38%, 23%, 0%, 51%)
(0.38 / 0.23 / 0.00 / 0.51)

CMYK percentages

%37.9
%23.39
%0
%51.37

Codes

Color #4D5F7C in popluar color models

4D 5F 7C
RGB 77 95 124
HSL 217° 23.38% 39.41%
HSB/HSV 217° 37.90% 48.63%
CMYK 37.90% 23.39% 0.00%
51.37%

Color #4D5F7C in popluar number systems.

HEX 4D 5F 7C
Decimal 77 95 124
Binary 1001101 1011111 1111100
Octal 115 137 174

Shades and tints

Shades of #4D5F7C

#4D5F7C
(77,95,124)
#465771
(70,87,113)
#3F4F66
(63,79,102)
#38475B
(56,71,91)
#313F50
(49,63,80)
#2A3745
(42,55,69)
#232F3A
(35,47,58)
#1C272F
(28,39,47)
#151F24
(21,31,36)
#0E1719
(14,23,25)
#070F0E
(7,15,14)
#000000
(0,0,0)

Tints of #4D5F7C

#4D5F7C
(77,95,124)
#5D6D87
(93,109,135)
#6D7B92
(109,123,146)
#7D899D
(125,137,157)
#8D97A8
(141,151,168)
#9DA5B3
(157,165,179)
#ADB3BE
(173,179,190)
#BDC1C9
(189,193,201)
#CDCFD4
(205,207,212)
#DDDDDF
(221,221,223)
#EDEBEA
(237,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5F7C; }

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

This text font color is #4D5F7C.

Background Color

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

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

This div background color is #4D5F7C.

Border color

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

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

This div border color is #4D5F7C.

Opacity

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

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

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

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

This text has shadow with #4D5F7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5F7C.

Preview

Color preview on black background

This text has color #4D5F7C on black background.


Color preview on white background

This text has color #4D5F7C on white background.


Black color preview on #4D5F7C background

This text has black color on #4D5F7C background.


White color preview on #4D5F7C background

This text has white color on #4D5F7C background.


Related colors

Complementary color

Complementary color for #hex is #B2A083.


I love getcolorcode.com

Triadic colors

1 #7C4D5F and #5F7C4D with #4D5F7C are triadic colors.

2 #7C5F4D and #5F4D7C with #4D5F7C are triadic colors.