COLOR #4D2E1D

HEX: #4D2E1D RGB: (77,46,29)

Color info

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

RGB color model

#4D2E1D color RGB value is (77,46,29).

RGB: (77,46,29) (30%, 18%, 11%)

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 29 of 255 = 11%

77
46
29

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

Portions of RGB colors in percentages

R + G + B = 77 + 46 + 29 = 152 (100%)
R 77 of 152 ~ 50.66%
G 46 of 152 ~ 30.26%
B 29 of 152 ~ 19.08'%

%50.66
%30.26
%19.08

CMYK color model

#4D2E1D color CMYK value is (0,40,62,70).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 62.34%
  • key color value is 69.80%

CMYK: (0,40,62,70)
C0M40Y62K70 (0%, 40%, 62%, 70%)
(0.00 / 0.40 / 0.62 / 0.70)

CMYK percentages

%0
%40.26
%62.34
%69.8

Codes

Color #4D2E1D in popluar color models

4D 2E 1D
RGB 77 46 29
HSL 21° 45.28% 20.78%
HSB/HSV 21° 62.34% 30.20%
CMYK 0.00% 40.26% 62.34%
69.80%

Color #4D2E1D in popluar number systems.

HEX 4D 2E 1D
Decimal 77 46 29
Binary 1001101 101110 11101
Octal 115 56 35

Shades and tints

Shades of #4D2E1D

#4D2E1D
(77,46,29)
#462A1B
(70,42,27)
#3F2619
(63,38,25)
#382217
(56,34,23)
#311E15
(49,30,21)
#2A1A13
(42,26,19)
#231611
(35,22,17)
#1C120F
(28,18,15)
#150E0D
(21,14,13)
#0E0A0B
(14,10,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #4D2E1D

#4D2E1D
(77,46,29)
#5D4131
(93,65,49)
#6D5445
(109,84,69)
#7D6759
(125,103,89)
#8D7A6D
(141,122,109)
#9D8D81
(157,141,129)
#ADA095
(173,160,149)
#BDB3A9
(189,179,169)
#CDC6BD
(205,198,189)
#DDD9D1
(221,217,209)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2E1D color. Also use rgb(77,46,29) instead hex code.

Text Font Color

.myTextColor { color: #4D2E1D; }

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

This text font color is #4D2E1D.

Background Color

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

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

This div background color is #4D2E1D.

Border color

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

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

This div border color is #4D2E1D.

Opacity

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

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

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

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

This text has shadow with #4D2E1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2E1D.

Preview

Color preview on black background

This text has color #4D2E1D on black background.


Color preview on white background

This text has color #4D2E1D on white background.


Black color preview on #4D2E1D background

This text has black color on #4D2E1D background.


White color preview on #4D2E1D background

This text has white color on #4D2E1D background.


Related colors

Complementary color

Complementary color for #hex is #B2D1E2.


I love getcolorcode.com

Triadic colors

1 #1D4D2E and #2E1D4D with #4D2E1D are triadic colors.

2 #1D2E4D and #2E4D1D with #4D2E1D are triadic colors.