COLOR #4D1A05

HEX: #4D1A05
RGB: (77,26,5)

Color info

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

RGB color model

#4D1A05 color RGB value is (77,26,5).

  • red value is 77;
  • green value is 26;
  • blue value is 5.
RGB:
(77,26,5)
(30%,10%,2%)

RGB channels and saturation

R 77 of 255 = 30%
G 26 of 255 = 10%
B 5 of 255 = 2%

77
26
5

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

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 5 = 108 (100%)
R 77 of 108 ~ 71.3%
G 26 of 108 ~ 24.07%
B 5 of 108 ~ 4.63%

%71.3
%24.07

CMYK color model

#4D1A05 color CMYK value is (0,66,94,70).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 93.51%
  • key color value is 69.80%
CMYK:
(0,66,94,70)
C0M66Y94K70 
(0%,66%,94%,70%)
(0.00/0.66/0.94/0.70)	

CMYK percentages

%0
%66.23
%93.51
%69.8

Codes

Color #4D1A05 in popluar color models

4D1A05
RGB77265
HSL18°87.80%16.08%
HSB/HSV18°93.51%30.20%
CMYK0.00%66.23%93.51%
69.80%

Color #4D1A05 in popluar number systems.

HEX4D1A05
Decimal77265
Binary100110111010101
Octal115325

Shades and tints

Shades of #4D1A05

#4D1A05
(77,26,5)
#461805
(70,24,5)
#3F1605
(63,22,5)
#381405
(56,20,5)
#311205
(49,18,5)
#2A1005
(42,16,5)
#230E05
(35,14,5)
#1C0C05
(28,12,5)
#150A05
(21,10,5)
#0E0805
(14,8,5)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #4D1A05

#4D1A05
(77,26,5)
#5D2E1B
(93,46,27)
#6D4231
(109,66,49)
#7D5647
(125,86,71)
#8D6A5D
(141,106,93)
#9D7E73
(157,126,115)
#AD9289
(173,146,137)
#BDA69F
(189,166,159)
#CDBAB5
(205,186,181)
#DDCECB
(221,206,203)
#EDE2E1
(237,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1A05; }

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

This text font color is #4D1A05.


Background Color

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

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

This div background color is #4D1A05.


Border color

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

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

This div border color is #4D1A05.


Opacity

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

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

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

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

This text has shadow with #4D1A05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1A05 on black background.


Color preview on white background

This text has color #4D1A05 on white background.



Black color preview on #4D1A05 background

This text has black color on #4D1A05 background.


White color preview on #4D1A05 background

This text has white color on #4D1A05 background.