COLOR #4D222F

HEX: #4D222F RGB: (77,34,47)

Color info

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

RGB color model

#4D222F color RGB value is (77,34,47).

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

RGB channels and saturation

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

77
34
47

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

Portions of RGB colors in percentages

R + G + B = 77 + 34 + 47 = 158 (100%)
R 77 of 158 ~ 48.73%
G 34 of 158 ~ 21.52%
B 47 of 158 ~ 29.75'%

%48.73
%21.52
%29.75

CMYK color model

#4D222F color CMYK value is (0,56,39,70).

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

CMYK: (0,56,39,70)
C0M56Y39K70 (0%, 56%, 39%, 70%)
(0.00 / 0.56 / 0.39 / 0.70)

CMYK percentages

%0
%55.84
%38.96
%69.8

Codes

Color #4D222F in popluar color models

4D 22 2F
RGB 77 34 47
HSL 342° 38.74% 21.76%
HSB/HSV 342° 55.84% 30.20%
CMYK 0.00% 55.84% 38.96%
69.80%

Color #4D222F in popluar number systems.

HEX 4D 22 2F
Decimal 77 34 47
Binary 1001101 100010 101111
Octal 115 42 57

Shades and tints

Shades of #4D222F

#4D222F
(77,34,47)
#461F2B
(70,31,43)
#3F1C27
(63,28,39)
#381923
(56,25,35)
#31161F
(49,22,31)
#2A131B
(42,19,27)
#231017
(35,16,23)
#1C0D13
(28,13,19)
#150A0F
(21,10,15)
#0E070B
(14,7,11)
#070407
(7,4,7)
#000000
(0,0,0)

Tints of #4D222F

#4D222F
(77,34,47)
#5D3641
(93,54,65)
#6D4A53
(109,74,83)
#7D5E65
(125,94,101)
#8D7277
(141,114,119)
#9D8689
(157,134,137)
#AD9A9B
(173,154,155)
#BDAEAD
(189,174,173)
#CDC2BF
(205,194,191)
#DDD6D1
(221,214,209)
#EDEAE3
(237,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D222F; }

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

This text font color is #4D222F.

Background Color

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

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

This div background color is #4D222F.

Border color

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

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

This div border color is #4D222F.

Opacity

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

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

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

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

This text has shadow with #4D222F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D222F.

Preview

Color preview on black background

This text has color #4D222F on black background.


Color preview on white background

This text has color #4D222F on white background.


Black color preview on #4D222F background

This text has black color on #4D222F background.


White color preview on #4D222F background

This text has white color on #4D222F background.


Related colors

Complementary color

Complementary color for #hex is #B2DDD0.


I love getcolorcode.com

Triadic colors

1 #2F4D22 and #222F4D with #4D222F are triadic colors.

2 #2F224D and #224D2F with #4D222F are triadic colors.