COLOR #4D303E

HEX: #4D303E
RGB: (77,48,62)

Color info

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

RGB color model

#4D303E color RGB value is (77,48,62).

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

RGB channels and saturation

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

77
48
62

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

Portions of RGB colors in percentages

R + G + B =
77 + 48 + 62 = 187 (100%)
R 77 of 187 ~ 41.18%
G 48 of 187 ~ 25.67%
B 62 of 187 ~ 33.16%

%41.18
%25.67
%33.16

CMYK color model

#4D303E color CMYK value is (0,38,19,70).

  • cyan value is 0.00%
  • magenta value is 37.66%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(0,38,19,70)
C0M38Y19K70 
(0%,38%,19%,70%)
(0.00/0.38/0.19/0.70)	

CMYK percentages

%0
%37.66
%19.48
%69.8

Codes

Color #4D303E in popluar color models

4D303E
RGB774862
HSL331°23.20%24.51%
HSB/HSV331°37.66%30.20%
CMYK0.00%37.66%19.48%
69.80%

Color #4D303E in popluar number systems.

HEX4D303E
Decimal774862
Binary1001101110000111110
Octal1156076

Shades and tints

Shades of #4D303E

#4D303E
(77,48,62)
#462C39
(70,44,57)
#3F2834
(63,40,52)
#38242F
(56,36,47)
#31202A
(49,32,42)
#2A1C25
(42,28,37)
#231820
(35,24,32)
#1C141B
(28,20,27)
#151016
(21,16,22)
#0E0C11
(14,12,17)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #4D303E

#4D303E
(77,48,62)
#5D424F
(93,66,79)
#6D5460
(109,84,96)
#7D6671
(125,102,113)
#8D7882
(141,120,130)
#9D8A93
(157,138,147)
#AD9CA4
(173,156,164)
#BDAEB5
(189,174,181)
#CDC0C6
(205,192,198)
#DDD2D7
(221,210,215)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D303E; }

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

This text font color is #4D303E.


Background Color

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

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

This div background color is #4D303E.


Border color

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

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

This div border color is #4D303E.


Opacity

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

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

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

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

This text has shadow with #4D303E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D303E on black background.


Color preview on white background

This text has color #4D303E on white background.



Black color preview on #4D303E background

This text has black color on #4D303E background.


White color preview on #4D303E background

This text has white color on #4D303E background.