COLOR #4D3F36

HEX: #4D3F36
RGB: (77,63,54)

Color info

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

RGB color model

#4D3F36 color RGB value is (77,63,54).

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

RGB channels and saturation

R 77 of 255 = 30%
G 63 of 255 = 25%
B 54 of 255 = 21%

77
63
54

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

Portions of RGB colors in percentages

R + G + B =
77 + 63 + 54 = 194 (100%)
R 77 of 194 ~ 39.69%
G 63 of 194 ~ 32.47%
B 54 of 194 ~ 27.84%

%39.69
%32.47
%27.84

CMYK color model

#4D3F36 color CMYK value is (0,18,30,70).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 29.87%
  • key color value is 69.80%
CMYK:
(0,18,30,70)
C0M18Y30K70 
(0%,18%,30%,70%)
(0.00/0.18/0.30/0.70)	

CMYK percentages

%0
%18.18
%29.87
%69.8

Codes

Color #4D3F36 in popluar color models

4D3F36
RGB776354
HSL23°17.56%25.69%
HSB/HSV23°29.87%30.20%
CMYK0.00%18.18%29.87%
69.80%

Color #4D3F36 in popluar number systems.

HEX4D3F36
Decimal776354
Binary1001101111111110110
Octal1157766

Shades and tints

Shades of #4D3F36

#4D3F36
(77,63,54)
#463A32
(70,58,50)
#3F352E
(63,53,46)
#38302A
(56,48,42)
#312B26
(49,43,38)
#2A2622
(42,38,34)
#23211E
(35,33,30)
#1C1C1A
(28,28,26)
#151716
(21,23,22)
#0E1212
(14,18,18)
#070D0E
(7,13,14)
#000000
(0,0,0)

Tints of #4D3F36

#4D3F36
(77,63,54)
#5D5048
(93,80,72)
#6D615A
(109,97,90)
#7D726C
(125,114,108)
#8D837E
(141,131,126)
#9D9490
(157,148,144)
#ADA5A2
(173,165,162)
#BDB6B4
(189,182,180)
#CDC7C6
(205,199,198)
#DDD8D8
(221,216,216)
#EDE9EA
(237,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3F36; }

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

This text font color is #4D3F36.


Background Color

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

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

This div background color is #4D3F36.


Border color

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

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

This div border color is #4D3F36.


Opacity

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

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

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

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

This text has shadow with #4D3F36 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3F36 on black background.


Color preview on white background

This text has color #4D3F36 on white background.



Black color preview on #4D3F36 background

This text has black color on #4D3F36 background.


White color preview on #4D3F36 background

This text has white color on #4D3F36 background.