COLOR #4D321D

HEX: #4D321D
RGB: (77,50,29)

Color info

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

RGB color model

#4D321D color RGB value is (77,50,29).

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

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 29 of 255 = 11%

77
50
29

R + G + B ~ 20%. #4D321D is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 50 + 29 = 156 (100%)
R 77 of 156 ~ 49.36%
G 50 of 156 ~ 32.05%
B 29 of 156 ~ 18.59%

%49.36
%32.05
%18.59

CMYK color model

#4D321D color CMYK value is (0,35,62,70).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 62.34%
  • key color value is 69.80%
CMYK:
(0,35,62,70)
C0M35Y62K70 
(0%,35%,62%,70%)
(0.00/0.35/0.62/0.70)	

CMYK percentages

%0
%35.06
%62.34
%69.8

Codes

Color #4D321D in popluar color models

4D321D
RGB775029
HSL26°45.28%20.78%
HSB/HSV26°62.34%30.20%
CMYK0.00%35.06%62.34%
69.80%

Color #4D321D in popluar number systems.

HEX4D321D
Decimal775029
Binary100110111001011101
Octal1156235

Shades and tints

Shades of #4D321D

#4D321D
(77,50,29)
#462E1B
(70,46,27)
#3F2A19
(63,42,25)
#382617
(56,38,23)
#312215
(49,34,21)
#2A1E13
(42,30,19)
#231A11
(35,26,17)
#1C160F
(28,22,15)
#15120D
(21,18,13)
#0E0E0B
(14,14,11)
#070A09
(7,10,9)
#000000
(0,0,0)

Tints of #4D321D

#4D321D
(77,50,29)
#5D4431
(93,68,49)
#6D5645
(109,86,69)
#7D6859
(125,104,89)
#8D7A6D
(141,122,109)
#9D8C81
(157,140,129)
#AD9E95
(173,158,149)
#BDB0A9
(189,176,169)
#CDC2BD
(205,194,189)
#DDD4D1
(221,212,209)
#EDE6E5
(237,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D321D; }

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

This text font color is #4D321D.


Background Color

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

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

This div background color is #4D321D.


Border color

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

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

This div border color is #4D321D.


Opacity

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

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

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

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

This text has shadow with #4D321D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D321D on black background.


Color preview on white background

This text has color #4D321D on white background.



Black color preview on #4D321D background

This text has black color on #4D321D background.


White color preview on #4D321D background

This text has white color on #4D321D background.