COLOR #4D331E

HEX: #4D331E RGB: (77,51,30)

Color info

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

RGB color model

#4D331E color RGB value is (77,51,30).

RGB: (77,51,30) (30%, 20%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 51 of 255 = 20%
B 30 of 255 = 12%

77
51
30

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

Portions of RGB colors in percentages

R + G + B = 77 + 51 + 30 = 158 (100%)
R 77 of 158 ~ 48.73%
G 51 of 158 ~ 32.28%
B 30 of 158 ~ 18.99'%

%48.73
%32.28
%18.99

CMYK color model

#4D331E color CMYK value is (0,34,61,70).

  • cyan value is 0.00%
  • magenta value is 33.77%
  • yellow value is 61.04%
  • key color value is 69.80%

CMYK: (0,34,61,70)
C0M34Y61K70 (0%, 34%, 61%, 70%)
(0.00 / 0.34 / 0.61 / 0.70)

CMYK percentages

%0
%33.77
%61.04
%69.8

Codes

Color #4D331E in popluar color models

4D 33 1E
RGB 77 51 30
HSL 27° 43.93% 20.98%
HSB/HSV 27° 61.04% 30.20%
CMYK 0.00% 33.77% 61.04%
69.80%

Color #4D331E in popluar number systems.

HEX 4D 33 1E
Decimal 77 51 30
Binary 1001101 110011 11110
Octal 115 63 36

Shades and tints

Shades of #4D331E

#4D331E
(77,51,30)
#462F1C
(70,47,28)
#3F2B1A
(63,43,26)
#382718
(56,39,24)
#312316
(49,35,22)
#2A1F14
(42,31,20)
#231B12
(35,27,18)
#1C1710
(28,23,16)
#15130E
(21,19,14)
#0E0F0C
(14,15,12)
#070B0A
(7,11,10)
#000000
(0,0,0)

Tints of #4D331E

#4D331E
(77,51,30)
#5D4532
(93,69,50)
#6D5746
(109,87,70)
#7D695A
(125,105,90)
#8D7B6E
(141,123,110)
#9D8D82
(157,141,130)
#AD9F96
(173,159,150)
#BDB1AA
(189,177,170)
#CDC3BE
(205,195,190)
#DDD5D2
(221,213,210)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D331E color. Also use rgb(77,51,30) instead hex code.

Text Font Color

.myTextColor { color: #4D331E; }

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

This text font color is #4D331E.

Background Color

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

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

This div background color is #4D331E.

Border color

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

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

This div border color is #4D331E.

Opacity

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

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

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

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

This text has shadow with #4D331E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D331E.

Preview

Color preview on black background

This text has color #4D331E on black background.


Color preview on white background

This text has color #4D331E on white background.


Black color preview on #4D331E background

This text has black color on #4D331E background.


White color preview on #4D331E background

This text has white color on #4D331E background.


Related colors

Complementary color

Complementary color for #hex is #B2CCE1.


I love getcolorcode.com

Triadic colors

1 #1E4D33 and #331E4D with #4D331E are triadic colors.

2 #1E334D and #334D1E with #4D331E are triadic colors.