COLOR #4D607C

HEX: #4D607C RGB: (77,96,124)

Color info

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

RGB color model

#4D607C color RGB value is (77,96,124).

RGB: (77,96,124) (30%, 38%, 49%)

RGB channels and saturation

R 77 of 255 = 30%
G 96 of 255 = 38%
B 124 of 255 = 49%

77
96
124

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

Portions of RGB colors in percentages

R + G + B = 77 + 96 + 124 = 297 (100%)
R 77 of 297 ~ 25.93%
G 96 of 297 ~ 32.32%
B 124 of 297 ~ 41.75'%

%25.93
%32.32
%41.75

CMYK color model

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

  • cyan value is 37.90%
  • magenta value is 22.58%
  • 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
%22.58
%0
%51.37

Codes

Color #4D607C in popluar color models

4D 60 7C
RGB 77 96 124
HSL 216° 23.38% 39.41%
HSB/HSV 216° 37.90% 48.63%
CMYK 37.90% 22.58% 0.00%
51.37%

Color #4D607C in popluar number systems.

HEX 4D 60 7C
Decimal 77 96 124
Binary 1001101 1100000 1111100
Octal 115 140 174

Shades and tints

Shades of #4D607C

#4D607C
(77,96,124)
#465871
(70,88,113)
#3F5066
(63,80,102)
#38485B
(56,72,91)
#314050
(49,64,80)
#2A3845
(42,56,69)
#23303A
(35,48,58)
#1C282F
(28,40,47)
#152024
(21,32,36)
#0E1819
(14,24,25)
#07100E
(7,16,14)
#000000
(0,0,0)

Tints of #4D607C

#4D607C
(77,96,124)
#5D6E87
(93,110,135)
#6D7C92
(109,124,146)
#7D8A9D
(125,138,157)
#8D98A8
(141,152,168)
#9DA6B3
(157,166,179)
#ADB4BE
(173,180,190)
#BDC2C9
(189,194,201)
#CDD0D4
(205,208,212)
#DDDEDF
(221,222,223)
#EDECEA
(237,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D607C; }

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

This text font color is #4D607C.

Background Color

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

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

This div background color is #4D607C.

Border color

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

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

This div border color is #4D607C.

Opacity

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

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

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

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

This text has shadow with #4D607C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D607C.

Preview

Color preview on black background

This text has color #4D607C on black background.


Color preview on white background

This text has color #4D607C on white background.


Black color preview on #4D607C background

This text has black color on #4D607C background.


White color preview on #4D607C background

This text has white color on #4D607C background.


Related colors

Complementary color

Complementary color for #hex is #B29F83.


I love getcolorcode.com

Triadic colors

1 #7C4D60 and #607C4D with #4D607C are triadic colors.

2 #7C604D and #604D7C with #4D607C are triadic colors.