COLOR #4D1A02

HEX: #4D1A02
RGB: (77,26,2)

Color info

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

RGB color model

#4D1A02 color RGB value is (77,26,2).

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

RGB channels and saturation

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

77
26
2

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

Portions of RGB colors in percentages

R + G + B =
77 + 26 + 2 = 105 (100%)
R 77 of 105 ~ 73.33%
G 26 of 105 ~ 24.76%
B 2 of 105 ~ 1.9%

%73.33
%24.76

CMYK color model

#4D1A02 color CMYK value is (0,66,97,70).

  • cyan value is 0.00%
  • magenta value is 66.23%
  • yellow value is 97.40%
  • key color value is 69.80%
CMYK:
(0,66,97,70)
C0M66Y97K70 
(0%,66%,97%,70%)
(0.00/0.66/0.97/0.70)	

CMYK percentages

%0
%66.23
%97.4
%69.8

Codes

Color #4D1A02 in popluar color models

4D1A02
RGB77262
HSL19°94.94%15.49%
HSB/HSV19°97.40%30.20%
CMYK0.00%66.23%97.40%
69.80%

Color #4D1A02 in popluar number systems.

HEX4D1A02
Decimal77262
Binary10011011101010
Octal115322

Shades and tints

Shades of #4D1A02

#4D1A02
(77,26,2)
#461802
(70,24,2)
#3F1602
(63,22,2)
#381402
(56,20,2)
#311202
(49,18,2)
#2A1002
(42,16,2)
#230E02
(35,14,2)
#1C0C02
(28,12,2)
#150A02
(21,10,2)
#0E0802
(14,8,2)
#070602
(7,6,2)
#000000
(0,0,0)

Tints of #4D1A02

#4D1A02
(77,26,2)
#5D2E19
(93,46,25)
#6D4230
(109,66,48)
#7D5647
(125,86,71)
#8D6A5E
(141,106,94)
#9D7E75
(157,126,117)
#AD928C
(173,146,140)
#BDA6A3
(189,166,163)
#CDBABA
(205,186,186)
#DDCED1
(221,206,209)
#EDE2E8
(237,226,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1A02; }

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

This text font color is #4D1A02.


Background Color

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

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

This div background color is #4D1A02.


Border color

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

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

This div border color is #4D1A02.


Opacity

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

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

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

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

This text has shadow with #4D1A02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1A02 on black background.


Color preview on white background

This text has color #4D1A02 on white background.



Black color preview on #4D1A02 background

This text has black color on #4D1A02 background.


White color preview on #4D1A02 background

This text has white color on #4D1A02 background.