COLOR #4D686A

HEX: #4D686A RGB: (77,104,106)

Color info

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

RGB color model

#4D686A color RGB value is (77,104,106).

RGB: (77,104,106) (30%, 41%, 42%)

RGB channels and saturation

R 77 of 255 = 30%
G 104 of 255 = 41%
B 106 of 255 = 42%

77
104
106

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

Portions of RGB colors in percentages

R + G + B = 77 + 104 + 106 = 287 (100%)
R 77 of 287 ~ 26.83%
G 104 of 287 ~ 36.24%
B 106 of 287 ~ 36.93'%

%26.83
%36.24
%36.93

CMYK color model

#4D686A color CMYK value is (27,2,0,58).

  • cyan value is 27.36%
  • magenta value is 1.89%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (27,2,0,58)
C27M2Y0K58 (27%, 2%, 0%, 58%)
(0.27 / 0.02 / 0.00 / 0.58)

CMYK percentages

%27.36
%1.89
%0
%58.43

Codes

Color #4D686A in popluar color models

4D 68 6A
RGB 77 104 106
HSL 184° 15.85% 35.88%
HSB/HSV 184° 27.36% 41.57%
CMYK 27.36% 1.89% 0.00%
58.43%

Color #4D686A in popluar number systems.

HEX 4D 68 6A
Decimal 77 104 106
Binary 1001101 1101000 1101010
Octal 115 150 152

Shades and tints

Shades of #4D686A

#4D686A
(77,104,106)
#465F61
(70,95,97)
#3F5658
(63,86,88)
#384D4F
(56,77,79)
#314446
(49,68,70)
#2A3B3D
(42,59,61)
#233234
(35,50,52)
#1C292B
(28,41,43)
#152022
(21,32,34)
#0E1719
(14,23,25)
#070E10
(7,14,16)
#000000
(0,0,0)

Tints of #4D686A

#4D686A
(77,104,106)
#5D7577
(93,117,119)
#6D8284
(109,130,132)
#7D8F91
(125,143,145)
#8D9C9E
(141,156,158)
#9DA9AB
(157,169,171)
#ADB6B8
(173,182,184)
#BDC3C5
(189,195,197)
#CDD0D2
(205,208,210)
#DDDDDF
(221,221,223)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D686A color. Also use rgb(77,104,106) instead hex code.

Text Font Color

.myTextColor { color: #4D686A; }

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

This text font color is #4D686A.

Background Color

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

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

This div background color is #4D686A.

Border color

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

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

This div border color is #4D686A.

Opacity

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

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

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

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

This text has shadow with #4D686A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D686A.

Preview

Color preview on black background

This text has color #4D686A on black background.


Color preview on white background

This text has color #4D686A on white background.


Black color preview on #4D686A background

This text has black color on #4D686A background.


White color preview on #4D686A background

This text has white color on #4D686A background.


Related colors

Complementary color

Complementary color for #hex is #B29795.


I love getcolorcode.com

Triadic colors

1 #6A4D68 and #686A4D with #4D686A are triadic colors.

2 #6A684D and #684D6A with #4D686A are triadic colors.