COLOR #4E6767

HEX: #4E6767 RGB: (78,103,103)

Color info

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

RGB color model

#4E6767 color RGB value is (78,103,103).

RGB: (78,103,103) (31%, 40%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 103 of 255 = 40%
B 103 of 255 = 40%

78
103
103

R + G + B ~ 37%. #4E6767 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 103 + 103 = 284 (100%)
R 78 of 284 ~ 27.46%
G 103 of 284 ~ 36.27%
B 103 of 284 ~ 36.27'%

%27.46
%36.27
%36.27

CMYK color model

#4E6767 color CMYK value is (24,0,0,60).

  • cyan value is 24.27%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (24,0,0,60)
C24M0Y0K60 (24%, 0%, 0%, 60%)
(0.24 / 0.00 / 0.00 / 0.60)

CMYK percentages

%24.27
%0
%0
%59.61

Codes

Color #4E6767 in popluar color models

4E 67 67
RGB 78 103 103
HSL 180° 13.81% 35.49%
HSB/HSV 180° 24.27% 40.39%
CMYK 24.27% 0.00% 0.00%
59.61%

Color #4E6767 in popluar number systems.

HEX 4E 67 67
Decimal 78 103 103
Binary 1001110 1100111 1100111
Octal 116 147 147

Shades and tints

Shades of #4E6767

#4E6767
(78,103,103)
#475E5E
(71,94,94)
#405555
(64,85,85)
#394C4C
(57,76,76)
#324343
(50,67,67)
#2B3A3A
(43,58,58)
#243131
(36,49,49)
#1D2828
(29,40,40)
#161F1F
(22,31,31)
#0F1616
(15,22,22)
#080D0D
(8,13,13)
#000000
(0,0,0)

Tints of #4E6767

#4E6767
(78,103,103)
#5E7474
(94,116,116)
#6E8181
(110,129,129)
#7E8E8E
(126,142,142)
#8E9B9B
(142,155,155)
#9EA8A8
(158,168,168)
#AEB5B5
(174,181,181)
#BEC2C2
(190,194,194)
#CECFCF
(206,207,207)
#DEDCDC
(222,220,220)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6767; }

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

This text font color is #4E6767.

Background Color

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

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

This div background color is #4E6767.

Border color

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

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

This div border color is #4E6767.

Opacity

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

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

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

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

This text has shadow with #4E6767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6767.

Preview

Color preview on black background

This text has color #4E6767 on black background.


Color preview on white background

This text has color #4E6767 on white background.


Black color preview on #4E6767 background

This text has black color on #4E6767 background.


White color preview on #4E6767 background

This text has white color on #4E6767 background.


Related colors

Complementary color

Complementary color for #hex is #B19898.


I love getcolorcode.com