COLOR #4D192B

HEX: #4D192B
RGB: (77,25,43)

Color info

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

RGB color model

#4D192B color RGB value is (77,25,43).

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

RGB channels and saturation

R 77 of 255 = 30%
G 25 of 255 = 10%
B 43 of 255 = 17%

77
25
43

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

Portions of RGB colors in percentages

R + G + B =
77 + 25 + 43 = 145 (100%)
R 77 of 145 ~ 53.1%
G 25 of 145 ~ 17.24%
B 43 of 145 ~ 29.66%

%53.1
%17.24
%29.66

CMYK color model

#4D192B color CMYK value is (0,68,44,70).

  • cyan value is 0.00%
  • magenta value is 67.53%
  • yellow value is 44.16%
  • key color value is 69.80%
CMYK:
(0,68,44,70)
C0M68Y44K70 
(0%,68%,44%,70%)
(0.00/0.68/0.44/0.70)	

CMYK percentages

%0
%67.53
%44.16
%69.8

Codes

Color #4D192B in popluar color models

4D192B
RGB772543
HSL339°50.98%20.00%
HSB/HSV339°67.53%30.20%
CMYK0.00%67.53%44.16%
69.80%

Color #4D192B in popluar number systems.

HEX4D192B
Decimal772543
Binary100110111001101011
Octal1153153

Shades and tints

Shades of #4D192B

#4D192B
(77,25,43)
#461728
(70,23,40)
#3F1525
(63,21,37)
#381322
(56,19,34)
#31111F
(49,17,31)
#2A0F1C
(42,15,28)
#230D19
(35,13,25)
#1C0B16
(28,11,22)
#150913
(21,9,19)
#0E0710
(14,7,16)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #4D192B

#4D192B
(77,25,43)
#5D2D3E
(93,45,62)
#6D4151
(109,65,81)
#7D5564
(125,85,100)
#8D6977
(141,105,119)
#9D7D8A
(157,125,138)
#AD919D
(173,145,157)
#BDA5B0
(189,165,176)
#CDB9C3
(205,185,195)
#DDCDD6
(221,205,214)
#EDE1E9
(237,225,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D192B; }

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

This text font color is #4D192B.


Background Color

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

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

This div background color is #4D192B.


Border color

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

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

This div border color is #4D192B.


Opacity

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

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

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

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

This text has shadow with #4D192B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D192B on black background.


Color preview on white background

This text has color #4D192B on white background.



Black color preview on #4D192B background

This text has black color on #4D192B background.


White color preview on #4D192B background

This text has white color on #4D192B background.