COLOR #4D5754

HEX: #4D5754
RGB: (77,87,84)

Color info

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

RGB color model

#4D5754 color RGB value is (77,87,84).

  • red value is 77;
  • green value is 87;
  • blue value is 84.
RGB:
(77,87,84)
(30%,34%,33%)

RGB channels and saturation

R 77 of 255 = 30%
G 87 of 255 = 34%
B 84 of 255 = 33%

77
87
84

R + G + B ~ 32%. #4D5754 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 87 + 84 = 248 (100%)
R 77 of 248 ~ 31.05%
G 87 of 248 ~ 35.08%
B 84 of 248 ~ 33.87%

%31.05
%35.08
%33.87

CMYK color model

#4D5754 color CMYK value is (11,0,3,66).

  • cyan value is 11.49%
  • magenta value is 0.00%
  • yellow value is 3.45%
  • key color value is 65.88%
CMYK:
(11,0,3,66)
C11M0Y3K66 
(11%,0%,3%,66%)
(0.11/0.00/0.03/0.66)	

CMYK percentages

%11.49
%0
%3.45
%65.88

Codes

Color #4D5754 in popluar color models

4D5754
RGB778784
HSL162°6.10%32.16%
HSB/HSV162°11.49%34.12%
CMYK11.49%0.00%3.45%
65.88%

Color #4D5754 in popluar number systems.

HEX4D5754
Decimal778784
Binary100110110101111010100
Octal115127124

Shades and tints

Shades of #4D5754

#4D5754
(77,87,84)
#46504D
(70,80,77)
#3F4946
(63,73,70)
#38423F
(56,66,63)
#313B38
(49,59,56)
#2A3431
(42,52,49)
#232D2A
(35,45,42)
#1C2623
(28,38,35)
#151F1C
(21,31,28)
#0E1815
(14,24,21)
#07110E
(7,17,14)
#000000
(0,0,0)

Tints of #4D5754

#4D5754
(77,87,84)
#5D6663
(93,102,99)
#6D7572
(109,117,114)
#7D8481
(125,132,129)
#8D9390
(141,147,144)
#9DA29F
(157,162,159)
#ADB1AE
(173,177,174)
#BDC0BD
(189,192,189)
#CDCFCC
(205,207,204)
#DDDEDB
(221,222,219)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5754; }

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

This text font color is #4D5754.


Background Color

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

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

This div background color is #4D5754.


Border color

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

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

This div border color is #4D5754.


Opacity

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

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

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

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

This text has shadow with #4D5754 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5754 on black background.


Color preview on white background

This text has color #4D5754 on white background.



Black color preview on #4D5754 background

This text has black color on #4D5754 background.


White color preview on #4D5754 background

This text has white color on #4D5754 background.