COLOR #4E4344

HEX: #4E4344
RGB: (78,67,68)

Color info

#4E4344 contains red, green and blue colors in about the same proportion. Web safe color of #4E4344 is #663333 (or #633).

RGB color model

#4E4344 color RGB value is (78,67,68).

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

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 68 of 255 = 27%

78
67
68

R + G + B ~ 28%. #4E4344 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 68 = 213 (100%)
R 78 of 213 ~ 36.62%
G 67 of 213 ~ 31.46%
B 68 of 213 ~ 31.92%

%36.62
%31.46
%31.92

CMYK color model

#4E4344 color CMYK value is (0,14,13,69).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 12.82%
  • key color value is 69.41%
CMYK:
(0,14,13,69)
C0M14Y13K69 
(0%,14%,13%,69%)
(0.00/0.14/0.13/0.69)	

CMYK percentages

%0
%14.1
%12.82
%69.41

Codes

Color #4E4344 in popluar color models

4E4344
RGB786768
HSL355°7.59%28.43%
HSB/HSV355°14.10%30.59%
CMYK0.00%14.10%12.82%
69.41%

Color #4E4344 in popluar number systems.

HEX4E4344
Decimal786768
Binary100111010000111000100
Octal116103104

Shades and tints

Shades of #4E4344

#4E4344
(78,67,68)
#473D3E
(71,61,62)
#403738
(64,55,56)
#393132
(57,49,50)
#322B2C
(50,43,44)
#2B2526
(43,37,38)
#241F20
(36,31,32)
#1D191A
(29,25,26)
#161314
(22,19,20)
#0F0D0E
(15,13,14)
#080708
(8,7,8)
#000000
(0,0,0)

Tints of #4E4344

#4E4344
(78,67,68)
#5E5455
(94,84,85)
#6E6566
(110,101,102)
#7E7677
(126,118,119)
#8E8788
(142,135,136)
#9E9899
(158,152,153)
#AEA9AA
(174,169,170)
#BEBABB
(190,186,187)
#CECBCC
(206,203,204)
#DEDCDD
(222,220,221)
#EEEDEE
(238,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4344; }

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

This text font color is #4E4344.


Background Color

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

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

This div background color is #4E4344.


Border color

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

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

This div border color is #4E4344.


Opacity

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

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

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

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

This text has shadow with #4E4344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4344 on black background.


Color preview on white background

This text has color #4E4344 on white background.



Black color preview on #4E4344 background

This text has black color on #4E4344 background.


White color preview on #4E4344 background

This text has white color on #4E4344 background.