COLOR #4D3441

HEX: #4D3441 RGB: (77,52,65)

Color info

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

RGB color model

#4D3441 color RGB value is (77,52,65).

RGB: (77,52,65) (30%, 20%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 52 of 255 = 20%
B 65 of 255 = 25%

77
52
65

R + G + B ~ 25%. #4D3441 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 52 + 65 = 194 (100%)
R 77 of 194 ~ 39.69%
G 52 of 194 ~ 26.8%
B 65 of 194 ~ 33.51'%

%39.69
%26.8
%33.51

CMYK color model

#4D3441 color CMYK value is (0,32,16,70).

  • cyan value is 0.00%
  • magenta value is 32.47%
  • yellow value is 15.58%
  • key color value is 69.80%

CMYK: (0,32,16,70)
C0M32Y16K70 (0%, 32%, 16%, 70%)
(0.00 / 0.32 / 0.16 / 0.70)

CMYK percentages

%0
%32.47
%15.58
%69.8

Codes

Color #4D3441 in popluar color models

4D 34 41
RGB 77 52 65
HSL 329° 19.38% 25.29%
HSB/HSV 329° 32.47% 30.20%
CMYK 0.00% 32.47% 15.58%
69.80%

Color #4D3441 in popluar number systems.

HEX 4D 34 41
Decimal 77 52 65
Binary 1001101 110100 1000001
Octal 115 64 101

Shades and tints

Shades of #4D3441

#4D3441
(77,52,65)
#46303C
(70,48,60)
#3F2C37
(63,44,55)
#382832
(56,40,50)
#31242D
(49,36,45)
#2A2028
(42,32,40)
#231C23
(35,28,35)
#1C181E
(28,24,30)
#151419
(21,20,25)
#0E1014
(14,16,20)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D3441

#4D3441
(77,52,65)
#5D4652
(93,70,82)
#6D5863
(109,88,99)
#7D6A74
(125,106,116)
#8D7C85
(141,124,133)
#9D8E96
(157,142,150)
#ADA0A7
(173,160,167)
#BDB2B8
(189,178,184)
#CDC4C9
(205,196,201)
#DDD6DA
(221,214,218)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3441 color. Also use rgb(77,52,65) instead hex code.

Text Font Color

.myTextColor { color: #4D3441; }

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

This text font color is #4D3441.

Background Color

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

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

This div background color is #4D3441.

Border color

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

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

This div border color is #4D3441.

Opacity

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

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

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

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

This text has shadow with #4D3441 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3441.

Preview

Color preview on black background

This text has color #4D3441 on black background.


Color preview on white background

This text has color #4D3441 on white background.


Black color preview on #4D3441 background

This text has black color on #4D3441 background.


White color preview on #4D3441 background

This text has white color on #4D3441 background.


Related colors

Complementary color

Complementary color for #hex is #B2CBBE.


I love getcolorcode.com

Triadic colors

1 #414D34 and #34414D with #4D3441 are triadic colors.

2 #41344D and #344D41 with #4D3441 are triadic colors.