COLOR #4D373B

HEX: #4D373B
RGB: (77,55,59)

Color info

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

RGB color model

#4D373B color RGB value is (77,55,59).

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

RGB channels and saturation

R 77 of 255 = 30%
G 55 of 255 = 22%
B 59 of 255 = 23%

77
55
59

R + G + B ~ 25%. #4D373B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 55 + 59 = 191 (100%)
R 77 of 191 ~ 40.31%
G 55 of 191 ~ 28.8%
B 59 of 191 ~ 30.89%

%40.31
%28.8
%30.89

CMYK color model

#4D373B color CMYK value is (0,29,23,70).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(0,29,23,70)
C0M29Y23K70 
(0%,29%,23%,70%)
(0.00/0.29/0.23/0.70)	

CMYK percentages

%0
%28.57
%23.38
%69.8

Codes

Color #4D373B in popluar color models

4D373B
RGB775559
HSL349°16.67%25.88%
HSB/HSV349°28.57%30.20%
CMYK0.00%28.57%23.38%
69.80%

Color #4D373B in popluar number systems.

HEX4D373B
Decimal775559
Binary1001101110111111011
Octal1156773

Shades and tints

Shades of #4D373B

#4D373B
(77,55,59)
#463236
(70,50,54)
#3F2D31
(63,45,49)
#38282C
(56,40,44)
#312327
(49,35,39)
#2A1E22
(42,30,34)
#23191D
(35,25,29)
#1C1418
(28,20,24)
#150F13
(21,15,19)
#0E0A0E
(14,10,14)
#070509
(7,5,9)
#000000
(0,0,0)

Tints of #4D373B

#4D373B
(77,55,59)
#5D494C
(93,73,76)
#6D5B5D
(109,91,93)
#7D6D6E
(125,109,110)
#8D7F7F
(141,127,127)
#9D9190
(157,145,144)
#ADA3A1
(173,163,161)
#BDB5B2
(189,181,178)
#CDC7C3
(205,199,195)
#DDD9D4
(221,217,212)
#EDEBE5
(237,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D373B; }

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

This text font color is #4D373B.


Background Color

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

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

This div background color is #4D373B.


Border color

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

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

This div border color is #4D373B.


Opacity

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

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

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

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

This text has shadow with #4D373B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D373B on black background.


Color preview on white background

This text has color #4D373B on white background.



Black color preview on #4D373B background

This text has black color on #4D373B background.


White color preview on #4D373B background

This text has white color on #4D373B background.