COLOR #4E7F69

HEX: #4E7F69 RGB: (78,127,105)

Color info

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

RGB color model

#4E7F69 color RGB value is (78,127,105).

RGB: (78,127,105) (31%, 50%, 41%)

RGB channels and saturation

R 78 of 255 = 31%
G 127 of 255 = 50%
B 105 of 255 = 41%

78
127
105

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

Portions of RGB colors in percentages

R + G + B = 78 + 127 + 105 = 310 (100%)
R 78 of 310 ~ 25.16%
G 127 of 310 ~ 40.97%
B 105 of 310 ~ 33.87'%

%25.16
%40.97
%33.87

CMYK color model

#4E7F69 color CMYK value is (39,0,17,50).

  • cyan value is 38.58%
  • magenta value is 0.00%
  • yellow value is 17.32%
  • key color value is 50.20%
CMYK: (39,0,17,50) C39M0Y17K50 (39%,0%,17%,50%) (0.39/0.00/0.17/0.50) 

CMYK percentages

%38.58
%0
%17.32
%50.2

Codes

Color #4E7F69 in popluar color models

4E 7F 69
RGB 78 127 105
HSL 153° 23.90% 40.20%
HSB/HSV 153° 38.58% 49.80%
CMYK 38.58% 0.00% 17.32%
50.20%

Color #4E7F69 in popluar number systems.

HEX 4E 7F 69
Decimal 78 127 105
Binary 1001110 1111111 1101001
Octal 116 177 151

Shades and tints

Shades of #4E7F69

#4E7F69
(78,127,105)
#477460
(71,116,96)
#406957
(64,105,87)
#395E4E
(57,94,78)
#325345
(50,83,69)
#2B483C
(43,72,60)
#243D33
(36,61,51)
#1D322A
(29,50,42)
#162721
(22,39,33)
#0F1C18
(15,28,24)
#08110F
(8,17,15)
#000000
(0,0,0)

Tints of #4E7F69

#4E7F69
(78,127,105)
#5E8A76
(94,138,118)
#6E9583
(110,149,131)
#7EA090
(126,160,144)
#8EAB9D
(142,171,157)
#9EB6AA
(158,182,170)
#AEC1B7
(174,193,183)
#BECCC4
(190,204,196)
#CED7D1
(206,215,209)
#DEE2DE
(222,226,222)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7F69; }

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

This text font color is #4E7F69.

Background Color

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

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

This div background color is #4E7F69.

Border color

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

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

This div border color is #4E7F69.

Opacity

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

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

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

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

This text has shadow with #4E7F69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7F69.

Preview

Color preview on black background

This text has color #4E7F69 on black background.


Color preview on white background

This text has color #4E7F69 on white background.


Black color preview on #4E7F69 background

This text has black color on #4E7F69 background.


White color preview on #4E7F69 background

This text has white color on #4E7F69 background.


Related colors

Complementary color

Complementary color for #hex is #B18096.


I love getcolorcode.com

Triadic colors

1 #694E7F and #7F694E with #4E7F69 are triadic colors.

2 #697F4E and #7F4E69 with #4E7F69 are triadic colors.