COLOR #4D321E

HEX: #4D321E
RGB: (77,50,30)

Color info

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

RGB color model

#4D321E color RGB value is (77,50,30).

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

RGB channels and saturation

R 77 of 255 = 30%
G 50 of 255 = 20%
B 30 of 255 = 12%

77
50
30

R + G + B ~ 21%. #4D321E is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 50 + 30 = 157 (100%)
R 77 of 157 ~ 49.04%
G 50 of 157 ~ 31.85%
B 30 of 157 ~ 19.11%

%49.04
%31.85
%19.11

CMYK color model

#4D321E color CMYK value is (0,35,61,70).

  • cyan value is 0.00%
  • magenta value is 35.06%
  • yellow value is 61.04%
  • key color value is 69.80%
CMYK:
(0,35,61,70)
C0M35Y61K70 
(0%,35%,61%,70%)
(0.00/0.35/0.61/0.70)	

CMYK percentages

%0
%35.06
%61.04
%69.8

Codes

Color #4D321E in popluar color models

4D321E
RGB775030
HSL26°43.93%20.98%
HSB/HSV26°61.04%30.20%
CMYK0.00%35.06%61.04%
69.80%

Color #4D321E in popluar number systems.

HEX4D321E
Decimal775030
Binary100110111001011110
Octal1156236

Shades and tints

Shades of #4D321E

#4D321E
(77,50,30)
#462E1C
(70,46,28)
#3F2A1A
(63,42,26)
#382618
(56,38,24)
#312216
(49,34,22)
#2A1E14
(42,30,20)
#231A12
(35,26,18)
#1C1610
(28,22,16)
#15120E
(21,18,14)
#0E0E0C
(14,14,12)
#070A0A
(7,10,10)
#000000
(0,0,0)

Tints of #4D321E

#4D321E
(77,50,30)
#5D4432
(93,68,50)
#6D5646
(109,86,70)
#7D685A
(125,104,90)
#8D7A6E
(141,122,110)
#9D8C82
(157,140,130)
#AD9E96
(173,158,150)
#BDB0AA
(189,176,170)
#CDC2BE
(205,194,190)
#DDD4D2
(221,212,210)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D321E; }

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

This text font color is #4D321E.


Background Color

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

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

This div background color is #4D321E.


Border color

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

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

This div border color is #4D321E.


Opacity

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

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

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

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

This text has shadow with #4D321E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D321E on black background.


Color preview on white background

This text has color #4D321E on white background.



Black color preview on #4D321E background

This text has black color on #4D321E background.


White color preview on #4D321E background

This text has white color on #4D321E background.