COLOR #4D192F

HEX: #4D192F RGB: (77,25,47)

Color info

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

RGB color model

#4D192F color RGB value is (77,25,47).

RGB: (77,25,47) (30%, 10%, 18%)

RGB channels and saturation

R 77 of 255 = 30%
G 25 of 255 = 10%
B 47 of 255 = 18%

77
25
47

R + G + B ~ 19%. #4D192F is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 25 + 47 = 149 (100%)
R 77 of 149 ~ 51.68%
G 25 of 149 ~ 16.78%
B 47 of 149 ~ 31.54'%

%51.68
%16.78
%31.54

CMYK color model

#4D192F color CMYK value is (0,68,39,70).

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

CMYK: (0,68,39,70)
C0M68Y39K70 (0%, 68%, 39%, 70%)
(0.00 / 0.68 / 0.39 / 0.70)

CMYK percentages

%0
%67.53
%38.96
%69.8

Codes

Color #4D192F in popluar color models

4D 19 2F
RGB 77 25 47
HSL 335° 50.98% 20.00%
HSB/HSV 335° 67.53% 30.20%
CMYK 0.00% 67.53% 38.96%
69.80%

Color #4D192F in popluar number systems.

HEX 4D 19 2F
Decimal 77 25 47
Binary 1001101 11001 101111
Octal 115 31 57

Shades and tints

Shades of #4D192F

#4D192F
(77,25,47)
#46172B
(70,23,43)
#3F1527
(63,21,39)
#381323
(56,19,35)
#31111F
(49,17,31)
#2A0F1B
(42,15,27)
#230D17
(35,13,23)
#1C0B13
(28,11,19)
#15090F
(21,9,15)
#0E070B
(14,7,11)
#070507
(7,5,7)
#000000
(0,0,0)

Tints of #4D192F

#4D192F
(77,25,47)
#5D2D41
(93,45,65)
#6D4153
(109,65,83)
#7D5565
(125,85,101)
#8D6977
(141,105,119)
#9D7D89
(157,125,137)
#AD919B
(173,145,155)
#BDA5AD
(189,165,173)
#CDB9BF
(205,185,191)
#DDCDD1
(221,205,209)
#EDE1E3
(237,225,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D192F; }

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

This text font color is #4D192F.

Background Color

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

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

This div background color is #4D192F.

Border color

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

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

This div border color is #4D192F.

Opacity

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

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

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

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

This text has shadow with #4D192F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D192F.

Preview

Color preview on black background

This text has color #4D192F on black background.


Color preview on white background

This text has color #4D192F on white background.


Black color preview on #4D192F background

This text has black color on #4D192F background.


White color preview on #4D192F background

This text has white color on #4D192F background.


Related colors

Complementary color

Complementary color for #hex is #B2E6D0.


I love getcolorcode.com

Triadic colors

1 #2F4D19 and #192F4D with #4D192F are triadic colors.

2 #2F194D and #194D2F with #4D192F are triadic colors.