COLOR #4D2C0F

HEX: #4D2C0F
RGB: (77,44,15)

Color info

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

RGB color model

#4D2C0F color RGB value is (77,44,15).

  • red value is 77;
  • green value is 44;
  • blue value is 15.
RGB:
(77,44,15)
(30%,17%,6%)

RGB channels and saturation

R 77 of 255 = 30%
G 44 of 255 = 17%
B 15 of 255 = 6%

77
44
15

R + G + B ~ 18%. #4D2C0F is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 44 + 15 = 136 (100%)
R 77 of 136 ~ 56.62%
G 44 of 136 ~ 32.35%
B 15 of 136 ~ 11.03%

%56.62
%32.35
%11.03

CMYK color model

#4D2C0F color CMYK value is (0,43,81,70).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 80.52%
  • key color value is 69.80%
CMYK:
(0,43,81,70)
C0M43Y81K70 
(0%,43%,81%,70%)
(0.00/0.43/0.81/0.70)	

CMYK percentages

%0
%42.86
%80.52
%69.8

Codes

Color #4D2C0F in popluar color models

4D2C0F
RGB774415
HSL28°67.39%18.04%
HSB/HSV28°80.52%30.20%
CMYK0.00%42.86%80.52%
69.80%

Color #4D2C0F in popluar number systems.

HEX4D2C0F
Decimal774415
Binary10011011011001111
Octal1155417

Shades and tints

Shades of #4D2C0F

#4D2C0F
(77,44,15)
#46280E
(70,40,14)
#3F240D
(63,36,13)
#38200C
(56,32,12)
#311C0B
(49,28,11)
#2A180A
(42,24,10)
#231409
(35,20,9)
#1C1008
(28,16,8)
#150C07
(21,12,7)
#0E0806
(14,8,6)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #4D2C0F

#4D2C0F
(77,44,15)
#5D3F24
(93,63,36)
#6D5239
(109,82,57)
#7D654E
(125,101,78)
#8D7863
(141,120,99)
#9D8B78
(157,139,120)
#AD9E8D
(173,158,141)
#BDB1A2
(189,177,162)
#CDC4B7
(205,196,183)
#DDD7CC
(221,215,204)
#EDEAE1
(237,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2C0F color. Also use rgb(77,44,15) instead hex code.

Text Font Color

.myTextColor { color: #4D2C0F; }

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

This text font color is #4D2C0F.


Background Color

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

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

This div background color is #4D2C0F.


Border color

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

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

This div border color is #4D2C0F.


Opacity

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

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

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

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

This text has shadow with #4D2C0F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2C0F on black background.


Color preview on white background

This text has color #4D2C0F on white background.



Black color preview on #4D2C0F background

This text has black color on #4D2C0F background.


White color preview on #4D2C0F background

This text has white color on #4D2C0F background.