COLOR #4EA7A7

HEX: #4EA7A7
RGB: (78,167,167)

Color info

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

RGB color model

#4EA7A7 color RGB value is (78,167,167).

  • red value is 78;
  • green value is 167;
  • blue value is 167.
RGB:
(78,167,167)
(31%,65%,65%)

RGB channels and saturation

R 78 of 255 = 31%
G 167 of 255 = 65%
B 167 of 255 = 65%

78
167
167

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

Portions of RGB colors in percentages

R + G + B =
78 + 167 + 167 = 412 (100%)
R 78 of 412 ~ 18.93%
G 167 of 412 ~ 40.53%
B 167 of 412 ~ 40.53%

%18.93
%40.53
%40.53

CMYK color model

#4EA7A7 color CMYK value is (53,0,0,35).

  • cyan value is 53.29%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(53,0,0,35)
C53M0Y0K35 
(53%,0%,0%,35%)
(0.53/0.00/0.00/0.35)	

CMYK percentages

%53.29
%0
%0
%34.51

Codes

Color #4EA7A7 in popluar color models

4EA7A7
RGB78167167
HSL180°36.33%48.04%
HSB/HSV180°53.29%65.49%
CMYK53.29%0.00%0.00%
34.51%

Color #4EA7A7 in popluar number systems.

HEX4EA7A7
Decimal78167167
Binary10011101010011110100111
Octal116247247

Shades and tints

Shades of #4EA7A7

#4EA7A7
(78,167,167)
#479898
(71,152,152)
#408989
(64,137,137)
#397A7A
(57,122,122)
#326B6B
(50,107,107)
#2B5C5C
(43,92,92)
#244D4D
(36,77,77)
#1D3E3E
(29,62,62)
#162F2F
(22,47,47)
#0F2020
(15,32,32)
#081111
(8,17,17)
#000000
(0,0,0)

Tints of #4EA7A7

#4EA7A7
(78,167,167)
#5EAFAF
(94,175,175)
#6EB7B7
(110,183,183)
#7EBFBF
(126,191,191)
#8EC7C7
(142,199,199)
#9ECFCF
(158,207,207)
#AED7D7
(174,215,215)
#BEDFDF
(190,223,223)
#CEE7E7
(206,231,231)
#DEEFEF
(222,239,239)
#EEF7F7
(238,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4EA7A7; }

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

This text font color is #4EA7A7.


Background Color

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

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

This div background color is #4EA7A7.


Border color

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

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

This div border color is #4EA7A7.


Opacity

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

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

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

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

This text has shadow with #4EA7A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EA7A7 on black background.


Color preview on white background

This text has color #4EA7A7 on white background.



Black color preview on #4EA7A7 background

This text has black color on #4EA7A7 background.


White color preview on #4EA7A7 background

This text has white color on #4EA7A7 background.