COLOR #4D3054

HEX: #4D3054
RGB: (77,48,84)

Color info

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

RGB color model

#4D3054 color RGB value is (77,48,84).

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

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 84 of 255 = 33%

77
48
84

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

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 84 = 209 (100%)
R 77 of 209 ~ 36.84%
G 48 of 209 ~ 22.97%
B 84 of 209 ~ 40.19%

%36.84
%22.97
%40.19

CMYK color model

#4D3054 color CMYK value is (8,43,0,67).

  • cyan value is 8.33%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(8,43,0,67)
C8M43Y0K67 
(8%,43%,0%,67%)
(0.08/0.43/0.00/0.67)	

CMYK percentages

%8.33
%42.86
%0
%67.06

Codes

Color #4D3054 in popluar color models

4D3054
RGB774884
HSL288°27.27%25.88%
HSB/HSV288°42.86%32.94%
CMYK8.33%42.86%0.00%
67.06%

Color #4D3054 in popluar number systems.

HEX4D3054
Decimal774884
Binary10011011100001010100
Octal11560124

Shades and tints

Shades of #4D3054

#4D3054
(77,48,84)
#462C4D
(70,44,77)
#3F2846
(63,40,70)
#38243F
(56,36,63)
#312038
(49,32,56)
#2A1C31
(42,28,49)
#23182A
(35,24,42)
#1C1423
(28,20,35)
#15101C
(21,16,28)
#0E0C15
(14,12,21)
#07080E
(7,8,14)
#000000
(0,0,0)

Tints of #4D3054

#4D3054
(77,48,84)
#5D4263
(93,66,99)
#6D5472
(109,84,114)
#7D6681
(125,102,129)
#8D7890
(141,120,144)
#9D8A9F
(157,138,159)
#AD9CAE
(173,156,174)
#BDAEBD
(189,174,189)
#CDC0CC
(205,192,204)
#DDD2DB
(221,210,219)
#EDE4EA
(237,228,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3054; }

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

This text font color is #4D3054.


Background Color

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

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

This div background color is #4D3054.


Border color

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

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

This div border color is #4D3054.


Opacity

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

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

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

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

This text has shadow with #4D3054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3054 on black background.


Color preview on white background

This text has color #4D3054 on white background.



Black color preview on #4D3054 background

This text has black color on #4D3054 background.


White color preview on #4D3054 background

This text has white color on #4D3054 background.