COLOR #4E907C

HEX: #4E907C
RGB: (78,144,124)

Color info

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

RGB color model

#4E907C color RGB value is (78,144,124).

  • red value is 78;
  • green value is 144;
  • blue value is 124.
RGB:
(78,144,124)
(31%,56%,49%)

RGB channels and saturation

R 78 of 255 = 31%
G 144 of 255 = 56%
B 124 of 255 = 49%

78
144
124

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

Portions of RGB colors in percentages

R + G + B =
78 + 144 + 124 = 346 (100%)
R 78 of 346 ~ 22.54%
G 144 of 346 ~ 41.62%
B 124 of 346 ~ 35.84%

%22.54
%41.62
%35.84

CMYK color model

#4E907C color CMYK value is (46,0,14,44).

  • cyan value is 45.83%
  • magenta value is 0.00%
  • yellow value is 13.89%
  • key color value is 43.53%
CMYK:
(46,0,14,44)
C46M0Y14K44 
(46%,0%,14%,44%)
(0.46/0.00/0.14/0.44)	

CMYK percentages

%45.83
%0
%13.89
%43.53

Codes

Color #4E907C in popluar color models

4E907C
RGB78144124
HSL162°29.73%43.53%
HSB/HSV162°45.83%56.47%
CMYK45.83%0.00%13.89%
43.53%

Color #4E907C in popluar number systems.

HEX4E907C
Decimal78144124
Binary1001110100100001111100
Octal116220174

Shades and tints

Shades of #4E907C

#4E907C
(78,144,124)
#478371
(71,131,113)
#407666
(64,118,102)
#39695B
(57,105,91)
#325C50
(50,92,80)
#2B4F45
(43,79,69)
#24423A
(36,66,58)
#1D352F
(29,53,47)
#162824
(22,40,36)
#0F1B19
(15,27,25)
#080E0E
(8,14,14)
#000000
(0,0,0)

Tints of #4E907C

#4E907C
(78,144,124)
#5E9A87
(94,154,135)
#6EA492
(110,164,146)
#7EAE9D
(126,174,157)
#8EB8A8
(142,184,168)
#9EC2B3
(158,194,179)
#AECCBE
(174,204,190)
#BED6C9
(190,214,201)
#CEE0D4
(206,224,212)
#DEEADF
(222,234,223)
#EEF4EA
(238,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E907C; }

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

This text font color is #4E907C.


Background Color

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

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

This div background color is #4E907C.


Border color

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

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

This div border color is #4E907C.


Opacity

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

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

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

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

This text has shadow with #4E907C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E907C on black background.


Color preview on white background

This text has color #4E907C on white background.



Black color preview on #4E907C background

This text has black color on #4E907C background.


White color preview on #4E907C background

This text has white color on #4E907C background.