COLOR #4E9466

HEX: #4E9466
RGB: (78,148,102)

Color info

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

RGB color model

#4E9466 color RGB value is (78,148,102).

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

RGB channels and saturation

R 78 of 255 = 31%
G 148 of 255 = 58%
B 102 of 255 = 40%

78
148
102

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

Portions of RGB colors in percentages

R + G + B =
78 + 148 + 102 = 328 (100%)
R 78 of 328 ~ 23.78%
G 148 of 328 ~ 45.12%
B 102 of 328 ~ 31.1%

%23.78
%45.12
%31.1

CMYK color model

#4E9466 color CMYK value is (47,0,31,42).

  • cyan value is 47.30%
  • magenta value is 0.00%
  • yellow value is 31.08%
  • key color value is 41.96%
CMYK:
(47,0,31,42)
C47M0Y31K42 
(47%,0%,31%,42%)
(0.47/0.00/0.31/0.42)	

CMYK percentages

%47.3
%0
%31.08
%41.96

Codes

Color #4E9466 in popluar color models

4E9466
RGB78148102
HSL141°30.97%44.31%
HSB/HSV141°47.30%58.04%
CMYK47.30%0.00%31.08%
41.96%

Color #4E9466 in popluar number systems.

HEX4E9466
Decimal78148102
Binary1001110100101001100110
Octal116224146

Shades and tints

Shades of #4E9466

#4E9466
(78,148,102)
#47875D
(71,135,93)
#407A54
(64,122,84)
#396D4B
(57,109,75)
#326042
(50,96,66)
#2B5339
(43,83,57)
#244630
(36,70,48)
#1D3927
(29,57,39)
#162C1E
(22,44,30)
#0F1F15
(15,31,21)
#08120C
(8,18,12)
#000000
(0,0,0)

Tints of #4E9466

#4E9466
(78,148,102)
#5E9D73
(94,157,115)
#6EA680
(110,166,128)
#7EAF8D
(126,175,141)
#8EB89A
(142,184,154)
#9EC1A7
(158,193,167)
#AECAB4
(174,202,180)
#BED3C1
(190,211,193)
#CEDCCE
(206,220,206)
#DEE5DB
(222,229,219)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E9466; }

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

This text font color is #4E9466.


Background Color

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

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

This div background color is #4E9466.


Border color

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

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

This div border color is #4E9466.


Opacity

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

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

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

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

This text has shadow with #4E9466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9466 on black background.


Color preview on white background

This text has color #4E9466 on white background.



Black color preview on #4E9466 background

This text has black color on #4E9466 background.


White color preview on #4E9466 background

This text has white color on #4E9466 background.