COLOR #4D5742

HEX: #4D5742 RGB: (77,87,66)

Color info

#4D5742 contains red, green and blue colors in about the same proportion. Web safe color of #4D5742 is #336633 (or #363).

RGB color model

#4D5742 color RGB value is (77,87,66).

RGB: (77,87,66) (30%, 34%, 26%)

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 66 of 255 = 26%

77
87
66

R + G + B ~ 30%. #4D5742 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 87 + 66 = 230 (100%)
R 77 of 230 ~ 33.48%
G 87 of 230 ~ 37.83%
B 66 of 230 ~ 28.7'%

%33.48
%37.83
%28.7

CMYK color model

#4D5742 color CMYK value is (11,0,24,66).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 24.14%
  • key color value is 65.88%

CMYK: (11,0,24,66)
C11M0Y24K66 (11%, 0%, 24%, 66%)
(0.11 / 0.00 / 0.24 / 0.66)

CMYK percentages

%11.49
%0
%24.14
%65.88

Codes

Color #4D5742 in popluar color models

4D 57 42
RGB 77 87 66
HSL 89° 13.73% 30.00%
HSB/HSV 89° 24.14% 34.12%
CMYK 11.49% 0.00% 24.14%
65.88%

Color #4D5742 in popluar number systems.

HEX 4D 57 42
Decimal 77 87 66
Binary 1001101 1010111 1000010
Octal 115 127 102

Shades and tints

Shades of #4D5742

#4D5742
(77,87,66)
#46503C
(70,80,60)
#3F4936
(63,73,54)
#384230
(56,66,48)
#313B2A
(49,59,42)
#2A3424
(42,52,36)
#232D1E
(35,45,30)
#1C2618
(28,38,24)
#151F12
(21,31,18)
#0E180C
(14,24,12)
#071106
(7,17,6)
#000000
(0,0,0)

Tints of #4D5742

#4D5742
(77,87,66)
#5D6653
(93,102,83)
#6D7564
(109,117,100)
#7D8475
(125,132,117)
#8D9386
(141,147,134)
#9DA297
(157,162,151)
#ADB1A8
(173,177,168)
#BDC0B9
(189,192,185)
#CDCFCA
(205,207,202)
#DDDEDB
(221,222,219)
#EDEDEC
(237,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5742 color. Also use rgb(77,87,66) instead hex code.

Text Font Color

.myTextColor { color: #4D5742; }

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

This text font color is #4D5742.

Background Color

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

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

This div background color is #4D5742.

Border color

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

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

This div border color is #4D5742.

Opacity

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

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

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

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

This text has shadow with #4D5742 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5742.

Preview

Color preview on black background

This text has color #4D5742 on black background.


Color preview on white background

This text has color #4D5742 on white background.


Black color preview on #4D5742 background

This text has black color on #4D5742 background.


White color preview on #4D5742 background

This text has white color on #4D5742 background.


Related colors

Complementary color

Complementary color for #hex is #B2A8BD.


I love getcolorcode.com

Triadic colors

1 #424D57 and #57424D with #4D5742 are triadic colors.

2 #42574D and #574D42 with #4D5742 are triadic colors.