COLOR #4D4448

HEX: #4D4448
RGB: (77,68,72)

Color info

#4D4448 contains red, green and blue colors in about the same proportion. Web safe color of #4D4448 is #333333 (or #333).

RGB color model

#4D4448 color RGB value is (77,68,72).

  • red value is 77;
  • green value is 68;
  • blue value is 72.
RGB:
(77,68,72)
(30%,27%,28%)

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 72 of 255 = 28%

77
68
72

R + G + B ~ 28%. #4D4448 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 72 = 217 (100%)
R 77 of 217 ~ 35.48%
G 68 of 217 ~ 31.34%
B 72 of 217 ~ 33.18%

%35.48
%31.34
%33.18

CMYK color model

#4D4448 color CMYK value is (0,12,6,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 6.49%
  • key color value is 69.80%
CMYK:
(0,12,6,70)
C0M12Y6K70 
(0%,12%,6%,70%)
(0.00/0.12/0.06/0.70)	

CMYK percentages

%0
%11.69
%6.49
%69.8

Codes

Color #4D4448 in popluar color models

4D4448
RGB776872
HSL333°6.21%28.43%
HSB/HSV333°11.69%30.20%
CMYK0.00%11.69%6.49%
69.80%

Color #4D4448 in popluar number systems.

HEX4D4448
Decimal776872
Binary100110110001001001000
Octal115104110

Shades and tints

Shades of #4D4448

#4D4448
(77,68,72)
#463E42
(70,62,66)
#3F383C
(63,56,60)
#383236
(56,50,54)
#312C30
(49,44,48)
#2A262A
(42,38,42)
#232024
(35,32,36)
#1C1A1E
(28,26,30)
#151418
(21,20,24)
#0E0E12
(14,14,18)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D4448

#4D4448
(77,68,72)
#5D5558
(93,85,88)
#6D6668
(109,102,104)
#7D7778
(125,119,120)
#8D8888
(141,136,136)
#9D9998
(157,153,152)
#ADAAA8
(173,170,168)
#BDBBB8
(189,187,184)
#CDCCC8
(205,204,200)
#DDDDD8
(221,221,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4448; }

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

This text font color is #4D4448.


Background Color

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

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

This div background color is #4D4448.


Border color

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

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

This div border color is #4D4448.


Opacity

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

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

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

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

This text has shadow with #4D4448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4448 on black background.


Color preview on white background

This text has color #4D4448 on white background.



Black color preview on #4D4448 background

This text has black color on #4D4448 background.


White color preview on #4D4448 background

This text has white color on #4D4448 background.