COLOR #4E6E22

HEX: #4E6E22
RGB: (78,110,34)

Color info

#4E6E22 contains mainly red and green colors. Web safe color of #4E6E22 is #666633 (or #663).

RGB color model

#4E6E22 color RGB value is (78,110,34).

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

RGB channels and saturation

R 78 of 255 = 31%
G 110 of 255 = 43%
B 34 of 255 = 13%

78
110
34

R + G + B ~ 29%. #4E6E22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 110 + 34 = 222 (100%)
R 78 of 222 ~ 35.14%
G 110 of 222 ~ 49.55%
B 34 of 222 ~ 15.32%

%35.14
%49.55
%15.32

CMYK color model

#4E6E22 color CMYK value is (29,0,69,57).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 69.09%
  • key color value is 56.86%
CMYK:
(29,0,69,57)
C29M0Y69K57 
(29%,0%,69%,57%)
(0.29/0.00/0.69/0.57)	

CMYK percentages

%29.09
%0
%69.09
%56.86

Codes

Color #4E6E22 in popluar color models

4E6E22
RGB7811034
HSL85°52.78%28.24%
HSB/HSV85°69.09%43.14%
CMYK29.09%0.00%69.09%
56.86%

Color #4E6E22 in popluar number systems.

HEX4E6E22
Decimal7811034
Binary10011101101110100010
Octal11615642

Shades and tints

Shades of #4E6E22

#4E6E22
(78,110,34)
#47641F
(71,100,31)
#405A1C
(64,90,28)
#395019
(57,80,25)
#324616
(50,70,22)
#2B3C13
(43,60,19)
#243210
(36,50,16)
#1D280D
(29,40,13)
#161E0A
(22,30,10)
#0F1407
(15,20,7)
#080A04
(8,10,4)
#000000
(0,0,0)

Tints of #4E6E22

#4E6E22
(78,110,34)
#5E7B36
(94,123,54)
#6E884A
(110,136,74)
#7E955E
(126,149,94)
#8EA272
(142,162,114)
#9EAF86
(158,175,134)
#AEBC9A
(174,188,154)
#BEC9AE
(190,201,174)
#CED6C2
(206,214,194)
#DEE3D6
(222,227,214)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6E22; }

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

This text font color is #4E6E22.


Background Color

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

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

This div background color is #4E6E22.


Border color

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

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

This div border color is #4E6E22.


Opacity

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

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

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

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

This text has shadow with #4E6E22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6E22 on black background.


Color preview on white background

This text has color #4E6E22 on white background.



Black color preview on #4E6E22 background

This text has black color on #4E6E22 background.


White color preview on #4E6E22 background

This text has white color on #4E6E22 background.