COLOR #4D305B

HEX: #4D305B
RGB: (77,48,91)

Color info

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

RGB color model

#4D305B color RGB value is (77,48,91).

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

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 91 of 255 = 36%

77
48
91

R + G + B ~ 28%. #4D305B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 91 = 216 (100%)
R 77 of 216 ~ 35.65%
G 48 of 216 ~ 22.22%
B 91 of 216 ~ 42.13%

%35.65
%22.22
%42.13

CMYK color model

#4D305B color CMYK value is (15,47,0,64).

  • cyan value is 15.38%
  • magenta value is 47.25%
  • yellow value is 0.00%
  • key color value is 64.31%
CMYK:
(15,47,0,64)
C15M47Y0K64 
(15%,47%,0%,64%)
(0.15/0.47/0.00/0.64)	

CMYK percentages

%15.38
%47.25
%0
%64.31

Codes

Color #4D305B in popluar color models

4D305B
RGB774891
HSL280°30.94%27.25%
HSB/HSV280°47.25%35.69%
CMYK15.38%47.25%0.00%
64.31%

Color #4D305B in popluar number systems.

HEX4D305B
Decimal774891
Binary10011011100001011011
Octal11560133

Shades and tints

Shades of #4D305B

#4D305B
(77,48,91)
#462C53
(70,44,83)
#3F284B
(63,40,75)
#382443
(56,36,67)
#31203B
(49,32,59)
#2A1C33
(42,28,51)
#23182B
(35,24,43)
#1C1423
(28,20,35)
#15101B
(21,16,27)
#0E0C13
(14,12,19)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #4D305B

#4D305B
(77,48,91)
#5D4269
(93,66,105)
#6D5477
(109,84,119)
#7D6685
(125,102,133)
#8D7893
(141,120,147)
#9D8AA1
(157,138,161)
#AD9CAF
(173,156,175)
#BDAEBD
(189,174,189)
#CDC0CB
(205,192,203)
#DDD2D9
(221,210,217)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D305B; }

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

This text font color is #4D305B.


Background Color

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

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

This div background color is #4D305B.


Border color

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

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

This div border color is #4D305B.


Opacity

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

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

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

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

This text has shadow with #4D305B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D305B on black background.


Color preview on white background

This text has color #4D305B on white background.



Black color preview on #4D305B background

This text has black color on #4D305B background.


White color preview on #4D305B background

This text has white color on #4D305B background.