COLOR #4D3B1C

HEX: #4D3B1C RGB: (77,59,28)

Color info

#4D3B1C contains red, green and blue colors in about the same proportion. Web safe color of #4D3B1C is #333333 (or #333).

RGB color model

#4D3B1C color RGB value is (77,59,28).

RGB: (77,59,28) (30%, 23%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 59 of 255 = 23%
B 28 of 255 = 11%

77
59
28

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

Portions of RGB colors in percentages

R + G + B = 77 + 59 + 28 = 164 (100%)
R 77 of 164 ~ 46.95%
G 59 of 164 ~ 35.98%
B 28 of 164 ~ 17.07'%

%46.95
%35.98
%17.07

CMYK color model

#4D3B1C color CMYK value is (0,23,64,70).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 63.64%
  • key color value is 69.80%
CMYK: (0,23,64,70) C0M23Y64K70 (0%,23%,64%,70%) (0.00/0.23/0.64/0.70) 

CMYK percentages

%0
%23.38
%63.64
%69.8

Codes

Color #4D3B1C in popluar color models

4D 3B 1C
RGB 77 59 28
HSL 38° 46.67% 20.59%
HSB/HSV 38° 63.64% 30.20%
CMYK 0.00% 23.38% 63.64%
69.80%

Color #4D3B1C in popluar number systems.

HEX 4D 3B 1C
Decimal 77 59 28
Binary 1001101 111011 11100
Octal 115 73 34

Shades and tints

Shades of #4D3B1C

#4D3B1C
(77,59,28)
#46361A
(70,54,26)
#3F3118
(63,49,24)
#382C16
(56,44,22)
#312714
(49,39,20)
#2A2212
(42,34,18)
#231D10
(35,29,16)
#1C180E
(28,24,14)
#15130C
(21,19,12)
#0E0E0A
(14,14,10)
#070908
(7,9,8)
#000000
(0,0,0)

Tints of #4D3B1C

#4D3B1C
(77,59,28)
#5D4C30
(93,76,48)
#6D5D44
(109,93,68)
#7D6E58
(125,110,88)
#8D7F6C
(141,127,108)
#9D9080
(157,144,128)
#ADA194
(173,161,148)
#BDB2A8
(189,178,168)
#CDC3BC
(205,195,188)
#DDD4D0
(221,212,208)
#EDE5E4
(237,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3B1C; }

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

This text font color is #4D3B1C.

Background Color

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

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

This div background color is #4D3B1C.

Border color

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

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

This div border color is #4D3B1C.

Opacity

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

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

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

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

This text has shadow with #4D3B1C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3B1C.

Preview

Color preview on black background

This text has color #4D3B1C on black background.


Color preview on white background

This text has color #4D3B1C on white background.


Black color preview on #4D3B1C background

This text has black color on #4D3B1C background.


White color preview on #4D3B1C background

This text has white color on #4D3B1C background.


Related colors

Complementary color

Complementary color for #hex is #B2C4E3.


I love getcolorcode.com

Triadic colors

1 #1C4D3B and #3B1C4D with #4D3B1C are triadic colors.

2 #1C3B4D and #3B4D1C with #4D3B1C are triadic colors.