COLOR #4E8A7B

HEX: #4E8A7B RGB: (78,138,123)

Color info

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

RGB color model

#4E8A7B color RGB value is (78,138,123).

RGB: (78,138,123) (31%, 54%, 48%)

RGB channels and saturation

R 78 of 255 = 31%
G 138 of 255 = 54%
B 123 of 255 = 48%

78
138
123

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

Portions of RGB colors in percentages

R + G + B = 78 + 138 + 123 = 339 (100%)
R 78 of 339 ~ 23.01%
G 138 of 339 ~ 40.71%
B 123 of 339 ~ 36.28'%

%23.01
%40.71
%36.28

CMYK color model

#4E8A7B color CMYK value is (43,0,11,46).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 10.87%
  • key color value is 45.88%
CMYK: (43,0,11,46) C43M0Y11K46 (43%,0%,11%,46%) (0.43/0.00/0.11/0.46) 

CMYK percentages

%43.48
%0
%10.87
%45.88

Codes

Color #4E8A7B in popluar color models

4E 8A 7B
RGB 78 138 123
HSL 165° 27.78% 42.35%
HSB/HSV 165° 43.48% 54.12%
CMYK 43.48% 0.00% 10.87%
45.88%

Color #4E8A7B in popluar number systems.

HEX 4E 8A 7B
Decimal 78 138 123
Binary 1001110 10001010 1111011
Octal 116 212 173

Shades and tints

Shades of #4E8A7B

#4E8A7B
(78,138,123)
#477E70
(71,126,112)
#407265
(64,114,101)
#39665A
(57,102,90)
#325A4F
(50,90,79)
#2B4E44
(43,78,68)
#244239
(36,66,57)
#1D362E
(29,54,46)
#162A23
(22,42,35)
#0F1E18
(15,30,24)
#08120D
(8,18,13)
#000000
(0,0,0)

Tints of #4E8A7B

#4E8A7B
(78,138,123)
#5E9487
(94,148,135)
#6E9E93
(110,158,147)
#7EA89F
(126,168,159)
#8EB2AB
(142,178,171)
#9EBCB7
(158,188,183)
#AEC6C3
(174,198,195)
#BED0CF
(190,208,207)
#CEDADB
(206,218,219)
#DEE4E7
(222,228,231)
#EEEEF3
(238,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E8A7B; }

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

This text font color is #4E8A7B.

Background Color

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

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

This div background color is #4E8A7B.

Border color

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

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

This div border color is #4E8A7B.

Opacity

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

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

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

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

This text has shadow with #4E8A7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E8A7B.

Preview

Color preview on black background

This text has color #4E8A7B on black background.


Color preview on white background

This text has color #4E8A7B on white background.


Black color preview on #4E8A7B background

This text has black color on #4E8A7B background.


White color preview on #4E8A7B background

This text has white color on #4E8A7B background.


Related colors

Complementary color

Complementary color for #hex is #B17584.


I love getcolorcode.com

Triadic colors

1 #7B4E8A and #8A7B4E with #4E8A7B are triadic colors.

2 #7B8A4E and #8A4E7B with #4E8A7B are triadic colors.