COLOR #4D5D4C

HEX: #4D5D4C
RGB: (77,93,76)

Color info

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

RGB color model

#4D5D4C color RGB value is (77,93,76).

  • red value is 77;
  • green value is 93;
  • blue value is 76.
RGB:
(77,93,76)
(30%,36%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 93 of 255 = 36%
B 76 of 255 = 30%

77
93
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 93 + 76 = 246 (100%)
R 77 of 246 ~ 31.3%
G 93 of 246 ~ 37.8%
B 76 of 246 ~ 30.89%

%31.3
%37.8
%30.89

CMYK color model

#4D5D4C color CMYK value is (17,0,18,64).

  • cyan value is 17.20%
  • magenta value is 0.00%
  • yellow value is 18.28%
  • key color value is 63.53%
CMYK:
(17,0,18,64)
C17M0Y18K64 
(17%,0%,18%,64%)
(0.17/0.00/0.18/0.64)	

CMYK percentages

%17.2
%0
%18.28
%63.53

Codes

Color #4D5D4C in popluar color models

4D5D4C
RGB779376
HSL116°10.06%33.14%
HSB/HSV116°18.28%36.47%
CMYK17.20%0.00%18.28%
63.53%

Color #4D5D4C in popluar number systems.

HEX4D5D4C
Decimal779376
Binary100110110111011001100
Octal115135114

Shades and tints

Shades of #4D5D4C

#4D5D4C
(77,93,76)
#465546
(70,85,70)
#3F4D40
(63,77,64)
#38453A
(56,69,58)
#313D34
(49,61,52)
#2A352E
(42,53,46)
#232D28
(35,45,40)
#1C2522
(28,37,34)
#151D1C
(21,29,28)
#0E1516
(14,21,22)
#070D10
(7,13,16)
#000000
(0,0,0)

Tints of #4D5D4C

#4D5D4C
(77,93,76)
#5D6B5C
(93,107,92)
#6D796C
(109,121,108)
#7D877C
(125,135,124)
#8D958C
(141,149,140)
#9DA39C
(157,163,156)
#ADB1AC
(173,177,172)
#BDBFBC
(189,191,188)
#CDCDCC
(205,205,204)
#DDDBDC
(221,219,220)
#EDE9EC
(237,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5D4C color. Also use rgb(77,93,76) instead hex code.

Text Font Color

.myTextColor { color: #4D5D4C; }

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

This text font color is #4D5D4C.


Background Color

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

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

This div background color is #4D5D4C.


Border color

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

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

This div border color is #4D5D4C.


Opacity

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

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

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

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

This text has shadow with #4D5D4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5D4C on black background.


Color preview on white background

This text has color #4D5D4C on white background.



Black color preview on #4D5D4C background

This text has black color on #4D5D4C background.


White color preview on #4D5D4C background

This text has white color on #4D5D4C background.