COLOR #4D626B

HEX: #4D626B
RGB: (77,98,107)

Color info

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

RGB color model

#4D626B color RGB value is (77,98,107).

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

RGB channels and saturation

R 77 of 255 = 30%
G 98 of 255 = 38%
B 107 of 255 = 42%

77
98
107

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

Portions of RGB colors in percentages

R + G + B =
77 + 98 + 107 = 282 (100%)
R 77 of 282 ~ 27.3%
G 98 of 282 ~ 34.75%
B 107 of 282 ~ 37.94%

%27.3
%34.75
%37.94

CMYK color model

#4D626B color CMYK value is (28,8,0,58).

  • cyan value is 28.04%
  • magenta value is 8.41%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(28,8,0,58)
C28M8Y0K58 
(28%,8%,0%,58%)
(0.28/0.08/0.00/0.58)	

CMYK percentages

%28.04
%8.41
%0
%58.04

Codes

Color #4D626B in popluar color models

4D626B
RGB7798107
HSL198°16.30%36.08%
HSB/HSV198°28.04%41.96%
CMYK28.04%8.41%0.00%
58.04%

Color #4D626B in popluar number systems.

HEX4D626B
Decimal7798107
Binary100110111000101101011
Octal115142153

Shades and tints

Shades of #4D626B

#4D626B
(77,98,107)
#465A62
(70,90,98)
#3F5259
(63,82,89)
#384A50
(56,74,80)
#314247
(49,66,71)
#2A3A3E
(42,58,62)
#233235
(35,50,53)
#1C2A2C
(28,42,44)
#152223
(21,34,35)
#0E1A1A
(14,26,26)
#071211
(7,18,17)
#000000
(0,0,0)

Tints of #4D626B

#4D626B
(77,98,107)
#5D7078
(93,112,120)
#6D7E85
(109,126,133)
#7D8C92
(125,140,146)
#8D9A9F
(141,154,159)
#9DA8AC
(157,168,172)
#ADB6B9
(173,182,185)
#BDC4C6
(189,196,198)
#CDD2D3
(205,210,211)
#DDE0E0
(221,224,224)
#EDEEED
(237,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D626B; }

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

This text font color is #4D626B.


Background Color

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

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

This div background color is #4D626B.


Border color

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

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

This div border color is #4D626B.


Opacity

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

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

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

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

This text has shadow with #4D626B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D626B on black background.


Color preview on white background

This text has color #4D626B on white background.



Black color preview on #4D626B background

This text has black color on #4D626B background.


White color preview on #4D626B background

This text has white color on #4D626B background.