COLOR #4D303C

HEX: #4D303C
RGB: (77,48,60)

Color info

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

RGB color model

#4D303C color RGB value is (77,48,60).

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

RGB channels and saturation

R 77 of 255 = 30%
G 48 of 255 = 19%
B 60 of 255 = 24%

77
48
60

R + G + B ~ 24%. #4D303C is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 60 = 185 (100%)
R 77 of 185 ~ 41.62%
G 48 of 185 ~ 25.95%
B 60 of 185 ~ 32.43%

%41.62
%25.95
%32.43

CMYK color model

#4D303C color CMYK value is (0,38,22,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 22.08%
  • key color value is 69.80%
CMYK:
(0,38,22,70)
C0M38Y22K70 
(0%,38%,22%,70%)
(0.00/0.38/0.22/0.70)	

CMYK percentages

%0
%37.66
%22.08
%69.8

Codes

Color #4D303C in popluar color models

4D303C
RGB774860
HSL335°23.20%24.51%
HSB/HSV335°37.66%30.20%
CMYK0.00%37.66%22.08%
69.80%

Color #4D303C in popluar number systems.

HEX4D303C
Decimal774860
Binary1001101110000111100
Octal1156074

Shades and tints

Shades of #4D303C

#4D303C
(77,48,60)
#462C37
(70,44,55)
#3F2832
(63,40,50)
#38242D
(56,36,45)
#312028
(49,32,40)
#2A1C23
(42,28,35)
#23181E
(35,24,30)
#1C1419
(28,20,25)
#151014
(21,16,20)
#0E0C0F
(14,12,15)
#07080A
(7,8,10)
#000000
(0,0,0)

Tints of #4D303C

#4D303C
(77,48,60)
#5D424D
(93,66,77)
#6D545E
(109,84,94)
#7D666F
(125,102,111)
#8D7880
(141,120,128)
#9D8A91
(157,138,145)
#AD9CA2
(173,156,162)
#BDAEB3
(189,174,179)
#CDC0C4
(205,192,196)
#DDD2D5
(221,210,213)
#EDE4E6
(237,228,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D303C; }

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

This text font color is #4D303C.


Background Color

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

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

This div background color is #4D303C.


Border color

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

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

This div border color is #4D303C.


Opacity

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

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

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

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

This text has shadow with #4D303C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D303C on black background.


Color preview on white background

This text has color #4D303C on white background.



Black color preview on #4D303C background

This text has black color on #4D303C background.


White color preview on #4D303C background

This text has white color on #4D303C background.