COLOR #4D423E

HEX: #4D423E
RGB: (77,66,62)

Color info

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

RGB color model

#4D423E color RGB value is (77,66,62).

  • red value is 77;
  • green value is 66;
  • blue value is 62.
RGB:
(77,66,62)
(30%,26%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 62 of 255 = 24%

77
66
62

R + G + B ~ 27%. #4D423E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 62 = 205 (100%)
R 77 of 205 ~ 37.56%
G 66 of 205 ~ 32.2%
B 62 of 205 ~ 30.24%

%37.56
%32.2
%30.24

CMYK color model

#4D423E color CMYK value is (0,14,19,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 19.48%
  • key color value is 69.80%
CMYK:
(0,14,19,70)
C0M14Y19K70 
(0%,14%,19%,70%)
(0.00/0.14/0.19/0.70)	

CMYK percentages

%0
%14.29
%19.48
%69.8

Codes

Color #4D423E in popluar color models

4D423E
RGB776662
HSL16°10.79%27.25%
HSB/HSV16°19.48%30.20%
CMYK0.00%14.29%19.48%
69.80%

Color #4D423E in popluar number systems.

HEX4D423E
Decimal776662
Binary10011011000010111110
Octal11510276

Shades and tints

Shades of #4D423E

#4D423E
(77,66,62)
#463C39
(70,60,57)
#3F3634
(63,54,52)
#38302F
(56,48,47)
#312A2A
(49,42,42)
#2A2425
(42,36,37)
#231E20
(35,30,32)
#1C181B
(28,24,27)
#151216
(21,18,22)
#0E0C11
(14,12,17)
#07060C
(7,6,12)
#000000
(0,0,0)

Tints of #4D423E

#4D423E
(77,66,62)
#5D534F
(93,83,79)
#6D6460
(109,100,96)
#7D7571
(125,117,113)
#8D8682
(141,134,130)
#9D9793
(157,151,147)
#ADA8A4
(173,168,164)
#BDB9B5
(189,185,181)
#CDCAC6
(205,202,198)
#DDDBD7
(221,219,215)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D423E color. Also use rgb(77,66,62) instead hex code.

Text Font Color

.myTextColor { color: #4D423E; }

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

This text font color is #4D423E.


Background Color

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

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

This div background color is #4D423E.


Border color

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

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

This div border color is #4D423E.


Opacity

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

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

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

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

This text has shadow with #4D423E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D423E on black background.


Color preview on white background

This text has color #4D423E on white background.



Black color preview on #4D423E background

This text has black color on #4D423E background.


White color preview on #4D423E background

This text has white color on #4D423E background.