COLOR #4D4967

HEX: #4D4967
RGB: (77,73,103)

Color info

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

RGB color model

#4D4967 color RGB value is (77,73,103).

  • red value is 77;
  • green value is 73;
  • blue value is 103.
RGB:
(77,73,103)
(30%,29%,40%)

RGB channels and saturation

R 77 of 255 = 30%
G 73 of 255 = 29%
B 103 of 255 = 40%

77
73
103

R + G + B ~ 33%. #4D4967 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 73 + 103 = 253 (100%)
R 77 of 253 ~ 30.43%
G 73 of 253 ~ 28.85%
B 103 of 253 ~ 40.71%

%30.43
%28.85
%40.71

CMYK color model

#4D4967 color CMYK value is (25,29,0,60).

  • cyan value is 25.24%
  • magenta value is 29.13%
  • yellow value is 0.00%
  • key color value is 59.61%
CMYK:
(25,29,0,60)
C25M29Y0K60 
(25%,29%,0%,60%)
(0.25/0.29/0.00/0.60)	

CMYK percentages

%25.24
%29.13
%0
%59.61

Codes

Color #4D4967 in popluar color models

4D4967
RGB7773103
HSL248°17.05%34.51%
HSB/HSV248°29.13%40.39%
CMYK25.24%29.13%0.00%
59.61%

Color #4D4967 in popluar number systems.

HEX4D4967
Decimal7773103
Binary100110110010011100111
Octal115111147

Shades and tints

Shades of #4D4967

#4D4967
(77,73,103)
#46435E
(70,67,94)
#3F3D55
(63,61,85)
#38374C
(56,55,76)
#313143
(49,49,67)
#2A2B3A
(42,43,58)
#232531
(35,37,49)
#1C1F28
(28,31,40)
#15191F
(21,25,31)
#0E1316
(14,19,22)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #4D4967

#4D4967
(77,73,103)
#5D5974
(93,89,116)
#6D6981
(109,105,129)
#7D798E
(125,121,142)
#8D899B
(141,137,155)
#9D99A8
(157,153,168)
#ADA9B5
(173,169,181)
#BDB9C2
(189,185,194)
#CDC9CF
(205,201,207)
#DDD9DC
(221,217,220)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4967 color. Also use rgb(77,73,103) instead hex code.

Text Font Color

.myTextColor { color: #4D4967; }

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

This text font color is #4D4967.


Background Color

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

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

This div background color is #4D4967.


Border color

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

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

This div border color is #4D4967.


Opacity

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

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

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

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

This text has shadow with #4D4967 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4967 on black background.


Color preview on white background

This text has color #4D4967 on white background.



Black color preview on #4D4967 background

This text has black color on #4D4967 background.


White color preview on #4D4967 background

This text has white color on #4D4967 background.