COLOR #4D3C0A

HEX: #4D3C0A RGB: (77,60,10)

Color info

#4D3C0A contains mainly red and green colors. Web safe color of #4D3C0A is #333300 (or #330).

RGB color model

#4D3C0A color RGB value is (77,60,10).

RGB: (77,60,10) (30%, 24%, 4%)

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 10 of 255 = 4%

77
60
10

R + G + B ~ 19%. #4D3C0A is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 60 + 10 = 147 (100%)
R 77 of 147 ~ 52.38%
G 60 of 147 ~ 40.82%
B 10 of 147 ~ 6.8'%

%52.38
%40.82

CMYK color model

#4D3C0A color CMYK value is (0,22,87,70).

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

CMYK: (0,22,87,70)
C0M22Y87K70 (0%, 22%, 87%, 70%)
(0.00 / 0.22 / 0.87 / 0.70)

CMYK percentages

%0
%22.08
%87.01
%69.8

Codes

Color #4D3C0A in popluar color models

4D 3C 0A
RGB 77 60 10
HSL 45° 77.01% 17.06%
HSB/HSV 45° 87.01% 30.20%
CMYK 0.00% 22.08% 87.01%
69.80%

Color #4D3C0A in popluar number systems.

HEX 4D 3C 0A
Decimal 77 60 10
Binary 1001101 111100 1010
Octal 115 74 12

Shades and tints

Shades of #4D3C0A

#4D3C0A
(77,60,10)
#46370A
(70,55,10)
#3F320A
(63,50,10)
#382D0A
(56,45,10)
#31280A
(49,40,10)
#2A230A
(42,35,10)
#231E0A
(35,30,10)
#1C190A
(28,25,10)
#15140A
(21,20,10)
#0E0F0A
(14,15,10)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D3C0A

#4D3C0A
(77,60,10)
#5D4D20
(93,77,32)
#6D5E36
(109,94,54)
#7D6F4C
(125,111,76)
#8D8062
(141,128,98)
#9D9178
(157,145,120)
#ADA28E
(173,162,142)
#BDB3A4
(189,179,164)
#CDC4BA
(205,196,186)
#DDD5D0
(221,213,208)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3C0A; }

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

This text font color is #4D3C0A.

Background Color

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

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

This div background color is #4D3C0A.

Border color

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

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

This div border color is #4D3C0A.

Opacity

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

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

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

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

This text has shadow with #4D3C0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3C0A.

Preview

Color preview on black background

This text has color #4D3C0A on black background.


Color preview on white background

This text has color #4D3C0A on white background.


Black color preview on #4D3C0A background

This text has black color on #4D3C0A background.


White color preview on #4D3C0A background

This text has white color on #4D3C0A background.


Related colors

Complementary color

Complementary color for #hex is #B2C3F5.


I love getcolorcode.com

Triadic colors

1 #0A4D3C and #3C0A4D with #4D3C0A are triadic colors.

2 #0A3C4D and #3C4D0A with #4D3C0A are triadic colors.