COLOR #4D3F3B

HEX: #4D3F3B
RGB: (77,63,59)

Color info

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

RGB color model

#4D3F3B color RGB value is (77,63,59).

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

RGB channels and saturation

R 77 of 255 = 30%
G 63 of 255 = 25%
B 59 of 255 = 23%

77
63
59

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

Portions of RGB colors in percentages

R + G + B =
77 + 63 + 59 = 199 (100%)
R 77 of 199 ~ 38.69%
G 63 of 199 ~ 31.66%
B 59 of 199 ~ 29.65%

%38.69
%31.66
%29.65

CMYK color model

#4D3F3B color CMYK value is (0,18,23,70).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 23.38%
  • key color value is 69.80%
CMYK:
(0,18,23,70)
C0M18Y23K70 
(0%,18%,23%,70%)
(0.00/0.18/0.23/0.70)	

CMYK percentages

%0
%18.18
%23.38
%69.8

Codes

Color #4D3F3B in popluar color models

4D3F3B
RGB776359
HSL13°13.24%26.67%
HSB/HSV13°23.38%30.20%
CMYK0.00%18.18%23.38%
69.80%

Color #4D3F3B in popluar number systems.

HEX4D3F3B
Decimal776359
Binary1001101111111111011
Octal1157773

Shades and tints

Shades of #4D3F3B

#4D3F3B
(77,63,59)
#463A36
(70,58,54)
#3F3531
(63,53,49)
#38302C
(56,48,44)
#312B27
(49,43,39)
#2A2622
(42,38,34)
#23211D
(35,33,29)
#1C1C18
(28,28,24)
#151713
(21,23,19)
#0E120E
(14,18,14)
#070D09
(7,13,9)
#000000
(0,0,0)

Tints of #4D3F3B

#4D3F3B
(77,63,59)
#5D504C
(93,80,76)
#6D615D
(109,97,93)
#7D726E
(125,114,110)
#8D837F
(141,131,127)
#9D9490
(157,148,144)
#ADA5A1
(173,165,161)
#BDB6B2
(189,182,178)
#CDC7C3
(205,199,195)
#DDD8D4
(221,216,212)
#EDE9E5
(237,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3F3B; }

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

This text font color is #4D3F3B.


Background Color

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

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

This div background color is #4D3F3B.


Border color

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

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

This div border color is #4D3F3B.


Opacity

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

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

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

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

This text has shadow with #4D3F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3F3B on black background.


Color preview on white background

This text has color #4D3F3B on white background.



Black color preview on #4D3F3B background

This text has black color on #4D3F3B background.


White color preview on #4D3F3B background

This text has white color on #4D3F3B background.