COLOR #4E7065

HEX: #4E7065 RGB: (78,112,101)

Color info

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

RGB color model

#4E7065 color RGB value is (78,112,101).

RGB: (78,112,101) (31%, 44%, 40%)

RGB channels and saturation

R 78 of 255 = 31%
G 112 of 255 = 44%
B 101 of 255 = 40%

78
112
101

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

Portions of RGB colors in percentages

R + G + B = 78 + 112 + 101 = 291 (100%)
R 78 of 291 ~ 26.8%
G 112 of 291 ~ 38.49%
B 101 of 291 ~ 34.71'%

%26.8
%38.49
%34.71

CMYK color model

#4E7065 color CMYK value is (30,0,10,56).

  • cyan value is 30.36%
  • magenta value is 0.00%
  • yellow value is 9.82%
  • key color value is 56.08%

CMYK: (30,0,10,56)
C30M0Y10K56 (30%, 0%, 10%, 56%)
(0.30 / 0.00 / 0.10 / 0.56)

CMYK percentages

%30.36
%0
%9.82
%56.08

Codes

Color #4E7065 in popluar color models

4E 70 65
RGB 78 112 101
HSL 161° 17.89% 37.25%
HSB/HSV 161° 30.36% 43.92%
CMYK 30.36% 0.00% 9.82%
56.08%

Color #4E7065 in popluar number systems.

HEX 4E 70 65
Decimal 78 112 101
Binary 1001110 1110000 1100101
Octal 116 160 145

Shades and tints

Shades of #4E7065

#4E7065
(78,112,101)
#47665C
(71,102,92)
#405C53
(64,92,83)
#39524A
(57,82,74)
#324841
(50,72,65)
#2B3E38
(43,62,56)
#24342F
(36,52,47)
#1D2A26
(29,42,38)
#16201D
(22,32,29)
#0F1614
(15,22,20)
#080C0B
(8,12,11)
#000000
(0,0,0)

Tints of #4E7065

#4E7065
(78,112,101)
#5E7D73
(94,125,115)
#6E8A81
(110,138,129)
#7E978F
(126,151,143)
#8EA49D
(142,164,157)
#9EB1AB
(158,177,171)
#AEBEB9
(174,190,185)
#BECBC7
(190,203,199)
#CED8D5
(206,216,213)
#DEE5E3
(222,229,227)
#EEF2F1
(238,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7065; }

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

This text font color is #4E7065.

Background Color

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

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

This div background color is #4E7065.

Border color

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

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

This div border color is #4E7065.

Opacity

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

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

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

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

This text has shadow with #4E7065 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7065.

Preview

Color preview on black background

This text has color #4E7065 on black background.


Color preview on white background

This text has color #4E7065 on white background.


Black color preview on #4E7065 background

This text has black color on #4E7065 background.


White color preview on #4E7065 background

This text has white color on #4E7065 background.


Related colors

Complementary color

Complementary color for #hex is #B18F9A.


I love getcolorcode.com

Triadic colors

1 #654E70 and #70654E with #4E7065 are triadic colors.

2 #65704E and #704E65 with #4E7065 are triadic colors.