COLOR #4D5151

HEX: #4D5151 RGB: (77,81,81)

Color info

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

RGB color model

#4D5151 color RGB value is (77,81,81).

RGB: (77,81,81) (30%, 32%, 32%)

RGB channels and saturation

R 77 of 255 = 30%
G 81 of 255 = 32%
B 81 of 255 = 32%

77
81
81

R + G + B ~ 31%. #4D5151 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 81 + 81 = 239 (100%)
R 77 of 239 ~ 32.22%
G 81 of 239 ~ 33.89%
B 81 of 239 ~ 33.89'%

%32.22
%33.89
%33.89

CMYK color model

#4D5151 color CMYK value is (5,0,0,68).

  • cyan value is 4.94%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 68.24%

CMYK: (5,0,0,68)
C5M0Y0K68 (5%, 0%, 0%, 68%)
(0.05 / 0.00 / 0.00 / 0.68)

CMYK percentages

%4.94
%0
%0
%68.24

Codes

Color #4D5151 in popluar color models

4D 51 51
RGB 77 81 81
HSL 180° 2.53% 30.98%
HSB/HSV 180° 4.94% 31.76%
CMYK 4.94% 0.00% 0.00%
68.24%

Color #4D5151 in popluar number systems.

HEX 4D 51 51
Decimal 77 81 81
Binary 1001101 1010001 1010001
Octal 115 121 121

Shades and tints

Shades of #4D5151

#4D5151
(77,81,81)
#464A4A
(70,74,74)
#3F4343
(63,67,67)
#383C3C
(56,60,60)
#313535
(49,53,53)
#2A2E2E
(42,46,46)
#232727
(35,39,39)
#1C2020
(28,32,32)
#151919
(21,25,25)
#0E1212
(14,18,18)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D5151

#4D5151
(77,81,81)
#5D6060
(93,96,96)
#6D6F6F
(109,111,111)
#7D7E7E
(125,126,126)
#8D8D8D
(141,141,141)
#9D9C9C
(157,156,156)
#ADABAB
(173,171,171)
#BDBABA
(189,186,186)
#CDC9C9
(205,201,201)
#DDD8D8
(221,216,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D5151; }

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

This text font color is #4D5151.

Background Color

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

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

This div background color is #4D5151.

Border color

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

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

This div border color is #4D5151.

Opacity

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

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

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

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

This text has shadow with #4D5151 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D5151.

Preview

Color preview on black background

This text has color #4D5151 on black background.


Color preview on white background

This text has color #4D5151 on white background.


Black color preview on #4D5151 background

This text has black color on #4D5151 background.


White color preview on #4D5151 background

This text has white color on #4D5151 background.


Related colors

Complementary color

Complementary color for #hex is #B2AEAE.


I love getcolorcode.com