COLOR #4D3C4B

HEX: #4D3C4B
RGB: (77,60,75)

Color info

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

RGB color model

#4D3C4B color RGB value is (77,60,75).

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

RGB channels and saturation

R 77 of 255 = 30%
G 60 of 255 = 24%
B 75 of 255 = 29%

77
60
75

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

Portions of RGB colors in percentages

R + G + B =
77 + 60 + 75 = 212 (100%)
R 77 of 212 ~ 36.32%
G 60 of 212 ~ 28.3%
B 75 of 212 ~ 35.38%

%36.32
%28.3
%35.38

CMYK color model

#4D3C4B color CMYK value is (0,22,3,70).

  • cyan value is 0.00%
  • magenta value is 22.08%
  • yellow value is 2.60%
  • key color value is 69.80%
CMYK:
(0,22,3,70)
C0M22Y3K70 
(0%,22%,3%,70%)
(0.00/0.22/0.03/0.70)	

CMYK percentages

%0
%22.08
%2.6
%69.8

Codes

Color #4D3C4B in popluar color models

4D3C4B
RGB776075
HSL307°12.41%26.86%
HSB/HSV307°22.08%30.20%
CMYK0.00%22.08%2.60%
69.80%

Color #4D3C4B in popluar number systems.

HEX4D3C4B
Decimal776075
Binary10011011111001001011
Octal11574113

Shades and tints

Shades of #4D3C4B

#4D3C4B
(77,60,75)
#463745
(70,55,69)
#3F323F
(63,50,63)
#382D39
(56,45,57)
#312833
(49,40,51)
#2A232D
(42,35,45)
#231E27
(35,30,39)
#1C1921
(28,25,33)
#15141B
(21,20,27)
#0E0F15
(14,15,21)
#070A0F
(7,10,15)
#000000
(0,0,0)

Tints of #4D3C4B

#4D3C4B
(77,60,75)
#5D4D5B
(93,77,91)
#6D5E6B
(109,94,107)
#7D6F7B
(125,111,123)
#8D808B
(141,128,139)
#9D919B
(157,145,155)
#ADA2AB
(173,162,171)
#BDB3BB
(189,179,187)
#CDC4CB
(205,196,203)
#DDD5DB
(221,213,219)
#EDE6EB
(237,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3C4B; }

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

This text font color is #4D3C4B.


Background Color

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

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

This div background color is #4D3C4B.


Border color

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

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

This div border color is #4D3C4B.


Opacity

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

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

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

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

This text has shadow with #4D3C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3C4B on black background.


Color preview on white background

This text has color #4D3C4B on white background.



Black color preview on #4D3C4B background

This text has black color on #4D3C4B background.


White color preview on #4D3C4B background

This text has white color on #4D3C4B background.