COLOR #4D4654

HEX: #4D4654
RGB: (77,70,84)

Color info

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

RGB color model

#4D4654 color RGB value is (77,70,84).

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

RGB channels and saturation

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

77
70
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 84 = 231 (100%)
R 77 of 231 ~ 33.33%
G 70 of 231 ~ 30.3%
B 84 of 231 ~ 36.36%

%33.33
%30.3
%36.36

CMYK color model

#4D4654 color CMYK value is (8,17,0,67).

  • cyan value is 8.33%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK: (8,17,0,67) C8M17Y0K67 (8%,17%,0%,67%) (0.08/0.17/0.00/0.67)

CMYK percentages

%8.33
%16.67
%0
%67.06

Codes

Color #4D4654 in popluar color models

4D4654
RGB777084
HSL270°9.09%30.20%
HSB/HSV270°16.67%32.94%
CMYK8.33%16.67%0.00%
67.06%

Color #4D4654 in popluar number systems.

HEX4D4654
Decimal777084
Binary100110110001101010100
Octal115106124

Shades and tints

Shades of #4D4654

#4D4654
(77,70,84)
#46404D
(70,64,77)
#3F3A46
(63,58,70)
#38343F
(56,52,63)
#312E38
(49,46,56)
#2A2831
(42,40,49)
#23222A
(35,34,42)
#1C1C23
(28,28,35)
#15161C
(21,22,28)
#0E1015
(14,16,21)
#070A0E
(7,10,14)
#000000
(0,0,0)

Tints of #4D4654

#4D4654
(77,70,84)
#5D5663
(93,86,99)
#6D6672
(109,102,114)
#7D7681
(125,118,129)
#8D8690
(141,134,144)
#9D969F
(157,150,159)
#ADA6AE
(173,166,174)
#BDB6BD
(189,182,189)
#CDC6CC
(205,198,204)
#DDD6DB
(221,214,219)
#EDE6EA
(237,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4654; }

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

This text font color is #4D4654.


Background Color

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

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

This div background color is #4D4654.


Border color

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

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

This div border color is #4D4654.


Opacity

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

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

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

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

This text has shadow with #4D4654 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D4654 on black background.


Color preview on white background

This text has color #4D4654 on white background.



Black color preview on #4D4654 background

This text has black color on #4D4654 background.


White color preview on #4D4654 background

This text has white color on #4D4654 background.