COLOR #4E944B

HEX: #4E944B
RGB: (78,148,75)

Color info

#4E944B contains mainly green color. Web safe color of #4E944B is #669933 (or #693).

RGB color model

#4E944B color RGB value is (78,148,75).

  • red value is 78;
  • green value is 148;
  • blue value is 75.
RGB:
(78,148,75)
(31%,58%,29%)

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 75 of 255 = 29%

78
148
75

R + G + B ~ 39%. #4E944B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 148 + 75 = 301 (100%)
R 78 of 301 ~ 25.91%
G 148 of 301 ~ 49.17%
B 75 of 301 ~ 24.92%

%25.91
%49.17
%24.92

CMYK color model

#4E944B color CMYK value is (47,0,49,42).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 49.32%
  • key color value is 41.96%
CMYK:
(47,0,49,42)
C47M0Y49K42 
(47%,0%,49%,42%)
(0.47/0.00/0.49/0.42)	

CMYK percentages

%47.3
%0
%49.32
%41.96

Codes

Color #4E944B in popluar color models

4E944B
RGB7814875
HSL118°32.74%43.73%
HSB/HSV118°49.32%58.04%
CMYK47.30%0.00%49.32%
41.96%

Color #4E944B in popluar number systems.

HEX4E944B
Decimal7814875
Binary1001110100101001001011
Octal116224113

Shades and tints

Shades of #4E944B

#4E944B
(78,148,75)
#478745
(71,135,69)
#407A3F
(64,122,63)
#396D39
(57,109,57)
#326033
(50,96,51)
#2B532D
(43,83,45)
#244627
(36,70,39)
#1D3921
(29,57,33)
#162C1B
(22,44,27)
#0F1F15
(15,31,21)
#08120F
(8,18,15)
#000000
(0,0,0)

Tints of #4E944B

#4E944B
(78,148,75)
#5E9D5B
(94,157,91)
#6EA66B
(110,166,107)
#7EAF7B
(126,175,123)
#8EB88B
(142,184,139)
#9EC19B
(158,193,155)
#AECAAB
(174,202,171)
#BED3BB
(190,211,187)
#CEDCCB
(206,220,203)
#DEE5DB
(222,229,219)
#EEEEEB
(238,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E944B color. Also use rgb(78,148,75) instead hex code.

Text Font Color

.myTextColor { color: #4E944B; }

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

This text font color is #4E944B.


Background Color

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

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

This div background color is #4E944B.


Border color

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

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

This div border color is #4E944B.


Opacity

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

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

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

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

This text has shadow with #4E944B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E944B on black background.


Color preview on white background

This text has color #4E944B on white background.



Black color preview on #4E944B background

This text has black color on #4E944B background.


White color preview on #4E944B background

This text has white color on #4E944B background.