COLOR #4D0954

HEX: #4D0954
RGB: (77,9,84)

Color info

#4D0954 contains mainly red and blue colors. Web safe color of #4D0954 is #330066 (or #306).

RGB color model

#4D0954 color RGB value is (77,9,84).

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

RGB channels and saturation

R 77 of 255 = 30%
G 9 of 255 = 4%
B 84 of 255 = 33%

77
9
84

R + G + B ~ 22%. #4D0954 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 9 + 84 = 170 (100%)
R 77 of 170 ~ 45.29%
G 9 of 170 ~ 5.29%
B 84 of 170 ~ 49.41%

%45.29
%49.41

CMYK color model

#4D0954 color CMYK value is (8,89,0,67).

  • cyan value is 8.33%
  • magenta value is 89.29%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(8,89,0,67)
C8M89Y0K67 
(8%,89%,0%,67%)
(0.08/0.89/0.00/0.67)	

CMYK percentages

%8.33
%89.29
%0
%67.06

Codes

Color #4D0954 in popluar color models

4D0954
RGB77984
HSL294°80.65%18.24%
HSB/HSV294°89.29%32.94%
CMYK8.33%89.29%0.00%
67.06%

Color #4D0954 in popluar number systems.

HEX4D0954
Decimal77984
Binary100110110011010100
Octal11511124

Shades and tints

Shades of #4D0954

#4D0954
(77,9,84)
#46094D
(70,9,77)
#3F0946
(63,9,70)
#38093F
(56,9,63)
#310938
(49,9,56)
#2A0931
(42,9,49)
#23092A
(35,9,42)
#1C0923
(28,9,35)
#15091C
(21,9,28)
#0E0915
(14,9,21)
#07090E
(7,9,14)
#000000
(0,0,0)

Tints of #4D0954

#4D0954
(77,9,84)
#5D1F63
(93,31,99)
#6D3572
(109,53,114)
#7D4B81
(125,75,129)
#8D6190
(141,97,144)
#9D779F
(157,119,159)
#AD8DAE
(173,141,174)
#BDA3BD
(189,163,189)
#CDB9CC
(205,185,204)
#DDCFDB
(221,207,219)
#EDE5EA
(237,229,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D0954; }

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

This text font color is #4D0954.


Background Color

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

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

This div background color is #4D0954.


Border color

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

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

This div border color is #4D0954.


Opacity

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

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

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

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

This text has shadow with #4D0954 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D0954 on black background.


Color preview on white background

This text has color #4D0954 on white background.



Black color preview on #4D0954 background

This text has black color on #4D0954 background.


White color preview on #4D0954 background

This text has white color on #4D0954 background.