COLOR #4D256F

HEX: #4D256F
RGB: (77,37,111)

Color info

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

RGB color model

#4D256F color RGB value is (77,37,111).

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

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 111 of 255 = 44%

77
37
111

R + G + B ~ 30%. #4D256F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 37 + 111 = 225 (100%)
R 77 of 225 ~ 34.22%
G 37 of 225 ~ 16.44%
B 111 of 225 ~ 49.33%

%34.22
%16.44
%49.33

CMYK color model

#4D256F color CMYK value is (31,67,0,56).

  • cyan value is 30.63%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(31,67,0,56)
C31M67Y0K56 
(31%,67%,0%,56%)
(0.31/0.67/0.00/0.56)	

CMYK percentages

%30.63
%66.67
%0
%56.47

Codes

Color #4D256F in popluar color models

4D256F
RGB7737111
HSL272°50.00%29.02%
HSB/HSV272°66.67%43.53%
CMYK30.63%66.67%0.00%
56.47%

Color #4D256F in popluar number systems.

HEX4D256F
Decimal7737111
Binary10011011001011101111
Octal11545157

Shades and tints

Shades of #4D256F

#4D256F
(77,37,111)
#462265
(70,34,101)
#3F1F5B
(63,31,91)
#381C51
(56,28,81)
#311947
(49,25,71)
#2A163D
(42,22,61)
#231333
(35,19,51)
#1C1029
(28,16,41)
#150D1F
(21,13,31)
#0E0A15
(14,10,21)
#07070B
(7,7,11)
#000000
(0,0,0)

Tints of #4D256F

#4D256F
(77,37,111)
#5D387C
(93,56,124)
#6D4B89
(109,75,137)
#7D5E96
(125,94,150)
#8D71A3
(141,113,163)
#9D84B0
(157,132,176)
#AD97BD
(173,151,189)
#BDAACA
(189,170,202)
#CDBDD7
(205,189,215)
#DDD0E4
(221,208,228)
#EDE3F1
(237,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D256F; }

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

This text font color is #4D256F.


Background Color

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

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

This div background color is #4D256F.


Border color

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

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

This div border color is #4D256F.


Opacity

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

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

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

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

This text has shadow with #4D256F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D256F on black background.


Color preview on white background

This text has color #4D256F on white background.



Black color preview on #4D256F background

This text has black color on #4D256F background.


White color preview on #4D256F background

This text has white color on #4D256F background.