COLOR #4D4241

HEX: #4D4241 RGB: (77,66,65)

Color info

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

RGB color model

#4D4241 color RGB value is (77,66,65).

RGB: (77,66,65) (30%, 26%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 65 of 255 = 25%

77
66
65

R + G + B ~ 27%. #4D4241 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 66 + 65 = 208 (100%)
R 77 of 208 ~ 37.02%
G 66 of 208 ~ 31.73%
B 65 of 208 ~ 31.25'%

%37.02
%31.73
%31.25

CMYK color model

#4D4241 color CMYK value is (0,14,16,70).

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

CMYK: (0,14,16,70)
C0M14Y16K70 (0%, 14%, 16%, 70%)
(0.00 / 0.14 / 0.16 / 0.70)

CMYK percentages

%0
%14.29
%15.58
%69.8

Codes

Color #4D4241 in popluar color models

4D 42 41
RGB 77 66 65
HSL 8.45% 27.84%
HSB/HSV 15.58% 30.20%
CMYK 0.00% 14.29% 15.58%
69.80%

Color #4D4241 in popluar number systems.

HEX 4D 42 41
Decimal 77 66 65
Binary 1001101 1000010 1000001
Octal 115 102 101

Shades and tints

Shades of #4D4241

#4D4241
(77,66,65)
#463C3C
(70,60,60)
#3F3637
(63,54,55)
#383032
(56,48,50)
#312A2D
(49,42,45)
#2A2428
(42,36,40)
#231E23
(35,30,35)
#1C181E
(28,24,30)
#151219
(21,18,25)
#0E0C14
(14,12,20)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #4D4241

#4D4241
(77,66,65)
#5D5352
(93,83,82)
#6D6463
(109,100,99)
#7D7574
(125,117,116)
#8D8685
(141,134,133)
#9D9796
(157,151,150)
#ADA8A7
(173,168,167)
#BDB9B8
(189,185,184)
#CDCAC9
(205,202,201)
#DDDBDA
(221,219,218)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4241; }

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

This text font color is #4D4241.

Background Color

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

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

This div background color is #4D4241.

Border color

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

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

This div border color is #4D4241.

Opacity

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

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

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

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

This text has shadow with #4D4241 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4241.

Preview

Color preview on black background

This text has color #4D4241 on black background.


Color preview on white background

This text has color #4D4241 on white background.


Black color preview on #4D4241 background

This text has black color on #4D4241 background.


White color preview on #4D4241 background

This text has white color on #4D4241 background.


Related colors

Complementary color

Complementary color for #hex is #B2BDBE.


I love getcolorcode.com

Triadic colors

1 #414D42 and #42414D with #4D4241 are triadic colors.

2 #41424D and #424D41 with #4D4241 are triadic colors.