COLOR #4D042A

HEX: #4D042A RGB: (77,4,42)

Color info

#4D042A contains mainly red and blue colors. Web safe color of #4D042A is #330033 (or #303).

RGB color model

#4D042A color RGB value is (77,4,42).

RGB: (77,4,42) (30%, 2%, 16%)

RGB channels and saturation

R 77 of 255 = 30%
G 4 of 255 = 2%
B 42 of 255 = 16%

77
4
42

R + G + B ~ 16%. #4D042A is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 4 + 42 = 123 (100%)
R 77 of 123 ~ 62.6%
G 4 of 123 ~ 3.25%
B 42 of 123 ~ 34.15'%

%62.6
%34.15

CMYK color model

#4D042A color CMYK value is (0,95,45,70).

  • cyan value is 0.00%
  • magenta value is 94.81%
  • yellow value is 45.45%
  • key color value is 69.80%

CMYK: (0,95,45,70)
C0M95Y45K70 (0%, 95%, 45%, 70%)
(0.00 / 0.95 / 0.45 / 0.70)

CMYK percentages

%0
%94.81
%45.45
%69.8

Codes

Color #4D042A in popluar color models

4D 04 2A
RGB 77 4 42
HSL 329° 90.12% 15.88%
HSB/HSV 329° 94.81% 30.20%
CMYK 0.00% 94.81% 45.45%
69.80%

Color #4D042A in popluar number systems.

HEX 4D 04 2A
Decimal 77 4 42
Binary 1001101 100 101010
Octal 115 4 52

Shades and tints

Shades of #4D042A

#4D042A
(77,4,42)
#460427
(70,4,39)
#3F0424
(63,4,36)
#380421
(56,4,33)
#31041E
(49,4,30)
#2A041B
(42,4,27)
#230418
(35,4,24)
#1C0415
(28,4,21)
#150412
(21,4,18)
#0E040F
(14,4,15)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #4D042A

#4D042A
(77,4,42)
#5D1A3D
(93,26,61)
#6D3050
(109,48,80)
#7D4663
(125,70,99)
#8D5C76
(141,92,118)
#9D7289
(157,114,137)
#AD889C
(173,136,156)
#BD9EAF
(189,158,175)
#CDB4C2
(205,180,194)
#DDCAD5
(221,202,213)
#EDE0E8
(237,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D042A; }

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

This text font color is #4D042A.

Background Color

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

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

This div background color is #4D042A.

Border color

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

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

This div border color is #4D042A.

Opacity

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

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

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

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

This text has shadow with #4D042A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D042A.

Preview

Color preview on black background

This text has color #4D042A on black background.


Color preview on white background

This text has color #4D042A on white background.


Black color preview on #4D042A background

This text has black color on #4D042A background.


White color preview on #4D042A background

This text has white color on #4D042A background.


Related colors

Complementary color

Complementary color for #hex is #B2FBD5.


I love getcolorcode.com

Triadic colors

1 #2A4D04 and #042A4D with #4D042A are triadic colors.

2 #2A044D and #044D2A with #4D042A are triadic colors.