COLOR #4E5144

HEX: #4E5144
RGB: (78,81,68)

Color info

#4E5144 contains red, green and blue colors in about the same proportion. Web safe color of #4E5144 is #666633 (or #663).

RGB color model

#4E5144 color RGB value is (78,81,68).

  • red value is 78;
  • green value is 81;
  • blue value is 68.
RGB:
(78,81,68)
(31%,32%,27%)

RGB channels and saturation

R 78 of 255 = 31%
G 81 of 255 = 32%
B 68 of 255 = 27%

78
81
68

R + G + B ~ 30%. #4E5144 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 81 + 68 = 227 (100%)
R 78 of 227 ~ 34.36%
G 81 of 227 ~ 35.68%
B 68 of 227 ~ 29.96%

%34.36
%35.68
%29.96

CMYK color model

#4E5144 color CMYK value is (4,0,16,68).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 16.05%
  • key color value is 68.24%
CMYK:
(4,0,16,68)
C4M0Y16K68 
(4%,0%,16%,68%)
(0.04/0.00/0.16/0.68)	

CMYK percentages

%3.7
%0
%16.05
%68.24

Codes

Color #4E5144 in popluar color models

4E5144
RGB788168
HSL74°8.72%29.22%
HSB/HSV74°16.05%31.76%
CMYK3.70%0.00%16.05%
68.24%

Color #4E5144 in popluar number systems.

HEX4E5144
Decimal788168
Binary100111010100011000100
Octal116121104

Shades and tints

Shades of #4E5144

#4E5144
(78,81,68)
#474A3E
(71,74,62)
#404338
(64,67,56)
#393C32
(57,60,50)
#32352C
(50,53,44)
#2B2E26
(43,46,38)
#242720
(36,39,32)
#1D201A
(29,32,26)
#161914
(22,25,20)
#0F120E
(15,18,14)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E5144

#4E5144
(78,81,68)
#5E6055
(94,96,85)
#6E6F66
(110,111,102)
#7E7E77
(126,126,119)
#8E8D88
(142,141,136)
#9E9C99
(158,156,153)
#AEABAA
(174,171,170)
#BEBABB
(190,186,187)
#CEC9CC
(206,201,204)
#DED8DD
(222,216,221)
#EEE7EE
(238,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E5144 color. Also use rgb(78,81,68) instead hex code.

Text Font Color

.myTextColor { color: #4E5144; }

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

This text font color is #4E5144.


Background Color

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

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

This div background color is #4E5144.


Border color

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

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

This div border color is #4E5144.


Opacity

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

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

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

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

This text has shadow with #4E5144 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E5144 on black background.


Color preview on white background

This text has color #4E5144 on white background.



Black color preview on #4E5144 background

This text has black color on #4E5144 background.


White color preview on #4E5144 background

This text has white color on #4E5144 background.