COLOR #4D3A14

HEX: #4D3A14
RGB: (77,58,20)

Color info

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

RGB color model

#4D3A14 color RGB value is (77,58,20).

  • red value is 77;
  • green value is 58;
  • blue value is 20.
RGB:
(77,58,20)
(30%,23%,8%)

RGB channels and saturation

R 77 of 255 = 30%
G 58 of 255 = 23%
B 20 of 255 = 8%

77
58
20

R + G + B ~ 20%. #4D3A14 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 58 + 20 = 155 (100%)
R 77 of 155 ~ 49.68%
G 58 of 155 ~ 37.42%
B 20 of 155 ~ 12.9%

%49.68
%37.42
%12.9

CMYK color model

#4D3A14 color CMYK value is (0,25,74,70).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 74.03%
  • key color value is 69.80%
CMYK:
(0,25,74,70)
C0M25Y74K70 
(0%,25%,74%,70%)
(0.00/0.25/0.74/0.70)	

CMYK percentages

%0
%24.68
%74.03
%69.8

Codes

Color #4D3A14 in popluar color models

4D3A14
RGB775820
HSL40°58.76%19.02%
HSB/HSV40°74.03%30.20%
CMYK0.00%24.68%74.03%
69.80%

Color #4D3A14 in popluar number systems.

HEX4D3A14
Decimal775820
Binary100110111101010100
Octal1157224

Shades and tints

Shades of #4D3A14

#4D3A14
(77,58,20)
#463513
(70,53,19)
#3F3012
(63,48,18)
#382B11
(56,43,17)
#312610
(49,38,16)
#2A210F
(42,33,15)
#231C0E
(35,28,14)
#1C170D
(28,23,13)
#15120C
(21,18,12)
#0E0D0B
(14,13,11)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D3A14

#4D3A14
(77,58,20)
#5D4B29
(93,75,41)
#6D5C3E
(109,92,62)
#7D6D53
(125,109,83)
#8D7E68
(141,126,104)
#9D8F7D
(157,143,125)
#ADA092
(173,160,146)
#BDB1A7
(189,177,167)
#CDC2BC
(205,194,188)
#DDD3D1
(221,211,209)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3A14; }

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

This text font color is #4D3A14.


Background Color

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

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

This div background color is #4D3A14.


Border color

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

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

This div border color is #4D3A14.


Opacity

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

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

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

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

This text has shadow with #4D3A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3A14 on black background.


Color preview on white background

This text has color #4D3A14 on white background.



Black color preview on #4D3A14 background

This text has black color on #4D3A14 background.


White color preview on #4D3A14 background

This text has white color on #4D3A14 background.