COLOR #4E5522

HEX: #4E5522
RGB: (78,85,34)

Color info

#4E5522 contains red, green and blue colors in about the same proportion. Web safe color of #4E5522 is #666633 (or #663).

RGB color model

#4E5522 color RGB value is (78,85,34).

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

RGB channels and saturation

R 78 of 255 = 31%
G 85 of 255 = 33%
B 34 of 255 = 13%

78
85
34

R + G + B ~ 26%. #4E5522 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 85 + 34 = 197 (100%)
R 78 of 197 ~ 39.59%
G 85 of 197 ~ 43.15%
B 34 of 197 ~ 17.26%

%39.59
%43.15
%17.26

CMYK color model

#4E5522 color CMYK value is (8,0,60,67).

  • cyan value is 8.24%
  • magenta value is 0.00%
  • yellow value is 60.00%
  • key color value is 66.67%
CMYK:
(8,0,60,67)
C8M0Y60K67 
(8%,0%,60%,67%)
(0.08/0.00/0.60/0.67)	

CMYK percentages

%8.24
%0
%60
%66.67

Codes

Color #4E5522 in popluar color models

4E5522
RGB788534
HSL68°42.86%23.33%
HSB/HSV68°60.00%33.33%
CMYK8.24%0.00%60.00%
66.67%

Color #4E5522 in popluar number systems.

HEX4E5522
Decimal788534
Binary10011101010101100010
Octal11612542

Shades and tints

Shades of #4E5522

#4E5522
(78,85,34)
#474E1F
(71,78,31)
#40471C
(64,71,28)
#394019
(57,64,25)
#323916
(50,57,22)
#2B3213
(43,50,19)
#242B10
(36,43,16)
#1D240D
(29,36,13)
#161D0A
(22,29,10)
#0F1607
(15,22,7)
#080F04
(8,15,4)
#000000
(0,0,0)

Tints of #4E5522

#4E5522
(78,85,34)
#5E6436
(94,100,54)
#6E734A
(110,115,74)
#7E825E
(126,130,94)
#8E9172
(142,145,114)
#9EA086
(158,160,134)
#AEAF9A
(174,175,154)
#BEBEAE
(190,190,174)
#CECDC2
(206,205,194)
#DEDCD6
(222,220,214)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5522; }

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

This text font color is #4E5522.


Background Color

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

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

This div background color is #4E5522.


Border color

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

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

This div border color is #4E5522.


Opacity

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

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

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

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

This text has shadow with #4E5522 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5522 on black background.


Color preview on white background

This text has color #4E5522 on white background.



Black color preview on #4E5522 background

This text has black color on #4E5522 background.


White color preview on #4E5522 background

This text has white color on #4E5522 background.