COLOR #4D4641

HEX: #4D4641
RGB: (77,70,65)

Color info

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

RGB color model

#4D4641 color RGB value is (77,70,65).

  • red value is 77;
  • green value is 70;
  • blue value is 65.
RGB:
(77,70,65)
(30%,27%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 70 of 255 = 27%
B 65 of 255 = 25%

77
70
65

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

Portions of RGB colors in percentages

R + G + B =
77 + 70 + 65 = 212 (100%)
R 77 of 212 ~ 36.32%
G 70 of 212 ~ 33.02%
B 65 of 212 ~ 30.66%

%36.32
%33.02
%30.66

CMYK color model

#4D4641 color CMYK value is (0,9,16,70).

  • cyan value is 0.00%
  • magenta value is 9.09%
  • yellow value is 15.58%
  • key color value is 69.80%
CMYK:
(0,9,16,70)
C0M9Y16K70 
(0%,9%,16%,70%)
(0.00/0.09/0.16/0.70)	

CMYK percentages

%0
%9.09
%15.58
%69.8

Codes

Color #4D4641 in popluar color models

4D4641
RGB777065
HSL25°8.45%27.84%
HSB/HSV25°15.58%30.20%
CMYK0.00%9.09%15.58%
69.80%

Color #4D4641 in popluar number systems.

HEX4D4641
Decimal777065
Binary100110110001101000001
Octal115106101

Shades and tints

Shades of #4D4641

#4D4641
(77,70,65)
#46403C
(70,64,60)
#3F3A37
(63,58,55)
#383432
(56,52,50)
#312E2D
(49,46,45)
#2A2828
(42,40,40)
#232223
(35,34,35)
#1C1C1E
(28,28,30)
#151619
(21,22,25)
#0E1014
(14,16,20)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #4D4641

#4D4641
(77,70,65)
#5D5652
(93,86,82)
#6D6663
(109,102,99)
#7D7674
(125,118,116)
#8D8685
(141,134,133)
#9D9696
(157,150,150)
#ADA6A7
(173,166,167)
#BDB6B8
(189,182,184)
#CDC6C9
(205,198,201)
#DDD6DA
(221,214,218)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D4641; }

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

This text font color is #4D4641.


Background Color

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

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

This div background color is #4D4641.


Border color

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

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

This div border color is #4D4641.


Opacity

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

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

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

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

This text has shadow with #4D4641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4641 on black background.


Color preview on white background

This text has color #4D4641 on white background.



Black color preview on #4D4641 background

This text has black color on #4D4641 background.


White color preview on #4D4641 background

This text has white color on #4D4641 background.