COLOR #4D3A15

HEX: #4D3A15
RGB: (77,58,21)

Color info

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

RGB color model

#4D3A15 color RGB value is (77,58,21).

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

RGB channels and saturation

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

77
58
21

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

Portions of RGB colors in percentages

R + G + B =
77 + 58 + 21 = 156 (100%)
R 77 of 156 ~ 49.36%
G 58 of 156 ~ 37.18%
B 21 of 156 ~ 13.46%

%49.36
%37.18
%13.46

CMYK color model

#4D3A15 color CMYK value is (0,25,73,70).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 72.73%
  • key color value is 69.80%
CMYK:
(0,25,73,70)
C0M25Y73K70 
(0%,25%,73%,70%)
(0.00/0.25/0.73/0.70)	

CMYK percentages

%0
%24.68
%72.73
%69.8

Codes

Color #4D3A15 in popluar color models

4D3A15
RGB775821
HSL40°57.14%19.22%
HSB/HSV40°72.73%30.20%
CMYK0.00%24.68%72.73%
69.80%

Color #4D3A15 in popluar number systems.

HEX4D3A15
Decimal775821
Binary100110111101010101
Octal1157225

Shades and tints

Shades of #4D3A15

#4D3A15
(77,58,21)
#463514
(70,53,20)
#3F3013
(63,48,19)
#382B12
(56,43,18)
#312611
(49,38,17)
#2A2110
(42,33,16)
#231C0F
(35,28,15)
#1C170E
(28,23,14)
#15120D
(21,18,13)
#0E0D0C
(14,13,12)
#07080B
(7,8,11)
#000000
(0,0,0)

Tints of #4D3A15

#4D3A15
(77,58,21)
#5D4B2A
(93,75,42)
#6D5C3F
(109,92,63)
#7D6D54
(125,109,84)
#8D7E69
(141,126,105)
#9D8F7E
(157,143,126)
#ADA093
(173,160,147)
#BDB1A8
(189,177,168)
#CDC2BD
(205,194,189)
#DDD3D2
(221,211,210)
#EDE4E7
(237,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3A15; }

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

This text font color is #4D3A15.


Background Color

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

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

This div background color is #4D3A15.


Border color

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

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

This div border color is #4D3A15.


Opacity

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

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

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

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

This text has shadow with #4D3A15 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3A15 on black background.


Color preview on white background

This text has color #4D3A15 on white background.



Black color preview on #4D3A15 background

This text has black color on #4D3A15 background.


White color preview on #4D3A15 background

This text has white color on #4D3A15 background.