COLOR #4D676F

HEX: #4D676F RGB: (77,103,111)

Color info

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

RGB color model

#4D676F color RGB value is (77,103,111).

RGB: (77,103,111) (30%, 40%, 44%)

RGB channels and saturation

R 77 of 255 = 30%
G 103 of 255 = 40%
B 111 of 255 = 44%

77
103
111

R + G + B ~ 38%. #4D676F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 103 + 111 = 291 (100%)
R 77 of 291 ~ 26.46%
G 103 of 291 ~ 35.4%
B 111 of 291 ~ 38.14'%

%26.46
%35.4
%38.14

CMYK color model

#4D676F color CMYK value is (31,7,0,56).

  • cyan value is 30.63%
  • magenta value is 7.21%
  • yellow value is 0.00%
  • key color value is 56.47%

CMYK: (31,7,0,56)
C31M7Y0K56 (31%, 7%, 0%, 56%)
(0.31 / 0.07 / 0.00 / 0.56)

CMYK percentages

%30.63
%7.21
%0
%56.47

Codes

Color #4D676F in popluar color models

4D 67 6F
RGB 77 103 111
HSL 194° 18.09% 36.86%
HSB/HSV 194° 30.63% 43.53%
CMYK 30.63% 7.21% 0.00%
56.47%

Color #4D676F in popluar number systems.

HEX 4D 67 6F
Decimal 77 103 111
Binary 1001101 1100111 1101111
Octal 115 147 157

Shades and tints

Shades of #4D676F

#4D676F
(77,103,111)
#465E65
(70,94,101)
#3F555B
(63,85,91)
#384C51
(56,76,81)
#314347
(49,67,71)
#2A3A3D
(42,58,61)
#233133
(35,49,51)
#1C2829
(28,40,41)
#151F1F
(21,31,31)
#0E1615
(14,22,21)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #4D676F

#4D676F
(77,103,111)
#5D747C
(93,116,124)
#6D8189
(109,129,137)
#7D8E96
(125,142,150)
#8D9BA3
(141,155,163)
#9DA8B0
(157,168,176)
#ADB5BD
(173,181,189)
#BDC2CA
(189,194,202)
#CDCFD7
(205,207,215)
#DDDCE4
(221,220,228)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D676F; }

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

This text font color is #4D676F.

Background Color

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

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

This div background color is #4D676F.

Border color

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

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

This div border color is #4D676F.

Opacity

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

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

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

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

This text has shadow with #4D676F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D676F.

Preview

Color preview on black background

This text has color #4D676F on black background.


Color preview on white background

This text has color #4D676F on white background.


Black color preview on #4D676F background

This text has black color on #4D676F background.


White color preview on #4D676F background

This text has white color on #4D676F background.


Related colors

Complementary color

Complementary color for #hex is #B29890.


I love getcolorcode.com

Triadic colors

1 #6F4D67 and #676F4D with #4D676F are triadic colors.

2 #6F674D and #674D6F with #4D676F are triadic colors.