COLOR #4E7468

HEX: #4E7468
RGB: (78,116,104)

Color info

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

RGB color model

#4E7468 color RGB value is (78,116,104).

  • red value is 78;
  • green value is 116;
  • blue value is 104.
RGB:
(78,116,104)
(31%,45%,41%)

RGB channels and saturation

R 78 of 255 = 31%
G 116 of 255 = 45%
B 104 of 255 = 41%

78
116
104

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

Portions of RGB colors in percentages

R + G + B =
78 + 116 + 104 = 298 (100%)
R 78 of 298 ~ 26.17%
G 116 of 298 ~ 38.93%
B 104 of 298 ~ 34.9%

%26.17
%38.93
%34.9

CMYK color model

#4E7468 color CMYK value is (33,0,10,55).

  • cyan value is 32.76%
  • magenta value is 0.00%
  • yellow value is 10.34%
  • key color value is 54.51%
CMYK:
(33,0,10,55)
C33M0Y10K55 
(33%,0%,10%,55%)
(0.33/0.00/0.10/0.55)	

CMYK percentages

%32.76
%0
%10.34
%54.51

Codes

Color #4E7468 in popluar color models

4E7468
RGB78116104
HSL161°19.59%38.04%
HSB/HSV161°32.76%45.49%
CMYK32.76%0.00%10.34%
54.51%

Color #4E7468 in popluar number systems.

HEX4E7468
Decimal78116104
Binary100111011101001101000
Octal116164150

Shades and tints

Shades of #4E7468

#4E7468
(78,116,104)
#476A5F
(71,106,95)
#406056
(64,96,86)
#39564D
(57,86,77)
#324C44
(50,76,68)
#2B423B
(43,66,59)
#243832
(36,56,50)
#1D2E29
(29,46,41)
#162420
(22,36,32)
#0F1A17
(15,26,23)
#08100E
(8,16,14)
#000000
(0,0,0)

Tints of #4E7468

#4E7468
(78,116,104)
#5E8075
(94,128,117)
#6E8C82
(110,140,130)
#7E988F
(126,152,143)
#8EA49C
(142,164,156)
#9EB0A9
(158,176,169)
#AEBCB6
(174,188,182)
#BEC8C3
(190,200,195)
#CED4D0
(206,212,208)
#DEE0DD
(222,224,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E7468 color. Also use rgb(78,116,104) instead hex code.

Text Font Color

.myTextColor { color: #4E7468; }

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

This text font color is #4E7468.


Background Color

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

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

This div background color is #4E7468.


Border color

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

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

This div border color is #4E7468.


Opacity

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

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

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

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

This text has shadow with #4E7468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E7468 on black background.


Color preview on white background

This text has color #4E7468 on white background.



Black color preview on #4E7468 background

This text has black color on #4E7468 background.


White color preview on #4E7468 background

This text has white color on #4E7468 background.