COLOR #4E946B

HEX: #4E946B
RGB: (78,148,107)

Color info

#4E946B contains mainly green and blue colors. Web safe color of #4E946B is #669966 (or #696).

RGB color model

#4E946B color RGB value is (78,148,107).

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

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 107 of 255 = 42%

78
148
107

R + G + B ~ 44%. #4E946B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 148 + 107 = 333 (100%)
R 78 of 333 ~ 23.42%
G 148 of 333 ~ 44.44%
B 107 of 333 ~ 32.13%

%23.42
%44.44
%32.13

CMYK color model

#4E946B color CMYK value is (47,0,28,42).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 27.70%
  • key color value is 41.96%
CMYK:
(47,0,28,42)
C47M0Y28K42 
(47%,0%,28%,42%)
(0.47/0.00/0.28/0.42)	

CMYK percentages

%47.3
%0
%27.7
%41.96

Codes

Color #4E946B in popluar color models

4E946B
RGB78148107
HSL145°30.97%44.31%
HSB/HSV145°47.30%58.04%
CMYK47.30%0.00%27.70%
41.96%

Color #4E946B in popluar number systems.

HEX4E946B
Decimal78148107
Binary1001110100101001101011
Octal116224153

Shades and tints

Shades of #4E946B

#4E946B
(78,148,107)
#478762
(71,135,98)
#407A59
(64,122,89)
#396D50
(57,109,80)
#326047
(50,96,71)
#2B533E
(43,83,62)
#244635
(36,70,53)
#1D392C
(29,57,44)
#162C23
(22,44,35)
#0F1F1A
(15,31,26)
#081211
(8,18,17)
#000000
(0,0,0)

Tints of #4E946B

#4E946B
(78,148,107)
#5E9D78
(94,157,120)
#6EA685
(110,166,133)
#7EAF92
(126,175,146)
#8EB89F
(142,184,159)
#9EC1AC
(158,193,172)
#AECAB9
(174,202,185)
#BED3C6
(190,211,198)
#CEDCD3
(206,220,211)
#DEE5E0
(222,229,224)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E946B; }

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

This text font color is #4E946B.


Background Color

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

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

This div background color is #4E946B.


Border color

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

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

This div border color is #4E946B.


Opacity

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

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

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

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

This text has shadow with #4E946B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E946B on black background.


Color preview on white background

This text has color #4E946B on white background.



Black color preview on #4E946B background

This text has black color on #4E946B background.


White color preview on #4E946B background

This text has white color on #4E946B background.