COLOR #4D2C4C

HEX: #4D2C4C RGB: (77,44,76)

Color info

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

RGB color model

#4D2C4C color RGB value is (77,44,76).

RGB: (77,44,76) (30%, 17%, 30%)

RGB channels and saturation

R 77 of 255 = 30%
G 44 of 255 = 17%
B 76 of 255 = 30%

77
44
76

R + G + B ~ 26%. #4D2C4C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 44 + 76 = 197 (100%)
R 77 of 197 ~ 39.09%
G 44 of 197 ~ 22.34%
B 76 of 197 ~ 38.58'%

%39.09
%22.34
%38.58

CMYK color model

#4D2C4C color CMYK value is (0,43,1,70).

  • cyan value is 0.00%
  • magenta value is 42.86%
  • yellow value is 1.30%
  • key color value is 69.80%

CMYK: (0,43,1,70)
C0M43Y1K70 (0%, 43%, 1%, 70%)
(0.00 / 0.43 / 0.01 / 0.70)

CMYK percentages

%0
%42.86
%1.3
%69.8

Codes

Color #4D2C4C in popluar color models

4D 2C 4C
RGB 77 44 76
HSL 302° 27.27% 23.73%
HSB/HSV 302° 42.86% 30.20%
CMYK 0.00% 42.86% 1.30%
69.80%

Color #4D2C4C in popluar number systems.

HEX 4D 2C 4C
Decimal 77 44 76
Binary 1001101 101100 1001100
Octal 115 54 114

Shades and tints

Shades of #4D2C4C

#4D2C4C
(77,44,76)
#462846
(70,40,70)
#3F2440
(63,36,64)
#38203A
(56,32,58)
#311C34
(49,28,52)
#2A182E
(42,24,46)
#231428
(35,20,40)
#1C1022
(28,16,34)
#150C1C
(21,12,28)
#0E0816
(14,8,22)
#070410
(7,4,16)
#000000
(0,0,0)

Tints of #4D2C4C

#4D2C4C
(77,44,76)
#5D3F5C
(93,63,92)
#6D526C
(109,82,108)
#7D657C
(125,101,124)
#8D788C
(141,120,140)
#9D8B9C
(157,139,156)
#AD9EAC
(173,158,172)
#BDB1BC
(189,177,188)
#CDC4CC
(205,196,204)
#DDD7DC
(221,215,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2C4C color. Also use rgb(77,44,76) instead hex code.

Text Font Color

.myTextColor { color: #4D2C4C; }

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

This text font color is #4D2C4C.

Background Color

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

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

This div background color is #4D2C4C.

Border color

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

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

This div border color is #4D2C4C.

Opacity

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

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

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

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

This text has shadow with #4D2C4C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2C4C.

Preview

Color preview on black background

This text has color #4D2C4C on black background.


Color preview on white background

This text has color #4D2C4C on white background.


Black color preview on #4D2C4C background

This text has black color on #4D2C4C background.


White color preview on #4D2C4C background

This text has white color on #4D2C4C background.


Related colors

Complementary color

Complementary color for #hex is #B2D3B3.


I love getcolorcode.com

Triadic colors

1 #4C4D2C and #2C4C4D with #4D2C4C are triadic colors.

2 #4C2C4D and #2C4D4C with #4D2C4C are triadic colors.