COLOR #4D4251

HEX: #4D4251
RGB: (77,66,81)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

77
66
81

R + G + B ~ 29%. #4D4251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 81 = 224 (100%)
R 77 of 224 ~ 34.38%
G 66 of 224 ~ 29.46%
B 81 of 224 ~ 36.16%

%34.38
%29.46
%36.16

CMYK color model

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

  • cyan value is 4.94%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(5,19,0,68)
C5M19Y0K68 
(5%,19%,0%,68%)
(0.05/0.19/0.00/0.68)	

CMYK percentages

%4.94
%18.52
%0
%68.24

Codes

Color #4D4251 in popluar color models

4D4251
RGB776681
HSL284°10.20%28.82%
HSB/HSV284°18.52%31.76%
CMYK4.94%18.52%0.00%
68.24%

Color #4D4251 in popluar number systems.

HEX4D4251
Decimal776681
Binary100110110000101010001
Octal115102121

Shades and tints

Shades of #4D4251

#4D4251
(77,66,81)
#463C4A
(70,60,74)
#3F3643
(63,54,67)
#38303C
(56,48,60)
#312A35
(49,42,53)
#2A242E
(42,36,46)
#231E27
(35,30,39)
#1C1820
(28,24,32)
#151219
(21,18,25)
#0E0C12
(14,12,18)
#07060B
(7,6,11)
#000000
(0,0,0)

Tints of #4D4251

#4D4251
(77,66,81)
#5D5360
(93,83,96)
#6D646F
(109,100,111)
#7D757E
(125,117,126)
#8D868D
(141,134,141)
#9D979C
(157,151,156)
#ADA8AB
(173,168,171)
#BDB9BA
(189,185,186)
#CDCAC9
(205,202,201)
#DDDBD8
(221,219,216)
#EDECE7
(237,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4251; }

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

This text font color is #4D4251.


Background Color

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

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

This div background color is #4D4251.


Border color

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

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

This div border color is #4D4251.


Opacity

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

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

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

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

This text has shadow with #4D4251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4251 on black background.


Color preview on white background

This text has color #4D4251 on white background.



Black color preview on #4D4251 background

This text has black color on #4D4251 background.


White color preview on #4D4251 background

This text has white color on #4D4251 background.