COLOR #4E5F22

HEX: #4E5F22 RGB: (78,95,34)

Color info

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

RGB color model

#4E5F22 color RGB value is (78,95,34).

RGB: (78,95,34) (31%, 37%, 13%)

RGB channels and saturation

R 78 of 255 = 31%
G 95 of 255 = 37%
B 34 of 255 = 13%

78
95
34

R + G + B ~ 27%. #4E5F22 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 95 + 34 = 207 (100%)
R 78 of 207 ~ 37.68%
G 95 of 207 ~ 45.89%
B 34 of 207 ~ 16.43'%

%37.68
%45.89
%16.43

CMYK color model

#4E5F22 color CMYK value is (18,0,64,63).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 64.21%
  • key color value is 62.75%

CMYK: (18,0,64,63)
C18M0Y64K63 (18%, 0%, 64%, 63%)
(0.18 / 0.00 / 0.64 / 0.63)

CMYK percentages

%17.89
%0
%64.21
%62.75

Codes

Color #4E5F22 in popluar color models

4E 5F 22
RGB 78 95 34
HSL 77° 47.29% 25.29%
HSB/HSV 77° 64.21% 37.25%
CMYK 17.89% 0.00% 64.21%
62.75%

Color #4E5F22 in popluar number systems.

HEX 4E 5F 22
Decimal 78 95 34
Binary 1001110 1011111 100010
Octal 116 137 42

Shades and tints

Shades of #4E5F22

#4E5F22
(78,95,34)
#47571F
(71,87,31)
#404F1C
(64,79,28)
#394719
(57,71,25)
#323F16
(50,63,22)
#2B3713
(43,55,19)
#242F10
(36,47,16)
#1D270D
(29,39,13)
#161F0A
(22,31,10)
#0F1707
(15,23,7)
#080F04
(8,15,4)
#000000
(0,0,0)

Tints of #4E5F22

#4E5F22
(78,95,34)
#5E6D36
(94,109,54)
#6E7B4A
(110,123,74)
#7E895E
(126,137,94)
#8E9772
(142,151,114)
#9EA586
(158,165,134)
#AEB39A
(174,179,154)
#BEC1AE
(190,193,174)
#CECFC2
(206,207,194)
#DEDDD6
(222,221,214)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E5F22; }

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

This text font color is #4E5F22.

Background Color

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

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

This div background color is #4E5F22.

Border color

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

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

This div border color is #4E5F22.

Opacity

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

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

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

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

This text has shadow with #4E5F22 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E5F22.

Preview

Color preview on black background

This text has color #4E5F22 on black background.


Color preview on white background

This text has color #4E5F22 on white background.


Black color preview on #4E5F22 background

This text has black color on #4E5F22 background.


White color preview on #4E5F22 background

This text has white color on #4E5F22 background.


Related colors

Complementary color

Complementary color for #hex is #B1A0DD.


I love getcolorcode.com

Triadic colors

1 #224E5F and #5F224E with #4E5F22 are triadic colors.

2 #225F4E and #5F4E22 with #4E5F22 are triadic colors.