COLOR #4D061D

HEX: #4D061D RGB: (77,6,29)

Color info

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

RGB color model

#4D061D color RGB value is (77,6,29).

RGB: (77,6,29) (30%, 2%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 6 of 255 = 2%
B 29 of 255 = 11%

77
6
29

R + G + B ~ 14%. #4D061D is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 6 + 29 = 112 (100%)
R 77 of 112 ~ 68.75%
G 6 of 112 ~ 5.36%
B 29 of 112 ~ 25.89'%

%68.75
%25.89

CMYK color model

#4D061D color CMYK value is (0,92,62,70).

  • cyan value is 0.00%
  • magenta value is 92.21%
  • yellow value is 62.34%
  • key color value is 69.80%

CMYK: (0,92,62,70)
C0M92Y62K70 (0%, 92%, 62%, 70%)
(0.00 / 0.92 / 0.62 / 0.70)

CMYK percentages

%0
%92.21
%62.34
%69.8

Codes

Color #4D061D in popluar color models

4D 06 1D
RGB 77 6 29
HSL 341° 85.54% 16.27%
HSB/HSV 341° 92.21% 30.20%
CMYK 0.00% 92.21% 62.34%
69.80%

Color #4D061D in popluar number systems.

HEX 4D 06 1D
Decimal 77 6 29
Binary 1001101 110 11101
Octal 115 6 35

Shades and tints

Shades of #4D061D

#4D061D
(77,6,29)
#46061B
(70,6,27)
#3F0619
(63,6,25)
#380617
(56,6,23)
#310615
(49,6,21)
#2A0613
(42,6,19)
#230611
(35,6,17)
#1C060F
(28,6,15)
#15060D
(21,6,13)
#0E060B
(14,6,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #4D061D

#4D061D
(77,6,29)
#5D1C31
(93,28,49)
#6D3245
(109,50,69)
#7D4859
(125,72,89)
#8D5E6D
(141,94,109)
#9D7481
(157,116,129)
#AD8A95
(173,138,149)
#BDA0A9
(189,160,169)
#CDB6BD
(205,182,189)
#DDCCD1
(221,204,209)
#EDE2E5
(237,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D061D; }

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

This text font color is #4D061D.

Background Color

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

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

This div background color is #4D061D.

Border color

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

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

This div border color is #4D061D.

Opacity

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

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

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

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

This text has shadow with #4D061D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D061D.

Preview

Color preview on black background

This text has color #4D061D on black background.


Color preview on white background

This text has color #4D061D on white background.


Black color preview on #4D061D background

This text has black color on #4D061D background.


White color preview on #4D061D background

This text has white color on #4D061D background.


Related colors

Complementary color

Complementary color for #hex is #B2F9E2.


I love getcolorcode.com

Triadic colors

1 #1D4D06 and #061D4D with #4D061D are triadic colors.

2 #1D064D and #064D1D with #4D061D are triadic colors.