COLOR #4D274E

HEX: #4D274E
RGB: (77,39,78)

Color info

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

RGB color model

#4D274E color RGB value is (77,39,78).

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

RGB channels and saturation

R 77 of 255 = 30%
G 39 of 255 = 15%
B 78 of 255 = 31%

77
39
78

R + G + B ~ 25%. #4D274E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 78 = 194 (100%)
R 77 of 194 ~ 39.69%
G 39 of 194 ~ 20.1%
B 78 of 194 ~ 40.21%

%39.69
%20.1
%40.21

CMYK color model

#4D274E color CMYK value is (1,50,0,69).

  • cyan value is 1.28%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(1,50,0,69)
C1M50Y0K69 
(1%,50%,0%,69%)
(0.01/0.50/0.00/0.69)	

CMYK percentages

%1.28
%50
%0
%69.41

Codes

Color #4D274E in popluar color models

4D274E
RGB773978
HSL298°33.33%22.94%
HSB/HSV298°50.00%30.59%
CMYK1.28%50.00%0.00%
69.41%

Color #4D274E in popluar number systems.

HEX4D274E
Decimal773978
Binary10011011001111001110
Octal11547116

Shades and tints

Shades of #4D274E

#4D274E
(77,39,78)
#462447
(70,36,71)
#3F2140
(63,33,64)
#381E39
(56,30,57)
#311B32
(49,27,50)
#2A182B
(42,24,43)
#231524
(35,21,36)
#1C121D
(28,18,29)
#150F16
(21,15,22)
#0E0C0F
(14,12,15)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #4D274E

#4D274E
(77,39,78)
#5D3A5E
(93,58,94)
#6D4D6E
(109,77,110)
#7D607E
(125,96,126)
#8D738E
(141,115,142)
#9D869E
(157,134,158)
#AD99AE
(173,153,174)
#BDACBE
(189,172,190)
#CDBFCE
(205,191,206)
#DDD2DE
(221,210,222)
#EDE5EE
(237,229,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D274E; }

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

This text font color is #4D274E.


Background Color

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

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

This div background color is #4D274E.


Border color

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

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

This div border color is #4D274E.


Opacity

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

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

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

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

This text has shadow with #4D274E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D274E on black background.


Color preview on white background

This text has color #4D274E on white background.



Black color preview on #4D274E background

This text has black color on #4D274E background.


White color preview on #4D274E background

This text has white color on #4D274E background.