COLOR #4D2137

HEX: #4D2137 RGB: (77,33,55)

Color info

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

RGB color model

#4D2137 color RGB value is (77,33,55).

RGB: (77,33,55) (30%, 13%, 22%)

RGB channels and saturation

R 77 of 255 = 30%
G 33 of 255 = 13%
B 55 of 255 = 22%

77
33
55

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

Portions of RGB colors in percentages

R + G + B = 77 + 33 + 55 = 165 (100%)
R 77 of 165 ~ 46.67%
G 33 of 165 ~ 20%
B 55 of 165 ~ 33.33'%

%46.67
%20
%33.33

CMYK color model

#4D2137 color CMYK value is (0,57,29,70).

  • cyan value is 0.00%
  • magenta value is 57.14%
  • yellow value is 28.57%
  • key color value is 69.80%
CMYK: (0,57,29,70) C0M57Y29K70 (0%,57%,29%,70%) (0.00/0.57/0.29/0.70) 

CMYK percentages

%0
%57.14
%28.57
%69.8

Codes

Color #4D2137 in popluar color models

4D 21 37
RGB 77 33 55
HSL 330° 40.00% 21.57%
HSB/HSV 330° 57.14% 30.20%
CMYK 0.00% 57.14% 28.57%
69.80%

Color #4D2137 in popluar number systems.

HEX 4D 21 37
Decimal 77 33 55
Binary 1001101 100001 110111
Octal 115 41 67

Shades and tints

Shades of #4D2137

#4D2137
(77,33,55)
#461E32
(70,30,50)
#3F1B2D
(63,27,45)
#381828
(56,24,40)
#311523
(49,21,35)
#2A121E
(42,18,30)
#230F19
(35,15,25)
#1C0C14
(28,12,20)
#15090F
(21,9,15)
#0E060A
(14,6,10)
#070305
(7,3,5)
#000000
(0,0,0)

Tints of #4D2137

#4D2137
(77,33,55)
#5D3549
(93,53,73)
#6D495B
(109,73,91)
#7D5D6D
(125,93,109)
#8D717F
(141,113,127)
#9D8591
(157,133,145)
#AD99A3
(173,153,163)
#BDADB5
(189,173,181)
#CDC1C7
(205,193,199)
#DDD5D9
(221,213,217)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D2137; }

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

This text font color is #4D2137.

Background Color

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

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

This div background color is #4D2137.

Border color

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

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

This div border color is #4D2137.

Opacity

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

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

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

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

This text has shadow with #4D2137 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D2137.

Preview

Color preview on black background

This text has color #4D2137 on black background.


Color preview on white background

This text has color #4D2137 on white background.


Black color preview on #4D2137 background

This text has black color on #4D2137 background.


White color preview on #4D2137 background

This text has white color on #4D2137 background.


Related colors

Complementary color

Complementary color for #hex is #B2DEC8.


I love getcolorcode.com

Triadic colors

1 #374D21 and #21374D with #4D2137 are triadic colors.

2 #37214D and #214D37 with #4D2137 are triadic colors.