COLOR #4D373F

HEX: #4D373F
RGB: (77,55,63)

Color info

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

RGB color model

#4D373F color RGB value is (77,55,63).

  • red value is 77;
  • green value is 55;
  • blue value is 63.
RGB:
(77,55,63)
(30%,22%,25%)

RGB channels and saturation

R 77 of 255 = 30%
G 55 of 255 = 22%
B 63 of 255 = 25%

77
55
63

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

Portions of RGB colors in percentages

R + G + B =
77 + 55 + 63 = 195 (100%)
R 77 of 195 ~ 39.49%
G 55 of 195 ~ 28.21%
B 63 of 195 ~ 32.31%

%39.49
%28.21
%32.31

CMYK color model

#4D373F color CMYK value is (0,29,18,70).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 18.18%
  • key color value is 69.80%
CMYK:
(0,29,18,70)
C0M29Y18K70 
(0%,29%,18%,70%)
(0.00/0.29/0.18/0.70)	

CMYK percentages

%0
%28.57
%18.18
%69.8

Codes

Color #4D373F in popluar color models

4D373F
RGB775563
HSL338°16.67%25.88%
HSB/HSV338°28.57%30.20%
CMYK0.00%28.57%18.18%
69.80%

Color #4D373F in popluar number systems.

HEX4D373F
Decimal775563
Binary1001101110111111111
Octal1156777

Shades and tints

Shades of #4D373F

#4D373F
(77,55,63)
#46323A
(70,50,58)
#3F2D35
(63,45,53)
#382830
(56,40,48)
#31232B
(49,35,43)
#2A1E26
(42,30,38)
#231921
(35,25,33)
#1C141C
(28,20,28)
#150F17
(21,15,23)
#0E0A12
(14,10,18)
#07050D
(7,5,13)
#000000
(0,0,0)

Tints of #4D373F

#4D373F
(77,55,63)
#5D4950
(93,73,80)
#6D5B61
(109,91,97)
#7D6D72
(125,109,114)
#8D7F83
(141,127,131)
#9D9194
(157,145,148)
#ADA3A5
(173,163,165)
#BDB5B6
(189,181,182)
#CDC7C7
(205,199,199)
#DDD9D8
(221,217,216)
#EDEBE9
(237,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D373F color. Also use rgb(77,55,63) instead hex code.

Text Font Color

.myTextColor { color: #4D373F; }

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

This text font color is #4D373F.


Background Color

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

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

This div background color is #4D373F.


Border color

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

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

This div border color is #4D373F.


Opacity

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

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

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

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

This text has shadow with #4D373F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D373F on black background.


Color preview on white background

This text has color #4D373F on white background.



Black color preview on #4D373F background

This text has black color on #4D373F background.


White color preview on #4D373F background

This text has white color on #4D373F background.