COLOR #4D2A11

HEX: #4D2A11
RGB: (77,42,17)

Color info

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

RGB color model

#4D2A11 color RGB value is (77,42,17).

  • red value is 77;
  • green value is 42;
  • blue value is 17.
RGB:
(77,42,17)
(30%,16%,7%)

RGB channels and saturation

R 77 of 255 = 30%
G 42 of 255 = 16%
B 17 of 255 = 7%

77
42
17

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

Portions of RGB colors in percentages

R + G + B =
77 + 42 + 17 = 136 (100%)
R 77 of 136 ~ 56.62%
G 42 of 136 ~ 30.88%
B 17 of 136 ~ 12.5%

%56.62
%30.88
%12.5

CMYK color model

#4D2A11 color CMYK value is (0,45,78,70).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 77.92%
  • key color value is 69.80%
CMYK:
(0,45,78,70)
C0M45Y78K70 
(0%,45%,78%,70%)
(0.00/0.45/0.78/0.70)	

CMYK percentages

%0
%45.45
%77.92
%69.8

Codes

Color #4D2A11 in popluar color models

4D2A11
RGB774217
HSL25°63.83%18.43%
HSB/HSV25°77.92%30.20%
CMYK0.00%45.45%77.92%
69.80%

Color #4D2A11 in popluar number systems.

HEX4D2A11
Decimal774217
Binary100110110101010001
Octal1155221

Shades and tints

Shades of #4D2A11

#4D2A11
(77,42,17)
#462710
(70,39,16)
#3F240F
(63,36,15)
#38210E
(56,33,14)
#311E0D
(49,30,13)
#2A1B0C
(42,27,12)
#23180B
(35,24,11)
#1C150A
(28,21,10)
#151209
(21,18,9)
#0E0F08
(14,15,8)
#070C07
(7,12,7)
#000000
(0,0,0)

Tints of #4D2A11

#4D2A11
(77,42,17)
#5D3D26
(93,61,38)
#6D503B
(109,80,59)
#7D6350
(125,99,80)
#8D7665
(141,118,101)
#9D897A
(157,137,122)
#AD9C8F
(173,156,143)
#BDAFA4
(189,175,164)
#CDC2B9
(205,194,185)
#DDD5CE
(221,213,206)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2A11 color. Also use rgb(77,42,17) instead hex code.

Text Font Color

.myTextColor { color: #4D2A11; }

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

This text font color is #4D2A11.


Background Color

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

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

This div background color is #4D2A11.


Border color

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

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

This div border color is #4D2A11.


Opacity

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

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

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

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

This text has shadow with #4D2A11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2A11 on black background.


Color preview on white background

This text has color #4D2A11 on white background.



Black color preview on #4D2A11 background

This text has black color on #4D2A11 background.


White color preview on #4D2A11 background

This text has white color on #4D2A11 background.