COLOR #4E4345

HEX: #4E4345
RGB: (78,67,69)

Color info

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

RGB color model

#4E4345 color RGB value is (78,67,69).

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

RGB channels and saturation

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

78
67
69

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

Portions of RGB colors in percentages

R + G + B =
78 + 67 + 69 = 214 (100%)
R 78 of 214 ~ 36.45%
G 67 of 214 ~ 31.31%
B 69 of 214 ~ 32.24%

%36.45
%31.31
%32.24

CMYK color model

#4E4345 color CMYK value is (0,14,12,69).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 11.54%
  • key color value is 69.41%
CMYK:
(0,14,12,69)
C0M14Y12K69 
(0%,14%,12%,69%)
(0.00/0.14/0.12/0.69)	

CMYK percentages

%0
%14.1
%11.54
%69.41

Codes

Color #4E4345 in popluar color models

4E4345
RGB786769
HSL349°7.59%28.43%
HSB/HSV349°14.10%30.59%
CMYK0.00%14.10%11.54%
69.41%

Color #4E4345 in popluar number systems.

HEX4E4345
Decimal786769
Binary100111010000111000101
Octal116103105

Shades and tints

Shades of #4E4345

#4E4345
(78,67,69)
#473D3F
(71,61,63)
#403739
(64,55,57)
#393133
(57,49,51)
#322B2D
(50,43,45)
#2B2527
(43,37,39)
#241F21
(36,31,33)
#1D191B
(29,25,27)
#161315
(22,19,21)
#0F0D0F
(15,13,15)
#080709
(8,7,9)
#000000
(0,0,0)

Tints of #4E4345

#4E4345
(78,67,69)
#5E5455
(94,84,85)
#6E6565
(110,101,101)
#7E7675
(126,118,117)
#8E8785
(142,135,133)
#9E9895
(158,152,149)
#AEA9A5
(174,169,165)
#BEBAB5
(190,186,181)
#CECBC5
(206,203,197)
#DEDCD5
(222,220,213)
#EEEDE5
(238,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4345; }

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

This text font color is #4E4345.


Background Color

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

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

This div background color is #4E4345.


Border color

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

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

This div border color is #4E4345.


Opacity

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

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

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

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

This text has shadow with #4E4345 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4345 on black background.


Color preview on white background

This text has color #4E4345 on white background.



Black color preview on #4E4345 background

This text has black color on #4E4345 background.


White color preview on #4E4345 background

This text has white color on #4E4345 background.