COLOR #4D223C

HEX: #4D223C RGB: (77,34,60)

Color info

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

RGB color model

#4D223C color RGB value is (77,34,60).

RGB: (77,34,60) (30%, 13%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 34 of 255 = 13%
B 60 of 255 = 24%

77
34
60

R + G + B ~ 22%. #4D223C is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 34 + 60 = 171 (100%)
R 77 of 171 ~ 45.03%
G 34 of 171 ~ 19.88%
B 60 of 171 ~ 35.09'%

%45.03
%19.88
%35.09

CMYK color model

#4D223C color CMYK value is (0,56,22,70).

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

CMYK: (0,56,22,70)
C0M56Y22K70 (0%, 56%, 22%, 70%)
(0.00 / 0.56 / 0.22 / 0.70)

CMYK percentages

%0
%55.84
%22.08
%69.8

Codes

Color #4D223C in popluar color models

4D 22 3C
RGB 77 34 60
HSL 324° 38.74% 21.76%
HSB/HSV 324° 55.84% 30.20%
CMYK 0.00% 55.84% 22.08%
69.80%

Color #4D223C in popluar number systems.

HEX 4D 22 3C
Decimal 77 34 60
Binary 1001101 100010 111100
Octal 115 42 74

Shades and tints

Shades of #4D223C

#4D223C
(77,34,60)
#461F37
(70,31,55)
#3F1C32
(63,28,50)
#38192D
(56,25,45)
#311628
(49,22,40)
#2A1323
(42,19,35)
#23101E
(35,16,30)
#1C0D19
(28,13,25)
#150A14
(21,10,20)
#0E070F
(14,7,15)
#07040A
(7,4,10)
#000000
(0,0,0)

Tints of #4D223C

#4D223C
(77,34,60)
#5D364D
(93,54,77)
#6D4A5E
(109,74,94)
#7D5E6F
(125,94,111)
#8D7280
(141,114,128)
#9D8691
(157,134,145)
#AD9AA2
(173,154,162)
#BDAEB3
(189,174,179)
#CDC2C4
(205,194,196)
#DDD6D5
(221,214,213)
#EDEAE6
(237,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D223C; }

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

This text font color is #4D223C.

Background Color

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

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

This div background color is #4D223C.

Border color

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

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

This div border color is #4D223C.

Opacity

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

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

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

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

This text has shadow with #4D223C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D223C.

Preview

Color preview on black background

This text has color #4D223C on black background.


Color preview on white background

This text has color #4D223C on white background.


Black color preview on #4D223C background

This text has black color on #4D223C background.


White color preview on #4D223C background

This text has white color on #4D223C background.


Related colors

Complementary color

Complementary color for #hex is #B2DDC3.


I love getcolorcode.com

Triadic colors

1 #3C4D22 and #223C4D with #4D223C are triadic colors.

2 #3C224D and #224D3C with #4D223C are triadic colors.