COLOR #4D1C02

HEX: #4D1C02
RGB: (77,28,2)

Color info

#4D1C02 contains mainly red and green colors. Web safe color of #4D1C02 is #333300 (or #330).

RGB color model

#4D1C02 color RGB value is (77,28,2).

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

RGB channels and saturation

R 77 of 255 = 30%
G 28 of 255 = 11%
B 2 of 255 = 1%

77
28
2

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

Portions of RGB colors in percentages

R + G + B =
77 + 28 + 2 = 107 (100%)
R 77 of 107 ~ 71.96%
G 28 of 107 ~ 26.17%
B 2 of 107 ~ 1.87%

%71.96
%26.17

CMYK color model

#4D1C02 color CMYK value is (0,64,97,70).

  • cyan value is 0.00%
  • magenta value is 63.64%
  • yellow value is 97.40%
  • key color value is 69.80%
CMYK:
(0,64,97,70)
C0M64Y97K70 
(0%,64%,97%,70%)
(0.00/0.64/0.97/0.70)	

CMYK percentages

%0
%63.64
%97.4
%69.8

Codes

Color #4D1C02 in popluar color models

4D1C02
RGB77282
HSL21°94.94%15.49%
HSB/HSV21°97.40%30.20%
CMYK0.00%63.64%97.40%
69.80%

Color #4D1C02 in popluar number systems.

HEX4D1C02
Decimal77282
Binary10011011110010
Octal115342

Shades and tints

Shades of #4D1C02

#4D1C02
(77,28,2)
#461A02
(70,26,2)
#3F1802
(63,24,2)
#381602
(56,22,2)
#311402
(49,20,2)
#2A1202
(42,18,2)
#231002
(35,16,2)
#1C0E02
(28,14,2)
#150C02
(21,12,2)
#0E0A02
(14,10,2)
#070802
(7,8,2)
#000000
(0,0,0)

Tints of #4D1C02

#4D1C02
(77,28,2)
#5D3019
(93,48,25)
#6D4430
(109,68,48)
#7D5847
(125,88,71)
#8D6C5E
(141,108,94)
#9D8075
(157,128,117)
#AD948C
(173,148,140)
#BDA8A3
(189,168,163)
#CDBCBA
(205,188,186)
#DDD0D1
(221,208,209)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D1C02; }

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

This text font color is #4D1C02.


Background Color

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

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

This div background color is #4D1C02.


Border color

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

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

This div border color is #4D1C02.


Opacity

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

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

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

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

This text has shadow with #4D1C02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1C02 on black background.


Color preview on white background

This text has color #4D1C02 on white background.



Black color preview on #4D1C02 background

This text has black color on #4D1C02 background.


White color preview on #4D1C02 background

This text has white color on #4D1C02 background.