COLOR #4E867B

HEX: #4E867B
RGB: (78,134,123)

Color info

#4E867B contains red, green and blue colors in about the same proportion. Web safe color of #4E867B is #669966 (or #696).

RGB color model

#4E867B color RGB value is (78,134,123).

  • red value is 78;
  • green value is 134;
  • blue value is 123.
RGB:
(78,134,123)
(31%,53%,48%)

RGB channels and saturation

R 78 of 255 = 31%
G 134 of 255 = 53%
B 123 of 255 = 48%

78
134
123

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

Portions of RGB colors in percentages

R + G + B =
78 + 134 + 123 = 335 (100%)
R 78 of 335 ~ 23.28%
G 134 of 335 ~ 40%
B 123 of 335 ~ 36.72%

%23.28
%40
%36.72

CMYK color model

#4E867B color CMYK value is (42,0,8,47).

  • cyan value is 41.79%
  • magenta value is 0.00%
  • yellow value is 8.21%
  • key color value is 47.45%
CMYK:
(42,0,8,47)
C42M0Y8K47 
(42%,0%,8%,47%)
(0.42/0.00/0.08/0.47)	

CMYK percentages

%41.79
%0
%8.21
%47.45

Codes

Color #4E867B in popluar color models

4E867B
RGB78134123
HSL168°26.42%41.57%
HSB/HSV168°41.79%52.55%
CMYK41.79%0.00%8.21%
47.45%

Color #4E867B in popluar number systems.

HEX4E867B
Decimal78134123
Binary1001110100001101111011
Octal116206173

Shades and tints

Shades of #4E867B

#4E867B
(78,134,123)
#477A70
(71,122,112)
#406E65
(64,110,101)
#39625A
(57,98,90)
#32564F
(50,86,79)
#2B4A44
(43,74,68)
#243E39
(36,62,57)
#1D322E
(29,50,46)
#162623
(22,38,35)
#0F1A18
(15,26,24)
#080E0D
(8,14,13)
#000000
(0,0,0)

Tints of #4E867B

#4E867B
(78,134,123)
#5E9187
(94,145,135)
#6E9C93
(110,156,147)
#7EA79F
(126,167,159)
#8EB2AB
(142,178,171)
#9EBDB7
(158,189,183)
#AEC8C3
(174,200,195)
#BED3CF
(190,211,207)
#CEDEDB
(206,222,219)
#DEE9E7
(222,233,231)
#EEF4F3
(238,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E867B; }

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

This text font color is #4E867B.


Background Color

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

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

This div background color is #4E867B.


Border color

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

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

This div border color is #4E867B.


Opacity

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

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

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

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

This text has shadow with #4E867B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E867B on black background.


Color preview on white background

This text has color #4E867B on white background.



Black color preview on #4E867B background

This text has black color on #4E867B background.


White color preview on #4E867B background

This text has white color on #4E867B background.