COLOR #4D3541

HEX: #4D3541 RGB: (77,53,65)

Color info

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

RGB color model

#4D3541 color RGB value is (77,53,65).

RGB: (77,53,65) (30%, 21%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 53 of 255 = 21%
B 65 of 255 = 25%

77
53
65

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

Portions of RGB colors in percentages

R + G + B = 77 + 53 + 65 = 195 (100%)
R 77 of 195 ~ 39.49%
G 53 of 195 ~ 27.18%
B 65 of 195 ~ 33.33'%

%39.49
%27.18
%33.33

CMYK color model

#4D3541 color CMYK value is (0,31,16,70).

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

CMYK: (0,31,16,70)
C0M31Y16K70 (0%, 31%, 16%, 70%)
(0.00 / 0.31 / 0.16 / 0.70)

CMYK percentages

%0
%31.17
%15.58
%69.8

Codes

Color #4D3541 in popluar color models

4D 35 41
RGB 77 53 65
HSL 330° 18.46% 25.49%
HSB/HSV 330° 31.17% 30.20%
CMYK 0.00% 31.17% 15.58%
69.80%

Color #4D3541 in popluar number systems.

HEX 4D 35 41
Decimal 77 53 65
Binary 1001101 110101 1000001
Octal 115 65 101

Shades and tints

Shades of #4D3541

#4D3541
(77,53,65)
#46313C
(70,49,60)
#3F2D37
(63,45,55)
#382932
(56,41,50)
#31252D
(49,37,45)
#2A2128
(42,33,40)
#231D23
(35,29,35)
#1C191E
(28,25,30)
#151519
(21,21,25)
#0E1114
(14,17,20)
#070D0F
(7,13,15)
#000000
(0,0,0)

Tints of #4D3541

#4D3541
(77,53,65)
#5D4752
(93,71,82)
#6D5963
(109,89,99)
#7D6B74
(125,107,116)
#8D7D85
(141,125,133)
#9D8F96
(157,143,150)
#ADA1A7
(173,161,167)
#BDB3B8
(189,179,184)
#CDC5C9
(205,197,201)
#DDD7DA
(221,215,218)
#EDE9EB
(237,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3541; }

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

This text font color is #4D3541.

Background Color

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

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

This div background color is #4D3541.

Border color

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

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

This div border color is #4D3541.

Opacity

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

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

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

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

This text has shadow with #4D3541 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D3541.

Preview

Color preview on black background

This text has color #4D3541 on black background.


Color preview on white background

This text has color #4D3541 on white background.


Black color preview on #4D3541 background

This text has black color on #4D3541 background.


White color preview on #4D3541 background

This text has white color on #4D3541 background.


Related colors

Complementary color

Complementary color for #hex is #B2CABE.


I love getcolorcode.com

Triadic colors

1 #414D35 and #35414D with #4D3541 are triadic colors.

2 #41354D and #354D41 with #4D3541 are triadic colors.