COLOR #4D637C

HEX: #4D637C
RGB: (77,99,124)

Color info

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

RGB color model

#4D637C color RGB value is (77,99,124).

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

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 124 of 255 = 49%

77
99
124

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

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 124 = 300 (100%)
R 77 of 300 ~ 25.67%
G 99 of 300 ~ 33%
B 124 of 300 ~ 41.33%

%25.67
%33
%41.33

CMYK color model

#4D637C color CMYK value is (38,20,0,51).

  • cyan value is 37.90%
  • magenta value is 20.16%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK:
(38,20,0,51)
C38M20Y0K51 
(38%,20%,0%,51%)
(0.38/0.20/0.00/0.51)	

CMYK percentages

%37.9
%20.16
%0
%51.37

Codes

Color #4D637C in popluar color models

4D637C
RGB7799124
HSL212°23.38%39.41%
HSB/HSV212°37.90%48.63%
CMYK37.90%20.16%0.00%
51.37%

Color #4D637C in popluar number systems.

HEX4D637C
Decimal7799124
Binary100110111000111111100
Octal115143174

Shades and tints

Shades of #4D637C

#4D637C
(77,99,124)
#465A71
(70,90,113)
#3F5166
(63,81,102)
#38485B
(56,72,91)
#313F50
(49,63,80)
#2A3645
(42,54,69)
#232D3A
(35,45,58)
#1C242F
(28,36,47)
#151B24
(21,27,36)
#0E1219
(14,18,25)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D637C

#4D637C
(77,99,124)
#5D7187
(93,113,135)
#6D7F92
(109,127,146)
#7D8D9D
(125,141,157)
#8D9BA8
(141,155,168)
#9DA9B3
(157,169,179)
#ADB7BE
(173,183,190)
#BDC5C9
(189,197,201)
#CDD3D4
(205,211,212)
#DDE1DF
(221,225,223)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D637C; }

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

This text font color is #4D637C.


Background Color

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

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

This div background color is #4D637C.


Border color

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

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

This div border color is #4D637C.


Opacity

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

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

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

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

This text has shadow with #4D637C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D637C on black background.


Color preview on white background

This text has color #4D637C on white background.



Black color preview on #4D637C background

This text has black color on #4D637C background.


White color preview on #4D637C background

This text has white color on #4D637C background.