COLOR #4E6A6A

HEX: #4E6A6A RGB: (78,106,106)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
106
106

R + G + B ~ 38%. #4E6A6A is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 106 + 106 = 290 (100%)
R 78 of 290 ~ 26.9%
G 106 of 290 ~ 36.55%
B 106 of 290 ~ 36.55'%

%26.9
%36.55
%36.55

CMYK color model

#4E6A6A color CMYK value is (26,0,0,58).

  • cyan value is 26.42%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (26,0,0,58)
C26M0Y0K58 (26%, 0%, 0%, 58%)
(0.26 / 0.00 / 0.00 / 0.58)

CMYK percentages

%26.42
%0
%0
%58.43

Codes

Color #4E6A6A in popluar color models

4E 6A 6A
RGB 78 106 106
HSL 180° 15.22% 36.08%
HSB/HSV 180° 26.42% 41.57%
CMYK 26.42% 0.00% 0.00%
58.43%

Color #4E6A6A in popluar number systems.

HEX 4E 6A 6A
Decimal 78 106 106
Binary 1001110 1101010 1101010
Octal 116 152 152

Shades and tints

Shades of #4E6A6A

#4E6A6A
(78,106,106)
#476161
(71,97,97)
#405858
(64,88,88)
#394F4F
(57,79,79)
#324646
(50,70,70)
#2B3D3D
(43,61,61)
#243434
(36,52,52)
#1D2B2B
(29,43,43)
#162222
(22,34,34)
#0F1919
(15,25,25)
#081010
(8,16,16)
#000000
(0,0,0)

Tints of #4E6A6A

#4E6A6A
(78,106,106)
#5E7777
(94,119,119)
#6E8484
(110,132,132)
#7E9191
(126,145,145)
#8E9E9E
(142,158,158)
#9EABAB
(158,171,171)
#AEB8B8
(174,184,184)
#BEC5C5
(190,197,197)
#CED2D2
(206,210,210)
#DEDFDF
(222,223,223)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6A6A; }

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

This text font color is #4E6A6A.

Background Color

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

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

This div background color is #4E6A6A.

Border color

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

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

This div border color is #4E6A6A.

Opacity

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

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

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

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

This text has shadow with #4E6A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6A6A.

Preview

Color preview on black background

This text has color #4E6A6A on black background.


Color preview on white background

This text has color #4E6A6A on white background.


Black color preview on #4E6A6A background

This text has black color on #4E6A6A background.


White color preview on #4E6A6A background

This text has white color on #4E6A6A background.


Related colors

Complementary color

Complementary color for #hex is #B19595.


I love getcolorcode.com