COLOR #4D1200

HEX: #4D1200
RGB: (77,18,0)

Color info

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

RGB color model

#4D1200 color RGB value is (77,18,0).

  • red value is 77;
  • green value is 18;
  • blue value is 0.
RGB:
(77,18,0)
(30%,7%,0%)

RGB channels and saturation

R 77 of 255 = 30%
G 18 of 255 = 7%
B 0 of 255 = 0%

77
18
0

R + G + B ~ 12%. #4D1200 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 18 + 0 = 95 (100%)
R 77 of 95 ~ 81.05%
G 18 of 95 ~ 18.95%
B 0 of 95 ~ 0%

%81.05
%18.95

CMYK color model

#4D1200 color CMYK value is (0,77,100,70).

  • cyan value is 0.00%
  • magenta value is 76.62%
  • yellow value is 100.00%
  • key color value is 69.80%
CMYK:
(0,77,100,70)
C0M77Y100K70 
(0%,77%,100%,70%)
(0.00/0.77/1.00/0.70)	

CMYK percentages

%0
%76.62
%100
%69.8

Codes

Color #4D1200 in popluar color models

4D1200
RGB77180
HSL14°100.00%15.10%
HSB/HSV14°100.00%30.20%
CMYK0.00%76.62%100.00%
69.80%

Color #4D1200 in popluar number systems.

HEX4D1200
Decimal77180
Binary1001101100100
Octal115220

Shades and tints

Shades of #4D1200

#4D1200
(77,18,0)
#461100
(70,17,0)
#3F1000
(63,16,0)
#380F00
(56,15,0)
#310E00
(49,14,0)
#2A0D00
(42,13,0)
#230C00
(35,12,0)
#1C0B00
(28,11,0)
#150A00
(21,10,0)
#0E0900
(14,9,0)
#070800
(7,8,0)
#000000
(0,0,0)

Tints of #4D1200

#4D1200
(77,18,0)
#5D2717
(93,39,23)
#6D3C2E
(109,60,46)
#7D5145
(125,81,69)
#8D665C
(141,102,92)
#9D7B73
(157,123,115)
#AD908A
(173,144,138)
#BDA5A1
(189,165,161)
#CDBAB8
(205,186,184)
#DDCFCF
(221,207,207)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D1200 color. Also use rgb(77,18,0) instead hex code.

Text Font Color

.myTextColor { color: #4D1200; }

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

This text font color is #4D1200.


Background Color

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

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

This div background color is #4D1200.


Border color

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

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

This div border color is #4D1200.


Opacity

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

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

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

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

This text has shadow with #4D1200 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D1200 on black background.


Color preview on white background

This text has color #4D1200 on white background.



Black color preview on #4D1200 background

This text has black color on #4D1200 background.


White color preview on #4D1200 background

This text has white color on #4D1200 background.