COLOR #4E5938

HEX: #4E5938
RGB: (78,89,56)

Color info

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

RGB color model

#4E5938 color RGB value is (78,89,56).

  • red value is 78;
  • green value is 89;
  • blue value is 56.
RGB:
(78,89,56)
(31%,35%,22%)

RGB channels and saturation

R 78 of 255 = 31%
G 89 of 255 = 35%
B 56 of 255 = 22%

78
89
56

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

Portions of RGB colors in percentages

R + G + B =
78 + 89 + 56 = 223 (100%)
R 78 of 223 ~ 34.98%
G 89 of 223 ~ 39.91%
B 56 of 223 ~ 25.11%

%34.98
%39.91
%25.11

CMYK color model

#4E5938 color CMYK value is (12,0,37,65).

  • cyan value is 12.36%
  • magenta value is 0.00%
  • yellow value is 37.08%
  • key color value is 65.10%
CMYK:
(12,0,37,65)
C12M0Y37K65 
(12%,0%,37%,65%)
(0.12/0.00/0.37/0.65)	

CMYK percentages

%12.36
%0
%37.08
%65.1

Codes

Color #4E5938 in popluar color models

4E5938
RGB788956
HSL80°22.76%28.43%
HSB/HSV80°37.08%34.90%
CMYK12.36%0.00%37.08%
65.10%

Color #4E5938 in popluar number systems.

HEX4E5938
Decimal788956
Binary10011101011001111000
Octal11613170

Shades and tints

Shades of #4E5938

#4E5938
(78,89,56)
#475133
(71,81,51)
#40492E
(64,73,46)
#394129
(57,65,41)
#323924
(50,57,36)
#2B311F
(43,49,31)
#24291A
(36,41,26)
#1D2115
(29,33,21)
#161910
(22,25,16)
#0F110B
(15,17,11)
#080906
(8,9,6)
#000000
(0,0,0)

Tints of #4E5938

#4E5938
(78,89,56)
#5E684A
(94,104,74)
#6E775C
(110,119,92)
#7E866E
(126,134,110)
#8E9580
(142,149,128)
#9EA492
(158,164,146)
#AEB3A4
(174,179,164)
#BEC2B6
(190,194,182)
#CED1C8
(206,209,200)
#DEE0DA
(222,224,218)
#EEEFEC
(238,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5938 color. Also use rgb(78,89,56) instead hex code.

Text Font Color

.myTextColor { color: #4E5938; }

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

This text font color is #4E5938.


Background Color

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

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

This div background color is #4E5938.


Border color

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

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

This div border color is #4E5938.


Opacity

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

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

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

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

This text has shadow with #4E5938 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5938 on black background.


Color preview on white background

This text has color #4E5938 on white background.



Black color preview on #4E5938 background

This text has black color on #4E5938 background.


White color preview on #4E5938 background

This text has white color on #4E5938 background.