COLOR #4D2223

HEX: #4D2223 RGB: (77,34,35)

Color info

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

RGB color model

#4D2223 color RGB value is (77,34,35).

RGB: (77,34,35) (30%, 13%, 14%)

RGB channels and saturation

R 77 of 255 = 30%
G 34 of 255 = 13%
B 35 of 255 = 14%

77
34
35

R + G + B ~ 19%. #4D2223 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 34 + 35 = 146 (100%)
R 77 of 146 ~ 52.74%
G 34 of 146 ~ 23.29%
B 35 of 146 ~ 23.97'%

%52.74
%23.29
%23.97

CMYK color model

#4D2223 color CMYK value is (0,56,55,70).

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

CMYK: (0,56,55,70)
C0M56Y55K70 (0%, 56%, 55%, 70%)
(0.00 / 0.56 / 0.55 / 0.70)

CMYK percentages

%0
%55.84
%54.55
%69.8

Codes

Color #4D2223 in popluar color models

4D 22 23
RGB 77 34 35
HSL 359° 38.74% 21.76%
HSB/HSV 359° 55.84% 30.20%
CMYK 0.00% 55.84% 54.55%
69.80%

Color #4D2223 in popluar number systems.

HEX 4D 22 23
Decimal 77 34 35
Binary 1001101 100010 100011
Octal 115 42 43

Shades and tints

Shades of #4D2223

#4D2223
(77,34,35)
#461F20
(70,31,32)
#3F1C1D
(63,28,29)
#38191A
(56,25,26)
#311617
(49,22,23)
#2A1314
(42,19,20)
#231011
(35,16,17)
#1C0D0E
(28,13,14)
#150A0B
(21,10,11)
#0E0708
(14,7,8)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #4D2223

#4D2223
(77,34,35)
#5D3637
(93,54,55)
#6D4A4B
(109,74,75)
#7D5E5F
(125,94,95)
#8D7273
(141,114,115)
#9D8687
(157,134,135)
#AD9A9B
(173,154,155)
#BDAEAF
(189,174,175)
#CDC2C3
(205,194,195)
#DDD6D7
(221,214,215)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2223; }

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

This text font color is #4D2223.

Background Color

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

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

This div background color is #4D2223.

Border color

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

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

This div border color is #4D2223.

Opacity

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

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

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

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

This text has shadow with #4D2223 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2223.

Preview

Color preview on black background

This text has color #4D2223 on black background.


Color preview on white background

This text has color #4D2223 on white background.


Black color preview on #4D2223 background

This text has black color on #4D2223 background.


White color preview on #4D2223 background

This text has white color on #4D2223 background.


Related colors

Complementary color

Complementary color for #hex is #B2DDDC.


I love getcolorcode.com

Triadic colors

1 #234D22 and #22234D with #4D2223 are triadic colors.

2 #23224D and #224D23 with #4D2223 are triadic colors.