COLOR #4D212F

HEX: #4D212F RGB: (77,33,47)

Color info

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

RGB color model

#4D212F color RGB value is (77,33,47).

RGB: (77,33,47) (30%, 13%, 18%)

RGB channels and saturation

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

77
33
47

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

Portions of RGB colors in percentages

R + G + B = 77 + 33 + 47 = 157 (100%)
R 77 of 157 ~ 49.04%
G 33 of 157 ~ 21.02%
B 47 of 157 ~ 29.94'%

%49.04
%21.02
%29.94

CMYK color model

#4D212F color CMYK value is (0,57,39,70).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 38.96%
  • key color value is 69.80%

CMYK: (0,57,39,70)
C0M57Y39K70 (0%, 57%, 39%, 70%)
(0.00 / 0.57 / 0.39 / 0.70)

CMYK percentages

%0
%57.14
%38.96
%69.8

Codes

Color #4D212F in popluar color models

4D 21 2F
RGB 77 33 47
HSL 341° 40.00% 21.57%
HSB/HSV 341° 57.14% 30.20%
CMYK 0.00% 57.14% 38.96%
69.80%

Color #4D212F in popluar number systems.

HEX 4D 21 2F
Decimal 77 33 47
Binary 1001101 100001 101111
Octal 115 41 57

Shades and tints

Shades of #4D212F

#4D212F
(77,33,47)
#461E2B
(70,30,43)
#3F1B27
(63,27,39)
#381823
(56,24,35)
#31151F
(49,21,31)
#2A121B
(42,18,27)
#230F17
(35,15,23)
#1C0C13
(28,12,19)
#15090F
(21,9,15)
#0E060B
(14,6,11)
#070307
(7,3,7)
#000000
(0,0,0)

Tints of #4D212F

#4D212F
(77,33,47)
#5D3541
(93,53,65)
#6D4953
(109,73,83)
#7D5D65
(125,93,101)
#8D7177
(141,113,119)
#9D8589
(157,133,137)
#AD999B
(173,153,155)
#BDADAD
(189,173,173)
#CDC1BF
(205,193,191)
#DDD5D1
(221,213,209)
#EDE9E3
(237,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D212F; }

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

This text font color is #4D212F.

Background Color

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

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

This div background color is #4D212F.

Border color

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

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

This div border color is #4D212F.

Opacity

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

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

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

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

This text has shadow with #4D212F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D212F.

Preview

Color preview on black background

This text has color #4D212F on black background.


Color preview on white background

This text has color #4D212F on white background.


Black color preview on #4D212F background

This text has black color on #4D212F background.


White color preview on #4D212F background

This text has white color on #4D212F background.


Related colors

Complementary color

Complementary color for #hex is #B2DED0.


I love getcolorcode.com

Triadic colors

1 #2F4D21 and #212F4D with #4D212F are triadic colors.

2 #2F214D and #214D2F with #4D212F are triadic colors.