COLOR #4D636B

HEX: #4D636B
RGB: (77,99,107)

Color info

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

RGB color model

#4D636B color RGB value is (77,99,107).

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

RGB channels and saturation

R 77 of 255 = 30%
G 99 of 255 = 39%
B 107 of 255 = 42%

77
99
107

R + G + B ~ 37%. #4D636B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 99 + 107 = 283 (100%)
R 77 of 283 ~ 27.21%
G 99 of 283 ~ 34.98%
B 107 of 283 ~ 37.81%

%27.21
%34.98
%37.81

CMYK color model

#4D636B color CMYK value is (28,7,0,58).

  • cyan value is 28.04%
  • magenta value is 7.48%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(28,7,0,58)
C28M7Y0K58 
(28%,7%,0%,58%)
(0.28/0.07/0.00/0.58)	

CMYK percentages

%28.04
%7.48
%0
%58.04

Codes

Color #4D636B in popluar color models

4D636B
RGB7799107
HSL196°16.30%36.08%
HSB/HSV196°28.04%41.96%
CMYK28.04%7.48%0.00%
58.04%

Color #4D636B in popluar number systems.

HEX4D636B
Decimal7799107
Binary100110111000111101011
Octal115143153

Shades and tints

Shades of #4D636B

#4D636B
(77,99,107)
#465A62
(70,90,98)
#3F5159
(63,81,89)
#384850
(56,72,80)
#313F47
(49,63,71)
#2A363E
(42,54,62)
#232D35
(35,45,53)
#1C242C
(28,36,44)
#151B23
(21,27,35)
#0E121A
(14,18,26)
#070911
(7,9,17)
#000000
(0,0,0)

Tints of #4D636B

#4D636B
(77,99,107)
#5D7178
(93,113,120)
#6D7F85
(109,127,133)
#7D8D92
(125,141,146)
#8D9B9F
(141,155,159)
#9DA9AC
(157,169,172)
#ADB7B9
(173,183,185)
#BDC5C6
(189,197,198)
#CDD3D3
(205,211,211)
#DDE1E0
(221,225,224)
#EDEFED
(237,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D636B; }

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

This text font color is #4D636B.


Background Color

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

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

This div background color is #4D636B.


Border color

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

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

This div border color is #4D636B.


Opacity

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

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

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

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

This text has shadow with #4D636B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D636B on black background.


Color preview on white background

This text has color #4D636B on white background.



Black color preview on #4D636B background

This text has black color on #4D636B background.


White color preview on #4D636B background

This text has white color on #4D636B background.