COLOR #4E4422

HEX: #4E4422
RGB: (78,68,34)

Color info

#4E4422 contains red, green and blue colors in about the same proportion. Web safe color of #4E4422 is #663333 (or #633).

RGB color model

#4E4422 color RGB value is (78,68,34).

  • red value is 78;
  • green value is 68;
  • blue value is 34.
RGB:
(78,68,34)
(31%,27%,13%)

RGB channels and saturation

R 78 of 255 = 31%
G 68 of 255 = 27%
B 34 of 255 = 13%

78
68
34

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

Portions of RGB colors in percentages

R + G + B =
78 + 68 + 34 = 180 (100%)
R 78 of 180 ~ 43.33%
G 68 of 180 ~ 37.78%
B 34 of 180 ~ 18.89%

%43.33
%37.78
%18.89

CMYK color model

#4E4422 color CMYK value is (0,13,56,69).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 56.41%
  • key color value is 69.41%
CMYK:
(0,13,56,69)
C0M13Y56K69 
(0%,13%,56%,69%)
(0.00/0.13/0.56/0.69)	

CMYK percentages

%0
%12.82
%56.41
%69.41

Codes

Color #4E4422 in popluar color models

4E4422
RGB786834
HSL46°39.29%21.96%
HSB/HSV46°56.41%30.59%
CMYK0.00%12.82%56.41%
69.41%

Color #4E4422 in popluar number systems.

HEX4E4422
Decimal786834
Binary10011101000100100010
Octal11610442

Shades and tints

Shades of #4E4422

#4E4422
(78,68,34)
#473E1F
(71,62,31)
#40381C
(64,56,28)
#393219
(57,50,25)
#322C16
(50,44,22)
#2B2613
(43,38,19)
#242010
(36,32,16)
#1D1A0D
(29,26,13)
#16140A
(22,20,10)
#0F0E07
(15,14,7)
#080804
(8,8,4)
#000000
(0,0,0)

Tints of #4E4422

#4E4422
(78,68,34)
#5E5536
(94,85,54)
#6E664A
(110,102,74)
#7E775E
(126,119,94)
#8E8872
(142,136,114)
#9E9986
(158,153,134)
#AEAA9A
(174,170,154)
#BEBBAE
(190,187,174)
#CECCC2
(206,204,194)
#DEDDD6
(222,221,214)
#EEEEEA
(238,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4422 color. Also use rgb(78,68,34) instead hex code.

Text Font Color

.myTextColor { color: #4E4422; }

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

This text font color is #4E4422.


Background Color

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

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

This div background color is #4E4422.


Border color

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

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

This div border color is #4E4422.


Opacity

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

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

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

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

This text has shadow with #4E4422 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4422 on black background.


Color preview on white background

This text has color #4E4422 on white background.



Black color preview on #4E4422 background

This text has black color on #4E4422 background.


White color preview on #4E4422 background

This text has white color on #4E4422 background.