COLOR #4D3D41

HEX: #4D3D41
RGB: (77,61,65)

Color info

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

RGB color model

#4D3D41 color RGB value is (77,61,65).

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

RGB channels and saturation

R 77 of 255 = 30%
G 61 of 255 = 24%
B 65 of 255 = 25%

77
61
65

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

Portions of RGB colors in percentages

R + G + B =
77 + 61 + 65 = 203 (100%)
R 77 of 203 ~ 37.93%
G 61 of 203 ~ 30.05%
B 65 of 203 ~ 32.02%

%37.93
%30.05
%32.02

CMYK color model

#4D3D41 color CMYK value is (0,21,16,70).

  • cyan value is 0.00%
  • magenta value is 20.78%
  • yellow value is 15.58%
  • key color value is 69.80%
CMYK:
(0,21,16,70)
C0M21Y16K70 
(0%,21%,16%,70%)
(0.00/0.21/0.16/0.70)	

CMYK percentages

%0
%20.78
%15.58
%69.8

Codes

Color #4D3D41 in popluar color models

4D3D41
RGB776165
HSL345°11.59%27.06%
HSB/HSV345°20.78%30.20%
CMYK0.00%20.78%15.58%
69.80%

Color #4D3D41 in popluar number systems.

HEX4D3D41
Decimal776165
Binary10011011111011000001
Octal11575101

Shades and tints

Shades of #4D3D41

#4D3D41
(77,61,65)
#46383C
(70,56,60)
#3F3337
(63,51,55)
#382E32
(56,46,50)
#31292D
(49,41,45)
#2A2428
(42,36,40)
#231F23
(35,31,35)
#1C1A1E
(28,26,30)
#151519
(21,21,25)
#0E1014
(14,16,20)
#070B0F
(7,11,15)
#000000
(0,0,0)

Tints of #4D3D41

#4D3D41
(77,61,65)
#5D4E52
(93,78,82)
#6D5F63
(109,95,99)
#7D7074
(125,112,116)
#8D8185
(141,129,133)
#9D9296
(157,146,150)
#ADA3A7
(173,163,167)
#BDB4B8
(189,180,184)
#CDC5C9
(205,197,201)
#DDD6DA
(221,214,218)
#EDE7EB
(237,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3D41; }

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

This text font color is #4D3D41.


Background Color

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

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

This div background color is #4D3D41.


Border color

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

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

This div border color is #4D3D41.


Opacity

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

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

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

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

This text has shadow with #4D3D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3D41 on black background.


Color preview on white background

This text has color #4D3D41 on white background.



Black color preview on #4D3D41 background

This text has black color on #4D3D41 background.


White color preview on #4D3D41 background

This text has white color on #4D3D41 background.