COLOR #4D2E21

HEX: #4D2E21
RGB: (77,46,33)

Color info

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

RGB color model

#4D2E21 color RGB value is (77,46,33).

  • red value is 77;
  • green value is 46;
  • blue value is 33.
RGB:
(77,46,33)
(30%,18%,13%)

RGB channels and saturation

R 77 of 255 = 30%
G 46 of 255 = 18%
B 33 of 255 = 13%

77
46
33

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

Portions of RGB colors in percentages

R + G + B =
77 + 46 + 33 = 156 (100%)
R 77 of 156 ~ 49.36%
G 46 of 156 ~ 29.49%
B 33 of 156 ~ 21.15%

%49.36
%29.49
%21.15

CMYK color model

#4D2E21 color CMYK value is (0,40,57,70).

  • cyan value is 0.00%
  • magenta value is 40.26%
  • yellow value is 57.14%
  • key color value is 69.80%
CMYK:
(0,40,57,70)
C0M40Y57K70 
(0%,40%,57%,70%)
(0.00/0.40/0.57/0.70)	

CMYK percentages

%0
%40.26
%57.14
%69.8

Codes

Color #4D2E21 in popluar color models

4D2E21
RGB774633
HSL18°40.00%21.57%
HSB/HSV18°57.14%30.20%
CMYK0.00%40.26%57.14%
69.80%

Color #4D2E21 in popluar number systems.

HEX4D2E21
Decimal774633
Binary1001101101110100001
Octal1155641

Shades and tints

Shades of #4D2E21

#4D2E21
(77,46,33)
#462A1E
(70,42,30)
#3F261B
(63,38,27)
#382218
(56,34,24)
#311E15
(49,30,21)
#2A1A12
(42,26,18)
#23160F
(35,22,15)
#1C120C
(28,18,12)
#150E09
(21,14,9)
#0E0A06
(14,10,6)
#070603
(7,6,3)
#000000
(0,0,0)

Tints of #4D2E21

#4D2E21
(77,46,33)
#5D4135
(93,65,53)
#6D5449
(109,84,73)
#7D675D
(125,103,93)
#8D7A71
(141,122,113)
#9D8D85
(157,141,133)
#ADA099
(173,160,153)
#BDB3AD
(189,179,173)
#CDC6C1
(205,198,193)
#DDD9D5
(221,217,213)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2E21; }

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

This text font color is #4D2E21.


Background Color

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

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

This div background color is #4D2E21.


Border color

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

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

This div border color is #4D2E21.


Opacity

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

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

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

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

This text has shadow with #4D2E21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2E21 on black background.


Color preview on white background

This text has color #4D2E21 on white background.



Black color preview on #4D2E21 background

This text has black color on #4D2E21 background.


White color preview on #4D2E21 background

This text has white color on #4D2E21 background.