COLOR #4D421D

HEX: #4D421D
RGB: (77,66,29)

Color info

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

RGB color model

#4D421D color RGB value is (77,66,29).

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

RGB channels and saturation

R 77 of 255 = 30%
G 66 of 255 = 26%
B 29 of 255 = 11%

77
66
29

R + G + B ~ 22%. #4D421D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 66 + 29 = 172 (100%)
R 77 of 172 ~ 44.77%
G 66 of 172 ~ 38.37%
B 29 of 172 ~ 16.86%

%44.77
%38.37
%16.86

CMYK color model

#4D421D color CMYK value is (0,14,62,70).

  • cyan value is 0.00%
  • magenta value is 14.29%
  • yellow value is 62.34%
  • key color value is 69.80%
CMYK:
(0,14,62,70)
C0M14Y62K70 
(0%,14%,62%,70%)
(0.00/0.14/0.62/0.70)	

CMYK percentages

%0
%14.29
%62.34
%69.8

Codes

Color #4D421D in popluar color models

4D421D
RGB776629
HSL46°45.28%20.78%
HSB/HSV46°62.34%30.20%
CMYK0.00%14.29%62.34%
69.80%

Color #4D421D in popluar number systems.

HEX4D421D
Decimal776629
Binary1001101100001011101
Octal11510235

Shades and tints

Shades of #4D421D

#4D421D
(77,66,29)
#463C1B
(70,60,27)
#3F3619
(63,54,25)
#383017
(56,48,23)
#312A15
(49,42,21)
#2A2413
(42,36,19)
#231E11
(35,30,17)
#1C180F
(28,24,15)
#15120D
(21,18,13)
#0E0C0B
(14,12,11)
#070609
(7,6,9)
#000000
(0,0,0)

Tints of #4D421D

#4D421D
(77,66,29)
#5D5331
(93,83,49)
#6D6445
(109,100,69)
#7D7559
(125,117,89)
#8D866D
(141,134,109)
#9D9781
(157,151,129)
#ADA895
(173,168,149)
#BDB9A9
(189,185,169)
#CDCABD
(205,202,189)
#DDDBD1
(221,219,209)
#EDECE5
(237,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D421D; }

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

This text font color is #4D421D.


Background Color

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

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

This div background color is #4D421D.


Border color

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

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

This div border color is #4D421D.


Opacity

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

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

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

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

This text has shadow with #4D421D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D421D on black background.


Color preview on white background

This text has color #4D421D on white background.



Black color preview on #4D421D background

This text has black color on #4D421D background.


White color preview on #4D421D background

This text has white color on #4D421D background.