COLOR #4D4454

HEX: #4D4454
RGB: (77,68,84)

Color info

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

RGB color model

#4D4454 color RGB value is (77,68,84).

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

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 84 of 255 = 33%

77
68
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 84 = 229 (100%)
R 77 of 229 ~ 33.62%
G 68 of 229 ~ 29.69%
B 84 of 229 ~ 36.68%

%33.62
%29.69
%36.68

CMYK color model

#4D4454 color CMYK value is (8,19,0,67).

  • cyan value is 8.33%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(8,19,0,67)
C8M19Y0K67 
(8%,19%,0%,67%)
(0.08/0.19/0.00/0.67)	

CMYK percentages

%8.33
%19.05
%0
%67.06

Codes

Color #4D4454 in popluar color models

4D4454
RGB776884
HSL274°10.53%29.80%
HSB/HSV274°19.05%32.94%
CMYK8.33%19.05%0.00%
67.06%

Color #4D4454 in popluar number systems.

HEX4D4454
Decimal776884
Binary100110110001001010100
Octal115104124

Shades and tints

Shades of #4D4454

#4D4454
(77,68,84)
#463E4D
(70,62,77)
#3F3846
(63,56,70)
#38323F
(56,50,63)
#312C38
(49,44,56)
#2A2631
(42,38,49)
#23202A
(35,32,42)
#1C1A23
(28,26,35)
#15141C
(21,20,28)
#0E0E15
(14,14,21)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D4454

#4D4454
(77,68,84)
#5D5563
(93,85,99)
#6D6672
(109,102,114)
#7D7781
(125,119,129)
#8D8890
(141,136,144)
#9D999F
(157,153,159)
#ADAAAE
(173,170,174)
#BDBBBD
(189,187,189)
#CDCCCC
(205,204,204)
#DDDDDB
(221,221,219)
#EDEEEA
(237,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4454; }

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

This text font color is #4D4454.


Background Color

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

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

This div background color is #4D4454.


Border color

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

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

This div border color is #4D4454.


Opacity

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

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

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

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

This text has shadow with #4D4454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4454 on black background.


Color preview on white background

This text has color #4D4454 on white background.



Black color preview on #4D4454 background

This text has black color on #4D4454 background.


White color preview on #4D4454 background

This text has white color on #4D4454 background.