COLOR #4D256A

HEX: #4D256A
RGB: (77,37,106)

Color info

#4D256A contains mainly red and blue colors. Web safe color of #4D256A is #333366 (or #336).

RGB color model

#4D256A color RGB value is (77,37,106).

  • red value is 77;
  • green value is 37;
  • blue value is 106.
RGB:
(77,37,106)
(30%,15%,42%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 106 of 255 = 42%

77
37
106

R + G + B ~ 29%. #4D256A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 106 = 220 (100%)
R 77 of 220 ~ 35%
G 37 of 220 ~ 16.82%
B 106 of 220 ~ 48.18%

%35
%16.82
%48.18

CMYK color model

#4D256A color CMYK value is (27,65,0,58).

  • cyan value is 27.36%
  • magenta value is 65.09%
  • yellow value is 0.00%
  • key color value is 58.43%
CMYK:
(27,65,0,58)
C27M65Y0K58 
(27%,65%,0%,58%)
(0.27/0.65/0.00/0.58)	

CMYK percentages

%27.36
%65.09
%0
%58.43

Codes

Color #4D256A in popluar color models

4D256A
RGB7737106
HSL275°48.25%28.04%
HSB/HSV275°65.09%41.57%
CMYK27.36%65.09%0.00%
58.43%

Color #4D256A in popluar number systems.

HEX4D256A
Decimal7737106
Binary10011011001011101010
Octal11545152

Shades and tints

Shades of #4D256A

#4D256A
(77,37,106)
#462261
(70,34,97)
#3F1F58
(63,31,88)
#381C4F
(56,28,79)
#311946
(49,25,70)
#2A163D
(42,22,61)
#231334
(35,19,52)
#1C102B
(28,16,43)
#150D22
(21,13,34)
#0E0A19
(14,10,25)
#070710
(7,7,16)
#000000
(0,0,0)

Tints of #4D256A

#4D256A
(77,37,106)
#5D3877
(93,56,119)
#6D4B84
(109,75,132)
#7D5E91
(125,94,145)
#8D719E
(141,113,158)
#9D84AB
(157,132,171)
#AD97B8
(173,151,184)
#BDAAC5
(189,170,197)
#CDBDD2
(205,189,210)
#DDD0DF
(221,208,223)
#EDE3EC
(237,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D256A color. Also use rgb(77,37,106) instead hex code.

Text Font Color

.myTextColor { color: #4D256A; }

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

This text font color is #4D256A.


Background Color

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

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

This div background color is #4D256A.


Border color

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

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

This div border color is #4D256A.


Opacity

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

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

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

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

This text has shadow with #4D256A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D256A on black background.


Color preview on white background

This text has color #4D256A on white background.



Black color preview on #4D256A background

This text has black color on #4D256A background.


White color preview on #4D256A background

This text has white color on #4D256A background.