COLOR #4D2B6C

HEX: #4D2B6C
RGB: (77,43,108)

Color info

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

RGB color model

#4D2B6C color RGB value is (77,43,108).

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

RGB channels and saturation

R 77 of 255 = 30%
G 43 of 255 = 17%
B 108 of 255 = 42%

77
43
108

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

Portions of RGB colors in percentages

R + G + B =
77 + 43 + 108 = 228 (100%)
R 77 of 228 ~ 33.77%
G 43 of 228 ~ 18.86%
B 108 of 228 ~ 47.37%

%33.77
%18.86
%47.37

CMYK color model

#4D2B6C color CMYK value is (29,60,0,58).

  • cyan value is 28.70%
  • magenta value is 60.19%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(29,60,0,58)
C29M60Y0K58 
(29%,60%,0%,58%)
(0.29/0.60/0.00/0.58)	

CMYK percentages

%28.7
%60.19
%0
%57.65

Codes

Color #4D2B6C in popluar color models

4D2B6C
RGB7743108
HSL271°43.05%29.61%
HSB/HSV271°60.19%42.35%
CMYK28.70%60.19%0.00%
57.65%

Color #4D2B6C in popluar number systems.

HEX4D2B6C
Decimal7743108
Binary10011011010111101100
Octal11553154

Shades and tints

Shades of #4D2B6C

#4D2B6C
(77,43,108)
#462863
(70,40,99)
#3F255A
(63,37,90)
#382251
(56,34,81)
#311F48
(49,31,72)
#2A1C3F
(42,28,63)
#231936
(35,25,54)
#1C162D
(28,22,45)
#151324
(21,19,36)
#0E101B
(14,16,27)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #4D2B6C

#4D2B6C
(77,43,108)
#5D3E79
(93,62,121)
#6D5186
(109,81,134)
#7D6493
(125,100,147)
#8D77A0
(141,119,160)
#9D8AAD
(157,138,173)
#AD9DBA
(173,157,186)
#BDB0C7
(189,176,199)
#CDC3D4
(205,195,212)
#DDD6E1
(221,214,225)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2B6C; }

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

This text font color is #4D2B6C.


Background Color

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

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

This div background color is #4D2B6C.


Border color

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

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

This div border color is #4D2B6C.


Opacity

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

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

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

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

This text has shadow with #4D2B6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2B6C on black background.


Color preview on white background

This text has color #4D2B6C on white background.



Black color preview on #4D2B6C background

This text has black color on #4D2B6C background.


White color preview on #4D2B6C background

This text has white color on #4D2B6C background.