COLOR #4D4751

HEX: #4D4751
RGB: (77,71,81)

Color info

#4D4751 contains red, green and blue colors in about the same proportion. Web safe color of #4D4751 is #333366 (or #336).

RGB color model

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

  • red value is 77;
  • green value is 71;
  • blue value is 81.
RGB:
(77,71,81)
(30%,28%,32%)

RGB channels and saturation

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

77
71
81

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

Portions of RGB colors in percentages

R + G + B =
77 + 71 + 81 = 229 (100%)
R 77 of 229 ~ 33.62%
G 71 of 229 ~ 31%
B 81 of 229 ~ 35.37%

%33.62
%31
%35.37

CMYK color model

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

  • cyan value is 4.94%
  • magenta value is 12.35%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(5,12,0,68)
C5M12Y0K68 
(5%,12%,0%,68%)
(0.05/0.12/0.00/0.68)	

CMYK percentages

%4.94
%12.35
%0
%68.24

Codes

Color #4D4751 in popluar color models

4D4751
RGB777181
HSL276°6.58%29.80%
HSB/HSV276°12.35%31.76%
CMYK4.94%12.35%0.00%
68.24%

Color #4D4751 in popluar number systems.

HEX4D4751
Decimal777181
Binary100110110001111010001
Octal115107121

Shades and tints

Shades of #4D4751

#4D4751
(77,71,81)
#46414A
(70,65,74)
#3F3B43
(63,59,67)
#38353C
(56,53,60)
#312F35
(49,47,53)
#2A292E
(42,41,46)
#232327
(35,35,39)
#1C1D20
(28,29,32)
#151719
(21,23,25)
#0E1112
(14,17,18)
#070B0B
(7,11,11)
#000000
(0,0,0)

Tints of #4D4751

#4D4751
(77,71,81)
#5D5760
(93,87,96)
#6D676F
(109,103,111)
#7D777E
(125,119,126)
#8D878D
(141,135,141)
#9D979C
(157,151,156)
#ADA7AB
(173,167,171)
#BDB7BA
(189,183,186)
#CDC7C9
(205,199,201)
#DDD7D8
(221,215,216)
#EDE7E7
(237,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4751; }

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

This text font color is #4D4751.


Background Color

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

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

This div background color is #4D4751.


Border color

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

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

This div border color is #4D4751.


Opacity

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

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

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

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

This text has shadow with #4D4751 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4751 on black background.


Color preview on white background

This text has color #4D4751 on white background.



Black color preview on #4D4751 background

This text has black color on #4D4751 background.


White color preview on #4D4751 background

This text has white color on #4D4751 background.