COLOR #4E6759

HEX: #4E6759 RGB: (78,103,89)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

78
103
89

R + G + B ~ 35%. #4E6759 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 103 + 89 = 270 (100%)
R 78 of 270 ~ 28.89%
G 103 of 270 ~ 38.15%
B 89 of 270 ~ 32.96'%

%28.89
%38.15
%32.96

CMYK color model

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

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

CMYK: (24,0,14,60)
C24M0Y14K60 (24%, 0%, 14%, 60%)
(0.24 / 0.00 / 0.14 / 0.60)

CMYK percentages

%24.27
%0
%13.59
%59.61

Codes

Color #4E6759 in popluar color models

4E 67 59
RGB 78 103 89
HSL 146° 13.81% 35.49%
HSB/HSV 146° 24.27% 40.39%
CMYK 24.27% 0.00% 13.59%
59.61%

Color #4E6759 in popluar number systems.

HEX 4E 67 59
Decimal 78 103 89
Binary 1001110 1100111 1011001
Octal 116 147 131

Shades and tints

Shades of #4E6759

#4E6759
(78,103,89)
#475E51
(71,94,81)
#405549
(64,85,73)
#394C41
(57,76,65)
#324339
(50,67,57)
#2B3A31
(43,58,49)
#243129
(36,49,41)
#1D2821
(29,40,33)
#161F19
(22,31,25)
#0F1611
(15,22,17)
#080D09
(8,13,9)
#000000
(0,0,0)

Tints of #4E6759

#4E6759
(78,103,89)
#5E7468
(94,116,104)
#6E8177
(110,129,119)
#7E8E86
(126,142,134)
#8E9B95
(142,155,149)
#9EA8A4
(158,168,164)
#AEB5B3
(174,181,179)
#BEC2C2
(190,194,194)
#CECFD1
(206,207,209)
#DEDCE0
(222,220,224)
#EEE9EF
(238,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E6759; }

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

This text font color is #4E6759.

Background Color

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

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

This div background color is #4E6759.

Border color

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

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

This div border color is #4E6759.

Opacity

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

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

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

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

This text has shadow with #4E6759 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E6759.

Preview

Color preview on black background

This text has color #4E6759 on black background.


Color preview on white background

This text has color #4E6759 on white background.


Black color preview on #4E6759 background

This text has black color on #4E6759 background.


White color preview on #4E6759 background

This text has white color on #4E6759 background.


Related colors

Complementary color

Complementary color for #hex is #B198A6.


I love getcolorcode.com

Triadic colors

1 #594E67 and #67594E with #4E6759 are triadic colors.

2 #59674E and #674E59 with #4E6759 are triadic colors.