COLOR #4E6B69

HEX: #4E6B69
RGB: (78,107,105)

Color info

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

RGB color model

#4E6B69 color RGB value is (78,107,105).

  • red value is 78;
  • green value is 107;
  • blue value is 105.
RGB:
(78,107,105)
(31%,42%,41%)

RGB channels and saturation

R 78 of 255 = 31%
G 107 of 255 = 42%
B 105 of 255 = 41%

78
107
105

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

Portions of RGB colors in percentages

R + G + B =
78 + 107 + 105 = 290 (100%)
R 78 of 290 ~ 26.9%
G 107 of 290 ~ 36.9%
B 105 of 290 ~ 36.21%

%26.9
%36.9
%36.21

CMYK color model

#4E6B69 color CMYK value is (27,0,2,58).

  • cyan value is 27.10%
  • magenta value is 0.00%
  • yellow value is 1.87%
  • key color value is 58.04%
CMYK:
(27,0,2,58)
C27M0Y2K58 
(27%,0%,2%,58%)
(0.27/0.00/0.02/0.58)	

CMYK percentages

%27.1
%0
%1.87
%58.04

Codes

Color #4E6B69 in popluar color models

4E6B69
RGB78107105
HSL176°15.68%36.27%
HSB/HSV176°27.10%41.96%
CMYK27.10%0.00%1.87%
58.04%

Color #4E6B69 in popluar number systems.

HEX4E6B69
Decimal78107105
Binary100111011010111101001
Octal116153151

Shades and tints

Shades of #4E6B69

#4E6B69
(78,107,105)
#476260
(71,98,96)
#405957
(64,89,87)
#39504E
(57,80,78)
#324745
(50,71,69)
#2B3E3C
(43,62,60)
#243533
(36,53,51)
#1D2C2A
(29,44,42)
#162321
(22,35,33)
#0F1A18
(15,26,24)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E6B69

#4E6B69
(78,107,105)
#5E7876
(94,120,118)
#6E8583
(110,133,131)
#7E9290
(126,146,144)
#8E9F9D
(142,159,157)
#9EACAA
(158,172,170)
#AEB9B7
(174,185,183)
#BEC6C4
(190,198,196)
#CED3D1
(206,211,209)
#DEE0DE
(222,224,222)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6B69; }

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

This text font color is #4E6B69.


Background Color

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

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

This div background color is #4E6B69.


Border color

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

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

This div border color is #4E6B69.


Opacity

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

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

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

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

This text has shadow with #4E6B69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E6B69 on black background.


Color preview on white background

This text has color #4E6B69 on white background.



Black color preview on #4E6B69 background

This text has black color on #4E6B69 background.


White color preview on #4E6B69 background

This text has white color on #4E6B69 background.