COLOR #4D392B

HEX: #4D392B
RGB: (77,57,43)

Color info

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

RGB color model

#4D392B color RGB value is (77,57,43).

  • red value is 77;
  • green value is 57;
  • blue value is 43.
RGB:
(77,57,43)
(30%,22%,17%)

RGB channels and saturation

R 77 of 255 = 30%
G 57 of 255 = 22%
B 43 of 255 = 17%

77
57
43

R + G + B ~ 23%. #4D392B is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 57 + 43 = 177 (100%)
R 77 of 177 ~ 43.5%
G 57 of 177 ~ 32.2%
B 43 of 177 ~ 24.29%

%43.5
%32.2
%24.29

CMYK color model

#4D392B color CMYK value is (0,26,44,70).

  • cyan value is 0.00%
  • magenta value is 25.97%
  • yellow value is 44.16%
  • key color value is 69.80%
CMYK:
(0,26,44,70)
C0M26Y44K70 
(0%,26%,44%,70%)
(0.00/0.26/0.44/0.70)	

CMYK percentages

%0
%25.97
%44.16
%69.8

Codes

Color #4D392B in popluar color models

4D392B
RGB775743
HSL25°28.33%23.53%
HSB/HSV25°44.16%30.20%
CMYK0.00%25.97%44.16%
69.80%

Color #4D392B in popluar number systems.

HEX4D392B
Decimal775743
Binary1001101111001101011
Octal1157153

Shades and tints

Shades of #4D392B

#4D392B
(77,57,43)
#463428
(70,52,40)
#3F2F25
(63,47,37)
#382A22
(56,42,34)
#31251F
(49,37,31)
#2A201C
(42,32,28)
#231B19
(35,27,25)
#1C1616
(28,22,22)
#151113
(21,17,19)
#0E0C10
(14,12,16)
#07070D
(7,7,13)
#000000
(0,0,0)

Tints of #4D392B

#4D392B
(77,57,43)
#5D4B3E
(93,75,62)
#6D5D51
(109,93,81)
#7D6F64
(125,111,100)
#8D8177
(141,129,119)
#9D938A
(157,147,138)
#ADA59D
(173,165,157)
#BDB7B0
(189,183,176)
#CDC9C3
(205,201,195)
#DDDBD6
(221,219,214)
#EDEDE9
(237,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D392B color. Also use rgb(77,57,43) instead hex code.

Text Font Color

.myTextColor { color: #4D392B; }

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

This text font color is #4D392B.


Background Color

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

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

This div background color is #4D392B.


Border color

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

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

This div border color is #4D392B.


Opacity

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

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

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

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

This text has shadow with #4D392B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D392B on black background.


Color preview on white background

This text has color #4D392B on white background.



Black color preview on #4D392B background

This text has black color on #4D392B background.


White color preview on #4D392B background

This text has white color on #4D392B background.