COLOR #4D314E

HEX: #4D314E
RGB: (77,49,78)

Color info

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

RGB color model

#4D314E color RGB value is (77,49,78).

  • red value is 77;
  • green value is 49;
  • blue value is 78.
RGB: (77,49,78) (30%,19%,31%)

RGB channels and saturation

R 77 of 255 = 30%
G 49 of 255 = 19%
B 78 of 255 = 31%

77
49
78

R + G + B ~ 27%. #4D314E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 49 + 78 = 204 (100%)
R 77 of 204 ~ 37.75%
G 49 of 204 ~ 24.02%
B 78 of 204 ~ 38.24%

%37.75
%24.02
%38.24

CMYK color model

#4D314E color CMYK value is (1,37,0,69).

  • cyan value is 1.28%
  • magenta value is 37.18%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK: (1,37,0,69) C1M37Y0K69 (1%,37%,0%,69%) (0.01/0.37/0.00/0.69)

CMYK percentages

%1.28
%37.18
%0
%69.41

Codes

Color #4D314E in popluar color models

4D314E
RGB774978
HSL298°22.83%24.90%
HSB/HSV298°37.18%30.59%
CMYK1.28%37.18%0.00%
69.41%

Color #4D314E in popluar number systems.

HEX4D314E
Decimal774978
Binary10011011100011001110
Octal11561116

Shades and tints

Shades of #4D314E

#4D314E
(77,49,78)
#462D47
(70,45,71)
#3F2940
(63,41,64)
#382539
(56,37,57)
#312132
(49,33,50)
#2A1D2B
(42,29,43)
#231924
(35,25,36)
#1C151D
(28,21,29)
#151116
(21,17,22)
#0E0D0F
(14,13,15)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #4D314E

#4D314E
(77,49,78)
#5D435E
(93,67,94)
#6D556E
(109,85,110)
#7D677E
(125,103,126)
#8D798E
(141,121,142)
#9D8B9E
(157,139,158)
#AD9DAE
(173,157,174)
#BDAFBE
(189,175,190)
#CDC1CE
(205,193,206)
#DDD3DE
(221,211,222)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D314E color. Also use rgb(77,49,78) instead hex code.

Text Font Color

.myTextColor { color: #4D314E; }

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

This text font color is #4D314E.


Background Color

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

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

This div background color is #4D314E.


Border color

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

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

This div border color is #4D314E.


Opacity

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

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

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

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

This text has shadow with #4D314E color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4D314E on black background.


Color preview on white background

This text has color #4D314E on white background.



Black color preview on #4D314E background

This text has black color on #4D314E background.


White color preview on #4D314E background

This text has white color on #4D314E background.