COLOR #4D3941

HEX: #4D3941 RGB: (77,57,65)

Color info

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

RGB color model

#4D3941 color RGB value is (77,57,65).

RGB: (77,57,65) (30%, 22%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 65 of 255 = 25%

77
57
65

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

Portions of RGB colors in percentages

R + G + B = 77 + 57 + 65 = 199 (100%)
R 77 of 199 ~ 38.69%
G 57 of 199 ~ 28.64%
B 65 of 199 ~ 32.66'%

%38.69
%28.64
%32.66

CMYK color model

#4D3941 color CMYK value is (0,26,16,70).

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

CMYK: (0,26,16,70)
C0M26Y16K70 (0%, 26%, 16%, 70%)
(0.00 / 0.26 / 0.16 / 0.70)

CMYK percentages

%0
%25.97
%15.58
%69.8

Codes

Color #4D3941 in popluar color models

4D 39 41
RGB 77 57 65
HSL 336° 14.93% 26.27%
HSB/HSV 336° 25.97% 30.20%
CMYK 0.00% 25.97% 15.58%
69.80%

Color #4D3941 in popluar number systems.

HEX 4D 39 41
Decimal 77 57 65
Binary 1001101 111001 1000001
Octal 115 71 101

Shades and tints

Shades of #4D3941

#4D3941
(77,57,65)
#46343C
(70,52,60)
#3F2F37
(63,47,55)
#382A32
(56,42,50)
#31252D
(49,37,45)
#2A2028
(42,32,40)
#231B23
(35,27,35)
#1C161E
(28,22,30)
#151119
(21,17,25)
#0E0C14
(14,12,20)
#07070F
(7,7,15)
#000000
(0,0,0)

Tints of #4D3941

#4D3941
(77,57,65)
#5D4B52
(93,75,82)
#6D5D63
(109,93,99)
#7D6F74
(125,111,116)
#8D8185
(141,129,133)
#9D9396
(157,147,150)
#ADA5A7
(173,165,167)
#BDB7B8
(189,183,184)
#CDC9C9
(205,201,201)
#DDDBDA
(221,219,218)
#EDEDEB
(237,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3941; }

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

This text font color is #4D3941.

Background Color

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

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

This div background color is #4D3941.

Border color

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

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

This div border color is #4D3941.

Opacity

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

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

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

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

This text has shadow with #4D3941 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3941.

Preview

Color preview on black background

This text has color #4D3941 on black background.


Color preview on white background

This text has color #4D3941 on white background.


Black color preview on #4D3941 background

This text has black color on #4D3941 background.


White color preview on #4D3941 background

This text has white color on #4D3941 background.


Related colors

Complementary color

Complementary color for #hex is #B2C6BE.


I love getcolorcode.com

Triadic colors

1 #414D39 and #39414D with #4D3941 are triadic colors.

2 #41394D and #394D41 with #4D3941 are triadic colors.