COLOR #4D2C37

HEX: #4D2C37 RGB: (77,44,55)

Color info

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

RGB color model

#4D2C37 color RGB value is (77,44,55).

RGB: (77,44,55) (30%, 17%, 22%)

RGB channels and saturation

R 77 of 255 = 30%
G 44 of 255 = 17%
B 55 of 255 = 22%

77
44
55

R + G + B ~ 23%. #4D2C37 is dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 44 + 55 = 176 (100%)
R 77 of 176 ~ 43.75%
G 44 of 176 ~ 25%
B 55 of 176 ~ 31.25'%

%43.75
%25
%31.25

CMYK color model

#4D2C37 color CMYK value is (0,43,29,70).

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

CMYK: (0,43,29,70)
C0M43Y29K70 (0%, 43%, 29%, 70%)
(0.00 / 0.43 / 0.29 / 0.70)

CMYK percentages

%0
%42.86
%28.57
%69.8

Codes

Color #4D2C37 in popluar color models

4D 2C 37
RGB 77 44 55
HSL 340° 27.27% 23.73%
HSB/HSV 340° 42.86% 30.20%
CMYK 0.00% 42.86% 28.57%
69.80%

Color #4D2C37 in popluar number systems.

HEX 4D 2C 37
Decimal 77 44 55
Binary 1001101 101100 110111
Octal 115 54 67

Shades and tints

Shades of #4D2C37

#4D2C37
(77,44,55)
#462832
(70,40,50)
#3F242D
(63,36,45)
#382028
(56,32,40)
#311C23
(49,28,35)
#2A181E
(42,24,30)
#231419
(35,20,25)
#1C1014
(28,16,20)
#150C0F
(21,12,15)
#0E080A
(14,8,10)
#070405
(7,4,5)
#000000
(0,0,0)

Tints of #4D2C37

#4D2C37
(77,44,55)
#5D3F49
(93,63,73)
#6D525B
(109,82,91)
#7D656D
(125,101,109)
#8D787F
(141,120,127)
#9D8B91
(157,139,145)
#AD9EA3
(173,158,163)
#BDB1B5
(189,177,181)
#CDC4C7
(205,196,199)
#DDD7D9
(221,215,217)
#EDEAEB
(237,234,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2C37; }

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

This text font color is #4D2C37.

Background Color

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

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

This div background color is #4D2C37.

Border color

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

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

This div border color is #4D2C37.

Opacity

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

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

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

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

This text has shadow with #4D2C37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2C37.

Preview

Color preview on black background

This text has color #4D2C37 on black background.


Color preview on white background

This text has color #4D2C37 on white background.


Black color preview on #4D2C37 background

This text has black color on #4D2C37 background.


White color preview on #4D2C37 background

This text has white color on #4D2C37 background.


Related colors

Complementary color

Complementary color for #hex is #B2D3C8.


I love getcolorcode.com

Triadic colors

1 #374D2C and #2C374D with #4D2C37 are triadic colors.

2 #372C4D and #2C4D37 with #4D2C37 are triadic colors.