COLOR #4D2B5F

HEX: #4D2B5F
RGB: (77,43,95)

Color info

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

RGB color model

#4D2B5F color RGB value is (77,43,95).

  • red value is 77;
  • green value is 43;
  • blue value is 95.
RGB:
(77,43,95)
(30%,17%,37%)

RGB channels and saturation

R 77 of 255 = 30%
G 43 of 255 = 17%
B 95 of 255 = 37%

77
43
95

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

Portions of RGB colors in percentages

R + G + B =
77 + 43 + 95 = 215 (100%)
R 77 of 215 ~ 35.81%
G 43 of 215 ~ 20%
B 95 of 215 ~ 44.19%

%35.81
%20
%44.19

CMYK color model

#4D2B5F color CMYK value is (19,55,0,63).

  • cyan value is 18.95%
  • magenta value is 54.74%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(19,55,0,63)
C19M55Y0K63 
(19%,55%,0%,63%)
(0.19/0.55/0.00/0.63)	

CMYK percentages

%18.95
%54.74
%0
%62.75

Codes

Color #4D2B5F in popluar color models

4D2B5F
RGB774395
HSL279°37.68%27.06%
HSB/HSV279°54.74%37.25%
CMYK18.95%54.74%0.00%
62.75%

Color #4D2B5F in popluar number systems.

HEX4D2B5F
Decimal774395
Binary10011011010111011111
Octal11553137

Shades and tints

Shades of #4D2B5F

#4D2B5F
(77,43,95)
#462857
(70,40,87)
#3F254F
(63,37,79)
#382247
(56,34,71)
#311F3F
(49,31,63)
#2A1C37
(42,28,55)
#23192F
(35,25,47)
#1C1627
(28,22,39)
#15131F
(21,19,31)
#0E1017
(14,16,23)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D2B5F

#4D2B5F
(77,43,95)
#5D3E6D
(93,62,109)
#6D517B
(109,81,123)
#7D6489
(125,100,137)
#8D7797
(141,119,151)
#9D8AA5
(157,138,165)
#AD9DB3
(173,157,179)
#BDB0C1
(189,176,193)
#CDC3CF
(205,195,207)
#DDD6DD
(221,214,221)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2B5F color. Also use rgb(77,43,95) instead hex code.

Text Font Color

.myTextColor { color: #4D2B5F; }

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

This text font color is #4D2B5F.


Background Color

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

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

This div background color is #4D2B5F.


Border color

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

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

This div border color is #4D2B5F.


Opacity

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

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

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

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

This text has shadow with #4D2B5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2B5F on black background.


Color preview on white background

This text has color #4D2B5F on white background.



Black color preview on #4D2B5F background

This text has black color on #4D2B5F background.


White color preview on #4D2B5F background

This text has white color on #4D2B5F background.