COLOR #4D114B

HEX: #4D114B RGB: (77,17,75)

Color info

#4D114B contains mainly red and blue colors. Web safe color of #4D114B is #330033 (or #303).

RGB color model

#4D114B color RGB value is (77,17,75).

RGB: (77,17,75) (30%, 7%, 29%)

RGB channels and saturation

R 77 of 255 = 30%
G 17 of 255 = 7%
B 75 of 255 = 29%

77
17
75

R + G + B ~ 22%. #4D114B is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 17 + 75 = 169 (100%)
R 77 of 169 ~ 45.56%
G 17 of 169 ~ 10.06%
B 75 of 169 ~ 44.38'%

%45.56
%10.06
%44.38

CMYK color model

#4D114B color CMYK value is (0,78,3,70).

  • cyan value is 0.00%
  • magenta value is 77.92%
  • yellow value is 2.60%
  • key color value is 69.80%
CMYK: (0,78,3,70) C0M78Y3K70 (0%,78%,3%,70%) (0.00/0.78/0.03/0.70) 

CMYK percentages

%0
%77.92
%2.6
%69.8

Codes

Color #4D114B in popluar color models

4D 11 4B
RGB 77 17 75
HSL 302° 63.83% 18.43%
HSB/HSV 302° 77.92% 30.20%
CMYK 0.00% 77.92% 2.60%
69.80%

Color #4D114B in popluar number systems.

HEX 4D 11 4B
Decimal 77 17 75
Binary 1001101 10001 1001011
Octal 115 21 113

Shades and tints

Shades of #4D114B

#4D114B
(77,17,75)
#461045
(70,16,69)
#3F0F3F
(63,15,63)
#380E39
(56,14,57)
#310D33
(49,13,51)
#2A0C2D
(42,12,45)
#230B27
(35,11,39)
#1C0A21
(28,10,33)
#15091B
(21,9,27)
#0E0815
(14,8,21)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #4D114B

#4D114B
(77,17,75)
#5D265B
(93,38,91)
#6D3B6B
(109,59,107)
#7D507B
(125,80,123)
#8D658B
(141,101,139)
#9D7A9B
(157,122,155)
#AD8FAB
(173,143,171)
#BDA4BB
(189,164,187)
#CDB9CB
(205,185,203)
#DDCEDB
(221,206,219)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D114B color. Also use rgb(77,17,75) instead hex code.

Text Font Color

.myTextColor { color: #4D114B; }

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

This text font color is #4D114B.

Background Color

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

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

This div background color is #4D114B.

Border color

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

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

This div border color is #4D114B.

Opacity

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

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

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

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

This text has shadow with #4D114B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D114B.

Preview

Color preview on black background

This text has color #4D114B on black background.


Color preview on white background

This text has color #4D114B on white background.


Black color preview on #4D114B background

This text has black color on #4D114B background.


White color preview on #4D114B background

This text has white color on #4D114B background.


Related colors

Complementary color

Complementary color for #hex is #B2EEB4.


I love getcolorcode.com

Triadic colors

1 #4B4D11 and #114B4D with #4D114B are triadic colors.

2 #4B114D and #114D4B with #4D114B are triadic colors.