COLOR #4D4324

HEX: #4D4324
RGB: (77,67,36)

Color info

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

RGB color model

#4D4324 color RGB value is (77,67,36).

  • red value is 77;
  • green value is 67;
  • blue value is 36.
RGB:
(77,67,36)
(30%,26%,14%)

RGB channels and saturation

R 77 of 255 = 30%
G 67 of 255 = 26%
B 36 of 255 = 14%

77
67
36

R + G + B ~ 23%. #4D4324 is dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 67 + 36 = 180 (100%)
R 77 of 180 ~ 42.78%
G 67 of 180 ~ 37.22%
B 36 of 180 ~ 20%

%42.78
%37.22
%20

CMYK color model

#4D4324 color CMYK value is (0,13,53,70).

  • cyan value is 0.00%
  • magenta value is 12.99%
  • yellow value is 53.25%
  • key color value is 69.80%
CMYK:
(0,13,53,70)
C0M13Y53K70 
(0%,13%,53%,70%)
(0.00/0.13/0.53/0.70)	

CMYK percentages

%0
%12.99
%53.25
%69.8

Codes

Color #4D4324 in popluar color models

4D4324
RGB776736
HSL45°36.28%22.16%
HSB/HSV45°53.25%30.20%
CMYK0.00%12.99%53.25%
69.80%

Color #4D4324 in popluar number systems.

HEX4D4324
Decimal776736
Binary10011011000011100100
Octal11510344

Shades and tints

Shades of #4D4324

#4D4324
(77,67,36)
#463D21
(70,61,33)
#3F371E
(63,55,30)
#38311B
(56,49,27)
#312B18
(49,43,24)
#2A2515
(42,37,21)
#231F12
(35,31,18)
#1C190F
(28,25,15)
#15130C
(21,19,12)
#0E0D09
(14,13,9)
#070706
(7,7,6)
#000000
(0,0,0)

Tints of #4D4324

#4D4324
(77,67,36)
#5D5437
(93,84,55)
#6D654A
(109,101,74)
#7D765D
(125,118,93)
#8D8770
(141,135,112)
#9D9883
(157,152,131)
#ADA996
(173,169,150)
#BDBAA9
(189,186,169)
#CDCBBC
(205,203,188)
#DDDCCF
(221,220,207)
#EDEDE2
(237,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4324 color. Also use rgb(77,67,36) instead hex code.

Text Font Color

.myTextColor { color: #4D4324; }

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

This text font color is #4D4324.


Background Color

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

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

This div background color is #4D4324.


Border color

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

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

This div border color is #4D4324.


Opacity

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

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

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

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

This text has shadow with #4D4324 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4324 on black background.


Color preview on white background

This text has color #4D4324 on white background.



Black color preview on #4D4324 background

This text has black color on #4D4324 background.


White color preview on #4D4324 background

This text has white color on #4D4324 background.