COLOR #4E7767

HEX: #4E7767
RGB: (78,119,103)

Color info

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

RGB color model

#4E7767 color RGB value is (78,119,103).

  • red value is 78;
  • green value is 119;
  • blue value is 103.
RGB: (78,119,103) (31%,47%,40%)

RGB channels and saturation

R 78 of 255 = 31%
G 119 of 255 = 47%
B 103 of 255 = 40%

78
119
103

R + G + B ~ 39%. #4E7767 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 119 + 103 = 300 (100%)
R 78 of 300 ~ 26%
G 119 of 300 ~ 39.67%
B 103 of 300 ~ 34.33%

%26
%39.67
%34.33

CMYK color model

#4E7767 color CMYK value is (34,0,13,53).

  • cyan value is 34.45%
  • magenta value is 0.00%
  • yellow value is 13.45%
  • key color value is 53.33%
CMYK: (34,0,13,53) C34M0Y13K53 (34%,0%,13%,53%) (0.34/0.00/0.13/0.53)

CMYK percentages

%34.45
%0
%13.45
%53.33

Codes

Color #4E7767 in popluar color models

4E7767
RGB78119103
HSL157°20.81%38.63%
HSB/HSV157°34.45%46.67%
CMYK34.45%0.00%13.45%
53.33%

Color #4E7767 in popluar number systems.

HEX4E7767
Decimal78119103
Binary100111011101111100111
Octal116167147

Shades and tints

Shades of #4E7767

#4E7767
(78,119,103)
#476D5E
(71,109,94)
#406355
(64,99,85)
#39594C
(57,89,76)
#324F43
(50,79,67)
#2B453A
(43,69,58)
#243B31
(36,59,49)
#1D3128
(29,49,40)
#16271F
(22,39,31)
#0F1D16
(15,29,22)
#08130D
(8,19,13)
#000000
(0,0,0)

Tints of #4E7767

#4E7767
(78,119,103)
#5E8374
(94,131,116)
#6E8F81
(110,143,129)
#7E9B8E
(126,155,142)
#8EA79B
(142,167,155)
#9EB3A8
(158,179,168)
#AEBFB5
(174,191,181)
#BECBC2
(190,203,194)
#CED7CF
(206,215,207)
#DEE3DC
(222,227,220)
#EEEFE9
(238,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E7767; }

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

This text font color is #4E7767.


Background Color

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

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

This div background color is #4E7767.


Border color

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

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

This div border color is #4E7767.


Opacity

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

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

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

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

This text has shadow with #4E7767 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #4E7767 on black background.


Color preview on white background

This text has color #4E7767 on white background.



Black color preview on #4E7767 background

This text has black color on #4E7767 background.


White color preview on #4E7767 background

This text has white color on #4E7767 background.