COLOR #4E9672

HEX: #4E9672
RGB: (78,150,114)

Color info

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

RGB color model

#4E9672 color RGB value is (78,150,114).

  • red value is 78;
  • green value is 150;
  • blue value is 114.
RGB:
(78,150,114)
(31%,59%,45%)

RGB channels and saturation

R 78 of 255 = 31%
G 150 of 255 = 59%
B 114 of 255 = 45%

78
150
114

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

Portions of RGB colors in percentages

R + G + B =
78 + 150 + 114 = 342 (100%)
R 78 of 342 ~ 22.81%
G 150 of 342 ~ 43.86%
B 114 of 342 ~ 33.33%

%22.81
%43.86
%33.33

CMYK color model

#4E9672 color CMYK value is (48,0,24,41).

  • cyan value is 48.00%
  • magenta value is 0.00%
  • yellow value is 24.00%
  • key color value is 41.18%
CMYK:
(48,0,24,41)
C48M0Y24K41 
(48%,0%,24%,41%)
(0.48/0.00/0.24/0.41)	

CMYK percentages

%48
%0
%24
%41.18

Codes

Color #4E9672 in popluar color models

4E9672
RGB78150114
HSL150°31.58%44.71%
HSB/HSV150°48.00%58.82%
CMYK48.00%0.00%24.00%
41.18%

Color #4E9672 in popluar number systems.

HEX4E9672
Decimal78150114
Binary1001110100101101110010
Octal116226162

Shades and tints

Shades of #4E9672

#4E9672
(78,150,114)
#478968
(71,137,104)
#407C5E
(64,124,94)
#396F54
(57,111,84)
#32624A
(50,98,74)
#2B5540
(43,85,64)
#244836
(36,72,54)
#1D3B2C
(29,59,44)
#162E22
(22,46,34)
#0F2118
(15,33,24)
#08140E
(8,20,14)
#000000
(0,0,0)

Tints of #4E9672

#4E9672
(78,150,114)
#5E9F7E
(94,159,126)
#6EA88A
(110,168,138)
#7EB196
(126,177,150)
#8EBAA2
(142,186,162)
#9EC3AE
(158,195,174)
#AECCBA
(174,204,186)
#BED5C6
(190,213,198)
#CEDED2
(206,222,210)
#DEE7DE
(222,231,222)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E9672 color. Also use rgb(78,150,114) instead hex code.

Text Font Color

.myTextColor { color: #4E9672; }

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

This text font color is #4E9672.


Background Color

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

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

This div background color is #4E9672.


Border color

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

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

This div border color is #4E9672.


Opacity

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

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

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

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

This text has shadow with #4E9672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E9672 on black background.


Color preview on white background

This text has color #4E9672 on white background.



Black color preview on #4E9672 background

This text has black color on #4E9672 background.


White color preview on #4E9672 background

This text has white color on #4E9672 background.