COLOR #4D442E

HEX: #4D442E
RGB: (77,68,46)

Color info

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

RGB color model

#4D442E color RGB value is (77,68,46).

  • red value is 77;
  • green value is 68;
  • blue value is 46.
RGB:
(77,68,46)
(30%,27%,18%)

RGB channels and saturation

R 77 of 255 = 30%
G 68 of 255 = 27%
B 46 of 255 = 18%

77
68
46

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

Portions of RGB colors in percentages

R + G + B =
77 + 68 + 46 = 191 (100%)
R 77 of 191 ~ 40.31%
G 68 of 191 ~ 35.6%
B 46 of 191 ~ 24.08%

%40.31
%35.6
%24.08

CMYK color model

#4D442E color CMYK value is (0,12,40,70).

  • cyan value is 0.00%
  • magenta value is 11.69%
  • yellow value is 40.26%
  • key color value is 69.80%
CMYK:
(0,12,40,70)
C0M12Y40K70 
(0%,12%,40%,70%)
(0.00/0.12/0.40/0.70)	

CMYK percentages

%0
%11.69
%40.26
%69.8

Codes

Color #4D442E in popluar color models

4D442E
RGB776846
HSL43°25.20%24.12%
HSB/HSV43°40.26%30.20%
CMYK0.00%11.69%40.26%
69.80%

Color #4D442E in popluar number systems.

HEX4D442E
Decimal776846
Binary10011011000100101110
Octal11510456

Shades and tints

Shades of #4D442E

#4D442E
(77,68,46)
#463E2A
(70,62,42)
#3F3826
(63,56,38)
#383222
(56,50,34)
#312C1E
(49,44,30)
#2A261A
(42,38,26)
#232016
(35,32,22)
#1C1A12
(28,26,18)
#15140E
(21,20,14)
#0E0E0A
(14,14,10)
#070806
(7,8,6)
#000000
(0,0,0)

Tints of #4D442E

#4D442E
(77,68,46)
#5D5541
(93,85,65)
#6D6654
(109,102,84)
#7D7767
(125,119,103)
#8D887A
(141,136,122)
#9D998D
(157,153,141)
#ADAAA0
(173,170,160)
#BDBBB3
(189,187,179)
#CDCCC6
(205,204,198)
#DDDDD9
(221,221,217)
#EDEEEC
(237,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D442E color. Also use rgb(77,68,46) instead hex code.

Text Font Color

.myTextColor { color: #4D442E; }

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

This text font color is #4D442E.


Background Color

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

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

This div background color is #4D442E.


Border color

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

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

This div border color is #4D442E.


Opacity

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

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

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

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

This text has shadow with #4D442E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D442E on black background.


Color preview on white background

This text has color #4D442E on white background.



Black color preview on #4D442E background

This text has black color on #4D442E background.


White color preview on #4D442E background

This text has white color on #4D442E background.