COLOR #4D193F

HEX: #4D193F RGB: (77,25,63)

Color info

#4D193F contains red, green and blue colors in about the same proportion. Web safe color of #4D193F is #330033 (or #303).

RGB color model

#4D193F color RGB value is (77,25,63).

RGB: (77,25,63) (30%, 10%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 25 of 255 = 10%
B 63 of 255 = 25%

77
25
63

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

Portions of RGB colors in percentages

R + G + B = 77 + 25 + 63 = 165 (100%)
R 77 of 165 ~ 46.67%
G 25 of 165 ~ 15.15%
B 63 of 165 ~ 38.18'%

%46.67
%15.15
%38.18

CMYK color model

#4D193F color CMYK value is (0,68,18,70).

  • cyan value is 0.00%
  • magenta value is 67.53%
  • yellow value is 18.18%
  • key color value is 69.80%

CMYK: (0,68,18,70)
C0M68Y18K70 (0%, 68%, 18%, 70%)
(0.00 / 0.68 / 0.18 / 0.70)

CMYK percentages

%0
%67.53
%18.18
%69.8

Codes

Color #4D193F in popluar color models

4D 19 3F
RGB 77 25 63
HSL 316° 50.98% 20.00%
HSB/HSV 316° 67.53% 30.20%
CMYK 0.00% 67.53% 18.18%
69.80%

Color #4D193F in popluar number systems.

HEX 4D 19 3F
Decimal 77 25 63
Binary 1001101 11001 111111
Octal 115 31 77

Shades and tints

Shades of #4D193F

#4D193F
(77,25,63)
#46173A
(70,23,58)
#3F1535
(63,21,53)
#381330
(56,19,48)
#31112B
(49,17,43)
#2A0F26
(42,15,38)
#230D21
(35,13,33)
#1C0B1C
(28,11,28)
#150917
(21,9,23)
#0E0712
(14,7,18)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #4D193F

#4D193F
(77,25,63)
#5D2D50
(93,45,80)
#6D4161
(109,65,97)
#7D5572
(125,85,114)
#8D6983
(141,105,131)
#9D7D94
(157,125,148)
#AD91A5
(173,145,165)
#BDA5B6
(189,165,182)
#CDB9C7
(205,185,199)
#DDCDD8
(221,205,216)
#EDE1E9
(237,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D193F color. Also use rgb(77,25,63) instead hex code.

Text Font Color

.myTextColor { color: #4D193F; }

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

This text font color is #4D193F.

Background Color

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

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

This div background color is #4D193F.

Border color

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

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

This div border color is #4D193F.

Opacity

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

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

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

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

This text has shadow with #4D193F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D193F.

Preview

Color preview on black background

This text has color #4D193F on black background.


Color preview on white background

This text has color #4D193F on white background.


Black color preview on #4D193F background

This text has black color on #4D193F background.


White color preview on #4D193F background

This text has white color on #4D193F background.


Related colors

Complementary color

Complementary color for #hex is #B2E6C0.


I love getcolorcode.com

Triadic colors

1 #3F4D19 and #193F4D with #4D193F are triadic colors.

2 #3F194D and #194D3F with #4D193F are triadic colors.