COLOR #4E7165

HEX: #4E7165 RGB: (78,113,101)

Color info

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

RGB color model

#4E7165 color RGB value is (78,113,101).

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

RGB channels and saturation

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

78
113
101

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

Portions of RGB colors in percentages

R + G + B = 78 + 113 + 101 = 292 (100%)
R 78 of 292 ~ 26.71%
G 113 of 292 ~ 38.7%
B 101 of 292 ~ 34.59'%

%26.71
%38.7
%34.59

CMYK color model

#4E7165 color CMYK value is (31,0,11,56).

  • cyan value is 30.97%
  • magenta value is 0.00%
  • yellow value is 10.62%
  • key color value is 55.69%

CMYK: (31,0,11,56)
C31M0Y11K56 (31%, 0%, 11%, 56%)
(0.31 / 0.00 / 0.11 / 0.56)

CMYK percentages

%30.97
%0
%10.62
%55.69

Codes

Color #4E7165 in popluar color models

4E 71 65
RGB 78 113 101
HSL 159° 18.32% 37.45%
HSB/HSV 159° 30.97% 44.31%
CMYK 30.97% 0.00% 10.62%
55.69%

Color #4E7165 in popluar number systems.

HEX 4E 71 65
Decimal 78 113 101
Binary 1001110 1110001 1100101
Octal 116 161 145

Shades and tints

Shades of #4E7165

#4E7165
(78,113,101)
#47675C
(71,103,92)
#405D53
(64,93,83)
#39534A
(57,83,74)
#324941
(50,73,65)
#2B3F38
(43,63,56)
#24352F
(36,53,47)
#1D2B26
(29,43,38)
#16211D
(22,33,29)
#0F1714
(15,23,20)
#080D0B
(8,13,11)
#000000
(0,0,0)

Tints of #4E7165

#4E7165
(78,113,101)
#5E7D73
(94,125,115)
#6E8981
(110,137,129)
#7E958F
(126,149,143)
#8EA19D
(142,161,157)
#9EADAB
(158,173,171)
#AEB9B9
(174,185,185)
#BEC5C7
(190,197,199)
#CED1D5
(206,209,213)
#DEDDE3
(222,221,227)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7165; }

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

This text font color is #4E7165.

Background Color

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

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

This div background color is #4E7165.

Border color

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

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

This div border color is #4E7165.

Opacity

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

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

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

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

This text has shadow with #4E7165 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E7165.

Preview

Color preview on black background

This text has color #4E7165 on black background.


Color preview on white background

This text has color #4E7165 on white background.


Black color preview on #4E7165 background

This text has black color on #4E7165 background.


White color preview on #4E7165 background

This text has white color on #4E7165 background.


Related colors

Complementary color

Complementary color for #hex is #B18E9A.


I love getcolorcode.com

Triadic colors

1 #654E71 and #71654E with #4E7165 are triadic colors.

2 #65714E and #714E65 with #4E7165 are triadic colors.