COLOR #4EAF92

HEX: #4EAF92
RGB: (78,175,146)

Color info

#4EAF92 contains mainly green and blue colors. Web safe color of #4EAF92 is #669999 (or #699).

RGB color model

#4EAF92 color RGB value is (78,175,146).

  • red value is 78;
  • green value is 175;
  • blue value is 146.
RGB:
(78,175,146)
(31%,69%,57%)

RGB channels and saturation

R 78 of 255 = 31%
G 175 of 255 = 69%
B 146 of 255 = 57%

78
175
146

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

Portions of RGB colors in percentages

R + G + B =
78 + 175 + 146 = 399 (100%)
R 78 of 399 ~ 19.55%
G 175 of 399 ~ 43.86%
B 146 of 399 ~ 36.59%

%19.55
%43.86
%36.59

CMYK color model

#4EAF92 color CMYK value is (55,0,17,31).

  • cyan value is 55.43%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 31.37%
CMYK:
(55,0,17,31)
C55M0Y17K31 
(55%,0%,17%,31%)
(0.55/0.00/0.17/0.31)	

CMYK percentages

%55.43
%0
%16.57
%31.37

Codes

Color #4EAF92 in popluar color models

4EAF92
RGB78175146
HSL162°38.34%49.61%
HSB/HSV162°55.43%68.63%
CMYK55.43%0.00%16.57%
31.37%

Color #4EAF92 in popluar number systems.

HEX4EAF92
Decimal78175146
Binary10011101010111110010010
Octal116257222

Shades and tints

Shades of #4EAF92

#4EAF92
(78,175,146)
#47A085
(71,160,133)
#409178
(64,145,120)
#39826B
(57,130,107)
#32735E
(50,115,94)
#2B6451
(43,100,81)
#245544
(36,85,68)
#1D4637
(29,70,55)
#16372A
(22,55,42)
#0F281D
(15,40,29)
#081910
(8,25,16)
#000000
(0,0,0)

Tints of #4EAF92

#4EAF92
(78,175,146)
#5EB69B
(94,182,155)
#6EBDA4
(110,189,164)
#7EC4AD
(126,196,173)
#8ECBB6
(142,203,182)
#9ED2BF
(158,210,191)
#AED9C8
(174,217,200)
#BEE0D1
(190,224,209)
#CEE7DA
(206,231,218)
#DEEEE3
(222,238,227)
#EEF5EC
(238,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EAF92 color. Also use rgb(78,175,146) instead hex code.

Text Font Color

.myTextColor { color: #4EAF92; }

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

This text font color is #4EAF92.


Background Color

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

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

This div background color is #4EAF92.


Border color

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

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

This div border color is #4EAF92.


Opacity

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

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

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

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

This text has shadow with #4EAF92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EAF92 on black background.


Color preview on white background

This text has color #4EAF92 on white background.



Black color preview on #4EAF92 background

This text has black color on #4EAF92 background.


White color preview on #4EAF92 background

This text has white color on #4EAF92 background.