COLOR #4D2537

HEX: #4D2537 RGB: (77,37,55)

Color info

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

RGB color model

#4D2537 color RGB value is (77,37,55).

RGB: (77,37,55) (30%, 15%, 22%)

RGB channels and saturation

R 77 of 255 = 30%
G 37 of 255 = 15%
B 55 of 255 = 22%

77
37
55

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

Portions of RGB colors in percentages

R + G + B = 77 + 37 + 55 = 169 (100%)
R 77 of 169 ~ 45.56%
G 37 of 169 ~ 21.89%
B 55 of 169 ~ 32.54'%

%45.56
%21.89
%32.54

CMYK color model

#4D2537 color CMYK value is (0,52,29,70).

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

CMYK: (0,52,29,70)
C0M52Y29K70 (0%, 52%, 29%, 70%)
(0.00 / 0.52 / 0.29 / 0.70)

CMYK percentages

%0
%51.95
%28.57
%69.8

Codes

Color #4D2537 in popluar color models

4D 25 37
RGB 77 37 55
HSL 333° 35.09% 22.35%
HSB/HSV 333° 51.95% 30.20%
CMYK 0.00% 51.95% 28.57%
69.80%

Color #4D2537 in popluar number systems.

HEX 4D 25 37
Decimal 77 37 55
Binary 1001101 100101 110111
Octal 115 45 67

Shades and tints

Shades of #4D2537

#4D2537
(77,37,55)
#462232
(70,34,50)
#3F1F2D
(63,31,45)
#381C28
(56,28,40)
#311923
(49,25,35)
#2A161E
(42,22,30)
#231319
(35,19,25)
#1C1014
(28,16,20)
#150D0F
(21,13,15)
#0E0A0A
(14,10,10)
#070705
(7,7,5)
#000000
(0,0,0)

Tints of #4D2537

#4D2537
(77,37,55)
#5D3849
(93,56,73)
#6D4B5B
(109,75,91)
#7D5E6D
(125,94,109)
#8D717F
(141,113,127)
#9D8491
(157,132,145)
#AD97A3
(173,151,163)
#BDAAB5
(189,170,181)
#CDBDC7
(205,189,199)
#DDD0D9
(221,208,217)
#EDE3EB
(237,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2537; }

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

This text font color is #4D2537.

Background Color

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

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

This div background color is #4D2537.

Border color

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

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

This div border color is #4D2537.

Opacity

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

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

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

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

This text has shadow with #4D2537 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2537.

Preview

Color preview on black background

This text has color #4D2537 on black background.


Color preview on white background

This text has color #4D2537 on white background.


Black color preview on #4D2537 background

This text has black color on #4D2537 background.


White color preview on #4D2537 background

This text has white color on #4D2537 background.


Related colors

Complementary color

Complementary color for #hex is #B2DAC8.


I love getcolorcode.com

Triadic colors

1 #374D25 and #25374D with #4D2537 are triadic colors.

2 #37254D and #254D37 with #4D2537 are triadic colors.