COLOR #4D1405

HEX: #4D1405
RGB: (77,20,5)

Color info

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

RGB color model

#4D1405 color RGB value is (77,20,5).

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

RGB channels and saturation

R 77 of 255 = 30%
G 20 of 255 = 8%
B 5 of 255 = 2%

77
20
5

R + G + B ~ 13%. #4D1405 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 20 + 5 = 102 (100%)
R 77 of 102 ~ 75.49%
G 20 of 102 ~ 19.61%
B 5 of 102 ~ 4.9%

%75.49
%19.61

CMYK color model

#4D1405 color CMYK value is (0,74,94,70).

  • cyan value is 0.00%
  • magenta value is 74.03%
  • yellow value is 93.51%
  • key color value is 69.80%
CMYK:
(0,74,94,70)
C0M74Y94K70 
(0%,74%,94%,70%)
(0.00/0.74/0.94/0.70)	

CMYK percentages

%0
%74.03
%93.51
%69.8

Codes

Color #4D1405 in popluar color models

4D1405
RGB77205
HSL13°87.80%16.08%
HSB/HSV13°93.51%30.20%
CMYK0.00%74.03%93.51%
69.80%

Color #4D1405 in popluar number systems.

HEX4D1405
Decimal77205
Binary100110110100101
Octal115245

Shades and tints

Shades of #4D1405

#4D1405
(77,20,5)
#461305
(70,19,5)
#3F1205
(63,18,5)
#381105
(56,17,5)
#311005
(49,16,5)
#2A0F05
(42,15,5)
#230E05
(35,14,5)
#1C0D05
(28,13,5)
#150C05
(21,12,5)
#0E0B05
(14,11,5)
#070A05
(7,10,5)
#000000
(0,0,0)

Tints of #4D1405

#4D1405
(77,20,5)
#5D291B
(93,41,27)
#6D3E31
(109,62,49)
#7D5347
(125,83,71)
#8D685D
(141,104,93)
#9D7D73
(157,125,115)
#AD9289
(173,146,137)
#BDA79F
(189,167,159)
#CDBCB5
(205,188,181)
#DDD1CB
(221,209,203)
#EDE6E1
(237,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1405; }

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

This text font color is #4D1405.


Background Color

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

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

This div background color is #4D1405.


Border color

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

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

This div border color is #4D1405.


Opacity

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

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

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

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

This text has shadow with #4D1405 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1405 on black background.


Color preview on white background

This text has color #4D1405 on white background.



Black color preview on #4D1405 background

This text has black color on #4D1405 background.


White color preview on #4D1405 background

This text has white color on #4D1405 background.