COLOR #4D2C0B

HEX: #4D2C0B
RGB: (77,44,11)

Color info

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

RGB color model

#4D2C0B color RGB value is (77,44,11).

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

RGB channels and saturation

R 77 of 255 = 30%
G 44 of 255 = 17%
B 11 of 255 = 4%

77
44
11

R + G + B ~ 17%. #4D2C0B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 44 + 11 = 132 (100%)
R 77 of 132 ~ 58.33%
G 44 of 132 ~ 33.33%
B 11 of 132 ~ 8.33%

%58.33
%33.33

CMYK color model

#4D2C0B color CMYK value is (0,43,86,70).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 85.71%
  • key color value is 69.80%
CMYK:
(0,43,86,70)
C0M43Y86K70 
(0%,43%,86%,70%)
(0.00/0.43/0.86/0.70)	

CMYK percentages

%0
%42.86
%85.71
%69.8

Codes

Color #4D2C0B in popluar color models

4D2C0B
RGB774411
HSL30°75.00%17.25%
HSB/HSV30°85.71%30.20%
CMYK0.00%42.86%85.71%
69.80%

Color #4D2C0B in popluar number systems.

HEX4D2C0B
Decimal774411
Binary10011011011001011
Octal1155413

Shades and tints

Shades of #4D2C0B

#4D2C0B
(77,44,11)
#46280A
(70,40,10)
#3F2409
(63,36,9)
#382008
(56,32,8)
#311C07
(49,28,7)
#2A1806
(42,24,6)
#231405
(35,20,5)
#1C1004
(28,16,4)
#150C03
(21,12,3)
#0E0802
(14,8,2)
#070401
(7,4,1)
#000000
(0,0,0)

Tints of #4D2C0B

#4D2C0B
(77,44,11)
#5D3F21
(93,63,33)
#6D5237
(109,82,55)
#7D654D
(125,101,77)
#8D7863
(141,120,99)
#9D8B79
(157,139,121)
#AD9E8F
(173,158,143)
#BDB1A5
(189,177,165)
#CDC4BB
(205,196,187)
#DDD7D1
(221,215,209)
#EDEAE7
(237,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2C0B; }

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

This text font color is #4D2C0B.


Background Color

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

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

This div background color is #4D2C0B.


Border color

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

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

This div border color is #4D2C0B.


Opacity

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

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

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

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

This text has shadow with #4D2C0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2C0B on black background.


Color preview on white background

This text has color #4D2C0B on white background.



Black color preview on #4D2C0B background

This text has black color on #4D2C0B background.


White color preview on #4D2C0B background

This text has white color on #4D2C0B background.