COLOR #4D3F54

HEX: #4D3F54
RGB: (77,63,84)

Color info

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

RGB color model

#4D3F54 color RGB value is (77,63,84).

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

RGB channels and saturation

R 77 of 255 = 30%
G 63 of 255 = 25%
B 84 of 255 = 33%

77
63
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 63 + 84 = 224 (100%)
R 77 of 224 ~ 34.38%
G 63 of 224 ~ 28.13%
B 84 of 224 ~ 37.5%

%34.38
%28.13
%37.5

CMYK color model

#4D3F54 color CMYK value is (8,25,0,67).

  • cyan value is 8.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(8,25,0,67)
C8M25Y0K67 
(8%,25%,0%,67%)
(0.08/0.25/0.00/0.67)	

CMYK percentages

%8.33
%25
%0
%67.06

Codes

Color #4D3F54 in popluar color models

4D3F54
RGB776384
HSL280°14.29%28.82%
HSB/HSV280°25.00%32.94%
CMYK8.33%25.00%0.00%
67.06%

Color #4D3F54 in popluar number systems.

HEX4D3F54
Decimal776384
Binary10011011111111010100
Octal11577124

Shades and tints

Shades of #4D3F54

#4D3F54
(77,63,84)
#463A4D
(70,58,77)
#3F3546
(63,53,70)
#38303F
(56,48,63)
#312B38
(49,43,56)
#2A2631
(42,38,49)
#23212A
(35,33,42)
#1C1C23
(28,28,35)
#15171C
(21,23,28)
#0E1215
(14,18,21)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #4D3F54

#4D3F54
(77,63,84)
#5D5063
(93,80,99)
#6D6172
(109,97,114)
#7D7281
(125,114,129)
#8D8390
(141,131,144)
#9D949F
(157,148,159)
#ADA5AE
(173,165,174)
#BDB6BD
(189,182,189)
#CDC7CC
(205,199,204)
#DDD8DB
(221,216,219)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3F54; }

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

This text font color is #4D3F54.


Background Color

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

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

This div background color is #4D3F54.


Border color

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

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

This div border color is #4D3F54.


Opacity

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

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

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

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

This text has shadow with #4D3F54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3F54 on black background.


Color preview on white background

This text has color #4D3F54 on white background.



Black color preview on #4D3F54 background

This text has black color on #4D3F54 background.


White color preview on #4D3F54 background

This text has white color on #4D3F54 background.