COLOR #4D412A

HEX: #4D412A
RGB: (77,65,42)

Color info

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

RGB color model

#4D412A color RGB value is (77,65,42).

  • red value is 77;
  • green value is 65;
  • blue value is 42.
RGB:
(77,65,42)
(30%,25%,16%)

RGB channels and saturation

R 77 of 255 = 30%
G 65 of 255 = 25%
B 42 of 255 = 16%

77
65
42

R + G + B ~ 24%. #4D412A is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 65 + 42 = 184 (100%)
R 77 of 184 ~ 41.85%
G 65 of 184 ~ 35.33%
B 42 of 184 ~ 22.83%

%41.85
%35.33
%22.83

CMYK color model

#4D412A color CMYK value is (0,16,45,70).

  • cyan value is 0.00%
  • magenta value is 15.58%
  • yellow value is 45.45%
  • key color value is 69.80%
CMYK:
(0,16,45,70)
C0M16Y45K70 
(0%,16%,45%,70%)
(0.00/0.16/0.45/0.70)	

CMYK percentages

%0
%15.58
%45.45
%69.8

Codes

Color #4D412A in popluar color models

4D412A
RGB776542
HSL39°29.41%23.33%
HSB/HSV39°45.45%30.20%
CMYK0.00%15.58%45.45%
69.80%

Color #4D412A in popluar number systems.

HEX4D412A
Decimal776542
Binary10011011000001101010
Octal11510152

Shades and tints

Shades of #4D412A

#4D412A
(77,65,42)
#463C27
(70,60,39)
#3F3724
(63,55,36)
#383221
(56,50,33)
#312D1E
(49,45,30)
#2A281B
(42,40,27)
#232318
(35,35,24)
#1C1E15
(28,30,21)
#151912
(21,25,18)
#0E140F
(14,20,15)
#070F0C
(7,15,12)
#000000
(0,0,0)

Tints of #4D412A

#4D412A
(77,65,42)
#5D523D
(93,82,61)
#6D6350
(109,99,80)
#7D7463
(125,116,99)
#8D8576
(141,133,118)
#9D9689
(157,150,137)
#ADA79C
(173,167,156)
#BDB8AF
(189,184,175)
#CDC9C2
(205,201,194)
#DDDAD5
(221,218,213)
#EDEBE8
(237,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D412A color. Also use rgb(77,65,42) instead hex code.

Text Font Color

.myTextColor { color: #4D412A; }

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

This text font color is #4D412A.


Background Color

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

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

This div background color is #4D412A.


Border color

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

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

This div border color is #4D412A.


Opacity

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

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

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

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

This text has shadow with #4D412A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D412A on black background.


Color preview on white background

This text has color #4D412A on white background.



Black color preview on #4D412A background

This text has black color on #4D412A background.


White color preview on #4D412A background

This text has white color on #4D412A background.