COLOR #4D2701

HEX: #4D2701
RGB: (77,39,1)

Color info

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

RGB color model

#4D2701 color RGB value is (77,39,1).

  • red value is 77;
  • green value is 39;
  • blue value is 1.
RGB:
(77,39,1)
(30%,15%,0%)

RGB channels and saturation

R 77 of 255 = 30%
G 39 of 255 = 15%
B 1 of 255 = 0%

77
39
1

R + G + B ~ 15%. #4D2701 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 39 + 1 = 117 (100%)
R 77 of 117 ~ 65.81%
G 39 of 117 ~ 33.33%
B 1 of 117 ~ 0.85%

%65.81
%33.33

CMYK color model

#4D2701 color CMYK value is (0,49,99,70).

  • cyan value is 0.00%
  • magenta value is 49.35%
  • yellow value is 98.70%
  • key color value is 69.80%
CMYK:
(0,49,99,70)
C0M49Y99K70 
(0%,49%,99%,70%)
(0.00/0.49/0.99/0.70)	

CMYK percentages

%0
%49.35
%98.7
%69.8

Codes

Color #4D2701 in popluar color models

4D2701
RGB77391
HSL30°97.44%15.29%
HSB/HSV30°98.70%30.20%
CMYK0.00%49.35%98.70%
69.80%

Color #4D2701 in popluar number systems.

HEX4D2701
Decimal77391
Binary10011011001111
Octal115471

Shades and tints

Shades of #4D2701

#4D2701
(77,39,1)
#462401
(70,36,1)
#3F2101
(63,33,1)
#381E01
(56,30,1)
#311B01
(49,27,1)
#2A1801
(42,24,1)
#231501
(35,21,1)
#1C1201
(28,18,1)
#150F01
(21,15,1)
#0E0C01
(14,12,1)
#070901
(7,9,1)
#000000
(0,0,0)

Tints of #4D2701

#4D2701
(77,39,1)
#5D3A18
(93,58,24)
#6D4D2F
(109,77,47)
#7D6046
(125,96,70)
#8D735D
(141,115,93)
#9D8674
(157,134,116)
#AD998B
(173,153,139)
#BDACA2
(189,172,162)
#CDBFB9
(205,191,185)
#DDD2D0
(221,210,208)
#EDE5E7
(237,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2701 color. Also use rgb(77,39,1) instead hex code.

Text Font Color

.myTextColor { color: #4D2701; }

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

This text font color is #4D2701.


Background Color

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

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

This div background color is #4D2701.


Border color

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

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

This div border color is #4D2701.


Opacity

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

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

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

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

This text has shadow with #4D2701 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2701 on black background.


Color preview on white background

This text has color #4D2701 on white background.



Black color preview on #4D2701 background

This text has black color on #4D2701 background.


White color preview on #4D2701 background

This text has white color on #4D2701 background.