COLOR #4D5B4C

HEX: #4D5B4C RGB: (77,91,76)

Color info

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

RGB color model

#4D5B4C color RGB value is (77,91,76).

RGB: (77,91,76) (30%, 36%, 30%)

RGB channels and saturation

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

77
91
76

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

Portions of RGB colors in percentages

R + G + B = 77 + 91 + 76 = 244 (100%)
R 77 of 244 ~ 31.56%
G 91 of 244 ~ 37.3%
B 76 of 244 ~ 31.15'%

%31.56
%37.3
%31.15

CMYK color model

#4D5B4C color CMYK value is (15,0,16,64).

  • cyan value is 15.38%
  • magenta value is 0.00%
  • yellow value is 16.48%
  • key color value is 64.31%

CMYK: (15,0,16,64)
C15M0Y16K64 (15%, 0%, 16%, 64%)
(0.15 / 0.00 / 0.16 / 0.64)

CMYK percentages

%15.38
%0
%16.48
%64.31

Codes

Color #4D5B4C in popluar color models

4D 5B 4C
RGB 77 91 76
HSL 116° 8.98% 32.75%
HSB/HSV 116° 16.48% 35.69%
CMYK 15.38% 0.00% 16.48%
64.31%

Color #4D5B4C in popluar number systems.

HEX 4D 5B 4C
Decimal 77 91 76
Binary 1001101 1011011 1001100
Octal 115 133 114

Shades and tints

Shades of #4D5B4C

#4D5B4C
(77,91,76)
#465346
(70,83,70)
#3F4B40
(63,75,64)
#38433A
(56,67,58)
#313B34
(49,59,52)
#2A332E
(42,51,46)
#232B28
(35,43,40)
#1C2322
(28,35,34)
#151B1C
(21,27,28)
#0E1316
(14,19,22)
#070B10
(7,11,16)
#000000
(0,0,0)

Tints of #4D5B4C

#4D5B4C
(77,91,76)
#5D695C
(93,105,92)
#6D776C
(109,119,108)
#7D857C
(125,133,124)
#8D938C
(141,147,140)
#9DA19C
(157,161,156)
#ADAFAC
(173,175,172)
#BDBDBC
(189,189,188)
#CDCBCC
(205,203,204)
#DDD9DC
(221,217,220)
#EDE7EC
(237,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5B4C; }

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

This text font color is #4D5B4C.

Background Color

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

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

This div background color is #4D5B4C.

Border color

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

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

This div border color is #4D5B4C.

Opacity

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

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

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

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

This text has shadow with #4D5B4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5B4C.

Preview

Color preview on black background

This text has color #4D5B4C on black background.


Color preview on white background

This text has color #4D5B4C on white background.


Black color preview on #4D5B4C background

This text has black color on #4D5B4C background.


White color preview on #4D5B4C background

This text has white color on #4D5B4C background.


Related colors

Complementary color

Complementary color for #hex is #B2A4B3.


I love getcolorcode.com

Triadic colors

1 #4C4D5B and #5B4C4D with #4D5B4C are triadic colors.

2 #4C5B4D and #5B4D4C with #4D5B4C are triadic colors.