COLOR #4D676B

HEX: #4D676B RGB: (77,103,107)

Color info

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

RGB color model

#4D676B color RGB value is (77,103,107).

RGB: (77,103,107) (30%, 40%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 107 of 255 = 42%

77
103
107

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

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 107 = 287 (100%)
R 77 of 287 ~ 26.83%
G 103 of 287 ~ 35.89%
B 107 of 287 ~ 37.28'%

%26.83
%35.89
%37.28

CMYK color model

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

  • cyan value is 28.04%
  • magenta value is 3.74%
  • yellow value is 0.00%
  • key color value is 58.04%

CMYK: (28,4,0,58)
C28M4Y0K58 (28%, 4%, 0%, 58%)
(0.28 / 0.04 / 0.00 / 0.58)

CMYK percentages

%28.04
%3.74
%0
%58.04

Codes

Color #4D676B in popluar color models

4D 67 6B
RGB 77 103 107
HSL 188° 16.30% 36.08%
HSB/HSV 188° 28.04% 41.96%
CMYK 28.04% 3.74% 0.00%
58.04%

Color #4D676B in popluar number systems.

HEX 4D 67 6B
Decimal 77 103 107
Binary 1001101 1100111 1101011
Octal 115 147 153

Shades and tints

Shades of #4D676B

#4D676B
(77,103,107)
#465E62
(70,94,98)
#3F5559
(63,85,89)
#384C50
(56,76,80)
#314347
(49,67,71)
#2A3A3E
(42,58,62)
#233135
(35,49,53)
#1C282C
(28,40,44)
#151F23
(21,31,35)
#0E161A
(14,22,26)
#070D11
(7,13,17)
#000000
(0,0,0)

Tints of #4D676B

#4D676B
(77,103,107)
#5D7478
(93,116,120)
#6D8185
(109,129,133)
#7D8E92
(125,142,146)
#8D9B9F
(141,155,159)
#9DA8AC
(157,168,172)
#ADB5B9
(173,181,185)
#BDC2C6
(189,194,198)
#CDCFD3
(205,207,211)
#DDDCE0
(221,220,224)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D676B; }

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

This text font color is #4D676B.

Background Color

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

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

This div background color is #4D676B.

Border color

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

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

This div border color is #4D676B.

Opacity

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

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

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

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

This text has shadow with #4D676B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D676B.

Preview

Color preview on black background

This text has color #4D676B on black background.


Color preview on white background

This text has color #4D676B on white background.


Black color preview on #4D676B background

This text has black color on #4D676B background.


White color preview on #4D676B background

This text has white color on #4D676B background.


Related colors

Complementary color

Complementary color for #hex is #B29894.


I love getcolorcode.com

Triadic colors

1 #6B4D67 and #676B4D with #4D676B are triadic colors.

2 #6B674D and #674D6B with #4D676B are triadic colors.