COLOR #4E7A6A

HEX: #4E7A6A RGB: (78,122,106)

Color info

#4E7A6A contains red, green and blue colors in about the same proportion. Web safe color of #4E7A6A is #666666 (or #666).

RGB color model

#4E7A6A color RGB value is (78,122,106).

RGB: (78,122,106) (31%, 48%, 42%)

RGB channels and saturation

R 78 of 255 = 31%
G 122 of 255 = 48%
B 106 of 255 = 42%

78
122
106

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

Portions of RGB colors in percentages

R + G + B = 78 + 122 + 106 = 306 (100%)
R 78 of 306 ~ 25.49%
G 122 of 306 ~ 39.87%
B 106 of 306 ~ 34.64'%

%25.49
%39.87
%34.64

CMYK color model

#4E7A6A color CMYK value is (36,0,13,52).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 13.11%
  • key color value is 52.16%

CMYK: (36,0,13,52)
C36M0Y13K52 (36%, 0%, 13%, 52%)
(0.36 / 0.00 / 0.13 / 0.52)

CMYK percentages

%36.07
%0
%13.11
%52.16

Codes

Color #4E7A6A in popluar color models

4E 7A 6A
RGB 78 122 106
HSL 158° 22.00% 39.22%
HSB/HSV 158° 36.07% 47.84%
CMYK 36.07% 0.00% 13.11%
52.16%

Color #4E7A6A in popluar number systems.

HEX 4E 7A 6A
Decimal 78 122 106
Binary 1001110 1111010 1101010
Octal 116 172 152

Shades and tints

Shades of #4E7A6A

#4E7A6A
(78,122,106)
#476F61
(71,111,97)
#406458
(64,100,88)
#39594F
(57,89,79)
#324E46
(50,78,70)
#2B433D
(43,67,61)
#243834
(36,56,52)
#1D2D2B
(29,45,43)
#162222
(22,34,34)
#0F1719
(15,23,25)
#080C10
(8,12,16)
#000000
(0,0,0)

Tints of #4E7A6A

#4E7A6A
(78,122,106)
#5E8677
(94,134,119)
#6E9284
(110,146,132)
#7E9E91
(126,158,145)
#8EAA9E
(142,170,158)
#9EB6AB
(158,182,171)
#AEC2B8
(174,194,184)
#BECEC5
(190,206,197)
#CEDAD2
(206,218,210)
#DEE6DF
(222,230,223)
#EEF2EC
(238,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7A6A; }

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

This text font color is #4E7A6A.

Background Color

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

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

This div background color is #4E7A6A.

Border color

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

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

This div border color is #4E7A6A.

Opacity

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

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

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

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

This text has shadow with #4E7A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7A6A.

Preview

Color preview on black background

This text has color #4E7A6A on black background.


Color preview on white background

This text has color #4E7A6A on white background.


Black color preview on #4E7A6A background

This text has black color on #4E7A6A background.


White color preview on #4E7A6A background

This text has white color on #4E7A6A background.


Related colors

Complementary color

Complementary color for #hex is #B18595.


I love getcolorcode.com

Triadic colors

1 #6A4E7A and #7A6A4E with #4E7A6A are triadic colors.

2 #6A7A4E and #7A4E6A with #4E7A6A are triadic colors.