COLOR #4D191E

HEX: #4D191E RGB: (77,25,30)

Color info

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

RGB color model

#4D191E color RGB value is (77,25,30).

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

RGB channels and saturation

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

77
25
30

R + G + B ~ 17%. #4D191E is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 25 + 30 = 132 (100%)
R 77 of 132 ~ 58.33%
G 25 of 132 ~ 18.94%
B 30 of 132 ~ 22.73'%

%58.33
%18.94
%22.73

CMYK color model

#4D191E color CMYK value is (0,68,61,70).

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

CMYK: (0,68,61,70)
C0M68Y61K70 (0%, 68%, 61%, 70%)
(0.00 / 0.68 / 0.61 / 0.70)

CMYK percentages

%0
%67.53
%61.04
%69.8

Codes

Color #4D191E in popluar color models

4D 19 1E
RGB 77 25 30
HSL 354° 50.98% 20.00%
HSB/HSV 354° 67.53% 30.20%
CMYK 0.00% 67.53% 61.04%
69.80%

Color #4D191E in popluar number systems.

HEX 4D 19 1E
Decimal 77 25 30
Binary 1001101 11001 11110
Octal 115 31 36

Shades and tints

Shades of #4D191E

#4D191E
(77,25,30)
#46171C
(70,23,28)
#3F151A
(63,21,26)
#381318
(56,19,24)
#311116
(49,17,22)
#2A0F14
(42,15,20)
#230D12
(35,13,18)
#1C0B10
(28,11,16)
#15090E
(21,9,14)
#0E070C
(14,7,12)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #4D191E

#4D191E
(77,25,30)
#5D2D32
(93,45,50)
#6D4146
(109,65,70)
#7D555A
(125,85,90)
#8D696E
(141,105,110)
#9D7D82
(157,125,130)
#AD9196
(173,145,150)
#BDA5AA
(189,165,170)
#CDB9BE
(205,185,190)
#DDCDD2
(221,205,210)
#EDE1E6
(237,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D191E; }

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

This text font color is #4D191E.

Background Color

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

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

This div background color is #4D191E.

Border color

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

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

This div border color is #4D191E.

Opacity

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

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

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

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

This text has shadow with #4D191E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D191E.

Preview

Color preview on black background

This text has color #4D191E on black background.


Color preview on white background

This text has color #4D191E on white background.


Black color preview on #4D191E background

This text has black color on #4D191E background.


White color preview on #4D191E background

This text has white color on #4D191E background.


Related colors

Complementary color

Complementary color for #hex is #B2E6E1.


I love getcolorcode.com

Triadic colors

1 #1E4D19 and #191E4D with #4D191E are triadic colors.

2 #1E194D and #194D1E with #4D191E are triadic colors.