COLOR #4EAB71

HEX: #4EAB71
RGB: (78,171,113)

Color info

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

RGB color model

#4EAB71 color RGB value is (78,171,113).

  • red value is 78;
  • green value is 171;
  • blue value is 113.
RGB:
(78,171,113)
(31%,67%,44%)

RGB channels and saturation

R 78 of 255 = 31%
G 171 of 255 = 67%
B 113 of 255 = 44%

78
171
113

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

Portions of RGB colors in percentages

R + G + B =
78 + 171 + 113 = 362 (100%)
R 78 of 362 ~ 21.55%
G 171 of 362 ~ 47.24%
B 113 of 362 ~ 31.22%

%21.55
%47.24
%31.22

CMYK color model

#4EAB71 color CMYK value is (54,0,34,33).

  • cyan value is 54.39%
  • magenta value is 0.00%
  • yellow value is 33.92%
  • key color value is 32.94%
CMYK:
(54,0,34,33)
C54M0Y34K33 
(54%,0%,34%,33%)
(0.54/0.00/0.34/0.33)	

CMYK percentages

%54.39
%0
%33.92
%32.94

Codes

Color #4EAB71 in popluar color models

4EAB71
RGB78171113
HSL143°37.35%48.82%
HSB/HSV143°54.39%67.06%
CMYK54.39%0.00%33.92%
32.94%

Color #4EAB71 in popluar number systems.

HEX4EAB71
Decimal78171113
Binary1001110101010111110001
Octal116253161

Shades and tints

Shades of #4EAB71

#4EAB71
(78,171,113)
#479C67
(71,156,103)
#408D5D
(64,141,93)
#397E53
(57,126,83)
#326F49
(50,111,73)
#2B603F
(43,96,63)
#245135
(36,81,53)
#1D422B
(29,66,43)
#163321
(22,51,33)
#0F2417
(15,36,23)
#08150D
(8,21,13)
#000000
(0,0,0)

Tints of #4EAB71

#4EAB71
(78,171,113)
#5EB27D
(94,178,125)
#6EB989
(110,185,137)
#7EC095
(126,192,149)
#8EC7A1
(142,199,161)
#9ECEAD
(158,206,173)
#AED5B9
(174,213,185)
#BEDCC5
(190,220,197)
#CEE3D1
(206,227,209)
#DEEADD
(222,234,221)
#EEF1E9
(238,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAB71 color. Also use rgb(78,171,113) instead hex code.

Text Font Color

.myTextColor { color: #4EAB71; }

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

This text font color is #4EAB71.


Background Color

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

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

This div background color is #4EAB71.


Border color

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

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

This div border color is #4EAB71.


Opacity

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

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

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

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

This text has shadow with #4EAB71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAB71 on black background.


Color preview on white background

This text has color #4EAB71 on white background.



Black color preview on #4EAB71 background

This text has black color on #4EAB71 background.


White color preview on #4EAB71 background

This text has white color on #4EAB71 background.