COLOR #4D3C4C

HEX: #4D3C4C
RGB: (77,60,76)

Color info

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

RGB color model

#4D3C4C color RGB value is (77,60,76).

  • red value is 77;
  • green value is 60;
  • blue value is 76.
RGB:
(77,60,76)
(30%,24%,30%)

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 76 of 255 = 30%

77
60
76

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

Portions of RGB colors in percentages

R + G + B =
77 + 60 + 76 = 213 (100%)
R 77 of 213 ~ 36.15%
G 60 of 213 ~ 28.17%
B 76 of 213 ~ 35.68%

%36.15
%28.17
%35.68

CMYK color model

#4D3C4C color CMYK value is (0,22,1,70).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 1.30%
  • key color value is 69.80%
CMYK:
(0,22,1,70)
C0M22Y1K70 
(0%,22%,1%,70%)
(0.00/0.22/0.01/0.70)	

CMYK percentages

%0
%22.08
%1.3
%69.8

Codes

Color #4D3C4C in popluar color models

4D3C4C
RGB776076
HSL304°12.41%26.86%
HSB/HSV304°22.08%30.20%
CMYK0.00%22.08%1.30%
69.80%

Color #4D3C4C in popluar number systems.

HEX4D3C4C
Decimal776076
Binary10011011111001001100
Octal11574114

Shades and tints

Shades of #4D3C4C

#4D3C4C
(77,60,76)
#463746
(70,55,70)
#3F3240
(63,50,64)
#382D3A
(56,45,58)
#312834
(49,40,52)
#2A232E
(42,35,46)
#231E28
(35,30,40)
#1C1922
(28,25,34)
#15141C
(21,20,28)
#0E0F16
(14,15,22)
#070A10
(7,10,16)
#000000
(0,0,0)

Tints of #4D3C4C

#4D3C4C
(77,60,76)
#5D4D5C
(93,77,92)
#6D5E6C
(109,94,108)
#7D6F7C
(125,111,124)
#8D808C
(141,128,140)
#9D919C
(157,145,156)
#ADA2AC
(173,162,172)
#BDB3BC
(189,179,188)
#CDC4CC
(205,196,204)
#DDD5DC
(221,213,220)
#EDE6EC
(237,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3C4C color. Also use rgb(77,60,76) instead hex code.

Text Font Color

.myTextColor { color: #4D3C4C; }

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

This text font color is #4D3C4C.


Background Color

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

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

This div background color is #4D3C4C.


Border color

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

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

This div border color is #4D3C4C.


Opacity

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

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

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

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

This text has shadow with #4D3C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3C4C on black background.


Color preview on white background

This text has color #4D3C4C on white background.



Black color preview on #4D3C4C background

This text has black color on #4D3C4C background.


White color preview on #4D3C4C background

This text has white color on #4D3C4C background.