COLOR #4D344E

HEX: #4D344E
RGB: (77,52,78)

Color info

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

RGB color model

#4D344E color RGB value is (77,52,78).

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

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 78 of 255 = 31%

77
52
78

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

Portions of RGB colors in percentages

R + G + B =
77 + 52 + 78 = 207 (100%)
R 77 of 207 ~ 37.2%
G 52 of 207 ~ 25.12%
B 78 of 207 ~ 37.68%

%37.2
%25.12
%37.68

CMYK color model

#4D344E color CMYK value is (1,33,0,69).

  • cyan value is 1.28%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(1,33,0,69)
C1M33Y0K69 
(1%,33%,0%,69%)
(0.01/0.33/0.00/0.69)	

CMYK percentages

%1.28
%33.33
%0
%69.41

Codes

Color #4D344E in popluar color models

4D344E
RGB775278
HSL298°20.00%25.49%
HSB/HSV298°33.33%30.59%
CMYK1.28%33.33%0.00%
69.41%

Color #4D344E in popluar number systems.

HEX4D344E
Decimal775278
Binary10011011101001001110
Octal11564116

Shades and tints

Shades of #4D344E

#4D344E
(77,52,78)
#463047
(70,48,71)
#3F2C40
(63,44,64)
#382839
(56,40,57)
#312432
(49,36,50)
#2A202B
(42,32,43)
#231C24
(35,28,36)
#1C181D
(28,24,29)
#151416
(21,20,22)
#0E100F
(14,16,15)
#070C08
(7,12,8)
#000000
(0,0,0)

Tints of #4D344E

#4D344E
(77,52,78)
#5D465E
(93,70,94)
#6D586E
(109,88,110)
#7D6A7E
(125,106,126)
#8D7C8E
(141,124,142)
#9D8E9E
(157,142,158)
#ADA0AE
(173,160,174)
#BDB2BE
(189,178,190)
#CDC4CE
(205,196,206)
#DDD6DE
(221,214,222)
#EDE8EE
(237,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D344E; }

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

This text font color is #4D344E.


Background Color

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

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

This div background color is #4D344E.


Border color

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

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

This div border color is #4D344E.


Opacity

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

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

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

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

This text has shadow with #4D344E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D344E on black background.


Color preview on white background

This text has color #4D344E on white background.



Black color preview on #4D344E background

This text has black color on #4D344E background.


White color preview on #4D344E background

This text has white color on #4D344E background.