COLOR #4D190A

HEX: #4D190A RGB: (77,25,10)

Color info

#4D190A contains mainly red and green colors. Web safe color of #4D190A is #330000 (or #300).

RGB color model

#4D190A color RGB value is (77,25,10).

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

RGB channels and saturation

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

77
25
10

R + G + B ~ 15%. #4D190A is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 25 + 10 = 112 (100%)
R 77 of 112 ~ 68.75%
G 25 of 112 ~ 22.32%
B 10 of 112 ~ 8.93'%

%68.75
%22.32

CMYK color model

#4D190A color CMYK value is (0,68,87,70).

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

CMYK: (0,68,87,70)
C0M68Y87K70 (0%, 68%, 87%, 70%)
(0.00 / 0.68 / 0.87 / 0.70)

CMYK percentages

%0
%67.53
%87.01
%69.8

Codes

Color #4D190A in popluar color models

4D 19 0A
RGB 77 25 10
HSL 13° 77.01% 17.06%
HSB/HSV 13° 87.01% 30.20%
CMYK 0.00% 67.53% 87.01%
69.80%

Color #4D190A in popluar number systems.

HEX 4D 19 0A
Decimal 77 25 10
Binary 1001101 11001 1010
Octal 115 31 12

Shades and tints

Shades of #4D190A

#4D190A
(77,25,10)
#46170A
(70,23,10)
#3F150A
(63,21,10)
#38130A
(56,19,10)
#31110A
(49,17,10)
#2A0F0A
(42,15,10)
#230D0A
(35,13,10)
#1C0B0A
(28,11,10)
#15090A
(21,9,10)
#0E070A
(14,7,10)
#07050A
(7,5,10)
#000000
(0,0,0)

Tints of #4D190A

#4D190A
(77,25,10)
#5D2D20
(93,45,32)
#6D4136
(109,65,54)
#7D554C
(125,85,76)
#8D6962
(141,105,98)
#9D7D78
(157,125,120)
#AD918E
(173,145,142)
#BDA5A4
(189,165,164)
#CDB9BA
(205,185,186)
#DDCDD0
(221,205,208)
#EDE1E6
(237,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D190A; }

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

This text font color is #4D190A.

Background Color

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

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

This div background color is #4D190A.

Border color

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

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

This div border color is #4D190A.

Opacity

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

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

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

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

This text has shadow with #4D190A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D190A.

Preview

Color preview on black background

This text has color #4D190A on black background.


Color preview on white background

This text has color #4D190A on white background.


Black color preview on #4D190A background

This text has black color on #4D190A background.


White color preview on #4D190A background

This text has white color on #4D190A background.


Related colors

Complementary color

Complementary color for #hex is #B2E6F5.


I love getcolorcode.com

Triadic colors

1 #0A4D19 and #190A4D with #4D190A are triadic colors.

2 #0A194D and #194D0A with #4D190A are triadic colors.