COLOR #4D3B14

HEX: #4D3B14
RGB: (77,59,20)

Color info

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

RGB color model

#4D3B14 color RGB value is (77,59,20).

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

RGB channels and saturation

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

77
59
20

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

Portions of RGB colors in percentages

R + G + B =
77 + 59 + 20 = 156 (100%)
R 77 of 156 ~ 49.36%
G 59 of 156 ~ 37.82%
B 20 of 156 ~ 12.82%

%49.36
%37.82
%12.82

CMYK color model

#4D3B14 color CMYK value is (0,23,74,70).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 74.03%
  • key color value is 69.80%
CMYK:
(0,23,74,70)
C0M23Y74K70 
(0%,23%,74%,70%)
(0.00/0.23/0.74/0.70)	

CMYK percentages

%0
%23.38
%74.03
%69.8

Codes

Color #4D3B14 in popluar color models

4D3B14
RGB775920
HSL41°58.76%19.02%
HSB/HSV41°74.03%30.20%
CMYK0.00%23.38%74.03%
69.80%

Color #4D3B14 in popluar number systems.

HEX4D3B14
Decimal775920
Binary100110111101110100
Octal1157324

Shades and tints

Shades of #4D3B14

#4D3B14
(77,59,20)
#463613
(70,54,19)
#3F3112
(63,49,18)
#382C11
(56,44,17)
#312710
(49,39,16)
#2A220F
(42,34,15)
#231D0E
(35,29,14)
#1C180D
(28,24,13)
#15130C
(21,19,12)
#0E0E0B
(14,14,11)
#07090A
(7,9,10)
#000000
(0,0,0)

Tints of #4D3B14

#4D3B14
(77,59,20)
#5D4C29
(93,76,41)
#6D5D3E
(109,93,62)
#7D6E53
(125,110,83)
#8D7F68
(141,127,104)
#9D907D
(157,144,125)
#ADA192
(173,161,146)
#BDB2A7
(189,178,167)
#CDC3BC
(205,195,188)
#DDD4D1
(221,212,209)
#EDE5E6
(237,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3B14; }

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

This text font color is #4D3B14.


Background Color

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

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

This div background color is #4D3B14.


Border color

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

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

This div border color is #4D3B14.


Opacity

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

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

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

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

This text has shadow with #4D3B14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3B14 on black background.


Color preview on white background

This text has color #4D3B14 on white background.



Black color preview on #4D3B14 background

This text has black color on #4D3B14 background.


White color preview on #4D3B14 background

This text has white color on #4D3B14 background.