COLOR #4D4841

HEX: #4D4841 RGB: (77,72,65)

Color info

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

RGB color model

#4D4841 color RGB value is (77,72,65).

RGB: (77,72,65) (30%, 28%, 25%)

RGB channels and saturation

R 77 of 255 = 30%
G 72 of 255 = 28%
B 65 of 255 = 25%

77
72
65

R + G + B ~ 28%. #4D4841 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 77 + 72 + 65 = 214 (100%)
R 77 of 214 ~ 35.98%
G 72 of 214 ~ 33.64%
B 65 of 214 ~ 30.37'%

%35.98
%33.64
%30.37

CMYK color model

#4D4841 color CMYK value is (0,6,16,70).

  • cyan value is 0.00%
  • magenta value is 6.49%
  • yellow value is 15.58%
  • key color value is 69.80%
CMYK: (0,6,16,70) C0M6Y16K70 (0%,6%,16%,70%) (0.00/0.06/0.16/0.70) 

CMYK percentages

%0
%6.49
%15.58
%69.8

Codes

Color #4D4841 in popluar color models

4D 48 41
RGB 77 72 65
HSL 35° 8.45% 27.84%
HSB/HSV 35° 15.58% 30.20%
CMYK 0.00% 6.49% 15.58%
69.80%

Color #4D4841 in popluar number systems.

HEX 4D 48 41
Decimal 77 72 65
Binary 1001101 1001000 1000001
Octal 115 110 101

Shades and tints

Shades of #4D4841

#4D4841
(77,72,65)
#46423C
(70,66,60)
#3F3C37
(63,60,55)
#383632
(56,54,50)
#31302D
(49,48,45)
#2A2A28
(42,42,40)
#232423
(35,36,35)
#1C1E1E
(28,30,30)
#151819
(21,24,25)
#0E1214
(14,18,20)
#070C0F
(7,12,15)
#000000
(0,0,0)

Tints of #4D4841

#4D4841
(77,72,65)
#5D5852
(93,88,82)
#6D6863
(109,104,99)
#7D7874
(125,120,116)
#8D8885
(141,136,133)
#9D9896
(157,152,150)
#ADA8A7
(173,168,167)
#BDB8B8
(189,184,184)
#CDC8C9
(205,200,201)
#DDD8DA
(221,216,218)
#EDE8EB
(237,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4841; }

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

This text font color is #4D4841.

Background Color

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

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

This div background color is #4D4841.

Border color

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

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

This div border color is #4D4841.

Opacity

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

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

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

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

This text has shadow with #4D4841 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4D4841.

Preview

Color preview on black background

This text has color #4D4841 on black background.


Color preview on white background

This text has color #4D4841 on white background.


Black color preview on #4D4841 background

This text has black color on #4D4841 background.


White color preview on #4D4841 background

This text has white color on #4D4841 background.


Related colors

Complementary color

Complementary color for #hex is #B2B7BE.


I love getcolorcode.com

Triadic colors

1 #414D48 and #48414D with #4D4841 are triadic colors.

2 #41484D and #484D41 with #4D4841 are triadic colors.