COLOR #4D3C14

HEX: #4D3C14 RGB: (77,60,20)

Color info

#4D3C14 contains red, green and blue colors in about the same proportion. Web safe color of #4D3C14 is #333300 (or #330).

RGB color model

#4D3C14 color RGB value is (77,60,20).

RGB: (77,60,20) (30%, 24%, 8%)

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 20 of 255 = 8%

77
60
20

R + G + B ~ 21%. #4D3C14 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 60 + 20 = 157 (100%)
R 77 of 157 ~ 49.04%
G 60 of 157 ~ 38.22%
B 20 of 157 ~ 12.74'%

%49.04
%38.22
%12.74

CMYK color model

#4D3C14 color CMYK value is (0,22,74,70).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 74.03%
  • key color value is 69.80%

CMYK: (0,22,74,70)
C0M22Y74K70 (0%, 22%, 74%, 70%)
(0.00 / 0.22 / 0.74 / 0.70)

CMYK percentages

%0
%22.08
%74.03
%69.8

Codes

Color #4D3C14 in popluar color models

4D 3C 14
RGB 77 60 20
HSL 42° 58.76% 19.02%
HSB/HSV 42° 74.03% 30.20%
CMYK 0.00% 22.08% 74.03%
69.80%

Color #4D3C14 in popluar number systems.

HEX 4D 3C 14
Decimal 77 60 20
Binary 1001101 111100 10100
Octal 115 74 24

Shades and tints

Shades of #4D3C14

#4D3C14
(77,60,20)
#463713
(70,55,19)
#3F3212
(63,50,18)
#382D11
(56,45,17)
#312810
(49,40,16)
#2A230F
(42,35,15)
#231E0E
(35,30,14)
#1C190D
(28,25,13)
#15140C
(21,20,12)
#0E0F0B
(14,15,11)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D3C14

#4D3C14
(77,60,20)
#5D4D29
(93,77,41)
#6D5E3E
(109,94,62)
#7D6F53
(125,111,83)
#8D8068
(141,128,104)
#9D917D
(157,145,125)
#ADA292
(173,162,146)
#BDB3A7
(189,179,167)
#CDC4BC
(205,196,188)
#DDD5D1
(221,213,209)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3C14 color. Also use rgb(77,60,20) instead hex code.

Text Font Color

.myTextColor { color: #4D3C14; }

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

This text font color is #4D3C14.

Background Color

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

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

This div background color is #4D3C14.

Border color

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

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

This div border color is #4D3C14.

Opacity

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

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

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

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

This text has shadow with #4D3C14 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3C14.

Preview

Color preview on black background

This text has color #4D3C14 on black background.


Color preview on white background

This text has color #4D3C14 on white background.


Black color preview on #4D3C14 background

This text has black color on #4D3C14 background.


White color preview on #4D3C14 background

This text has white color on #4D3C14 background.


Related colors

Complementary color

Complementary color for #hex is #B2C3EB.


I love getcolorcode.com

Triadic colors

1 #144D3C and #3C144D with #4D3C14 are triadic colors.

2 #143C4D and #3C4D14 with #4D3C14 are triadic colors.