COLOR #4E382E

HEX: #4E382E
RGB: (78,56,46)

Color info

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

RGB color model

#4E382E color RGB value is (78,56,46).

  • red value is 78;
  • green value is 56;
  • blue value is 46.
RGB:
(78,56,46)
(31%,22%,18%)

RGB channels and saturation

R 78 of 255 = 31%
G 56 of 255 = 22%
B 46 of 255 = 18%

78
56
46

R + G + B ~ 24%. #4E382E is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 56 + 46 = 180 (100%)
R 78 of 180 ~ 43.33%
G 56 of 180 ~ 31.11%
B 46 of 180 ~ 25.56%

%43.33
%31.11
%25.56

CMYK color model

#4E382E color CMYK value is (0,28,41,69).

  • cyan value is 0.00%
  • magenta value is 28.21%
  • yellow value is 41.03%
  • key color value is 69.41%
CMYK:
(0,28,41,69)
C0M28Y41K69 
(0%,28%,41%,69%)
(0.00/0.28/0.41/0.69)	

CMYK percentages

%0
%28.21
%41.03
%69.41

Codes

Color #4E382E in popluar color models

4E382E
RGB785646
HSL19°25.81%24.31%
HSB/HSV19°41.03%30.59%
CMYK0.00%28.21%41.03%
69.41%

Color #4E382E in popluar number systems.

HEX4E382E
Decimal785646
Binary1001110111000101110
Octal1167056

Shades and tints

Shades of #4E382E

#4E382E
(78,56,46)
#47332A
(71,51,42)
#402E26
(64,46,38)
#392922
(57,41,34)
#32241E
(50,36,30)
#2B1F1A
(43,31,26)
#241A16
(36,26,22)
#1D1512
(29,21,18)
#16100E
(22,16,14)
#0F0B0A
(15,11,10)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #4E382E

#4E382E
(78,56,46)
#5E4A41
(94,74,65)
#6E5C54
(110,92,84)
#7E6E67
(126,110,103)
#8E807A
(142,128,122)
#9E928D
(158,146,141)
#AEA4A0
(174,164,160)
#BEB6B3
(190,182,179)
#CEC8C6
(206,200,198)
#DEDAD9
(222,218,217)
#EEECEC
(238,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E382E color. Also use rgb(78,56,46) instead hex code.

Text Font Color

.myTextColor { color: #4E382E; }

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

This text font color is #4E382E.


Background Color

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

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

This div background color is #4E382E.


Border color

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

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

This div border color is #4E382E.


Opacity

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

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

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

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

This text has shadow with #4E382E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E382E on black background.


Color preview on white background

This text has color #4E382E on white background.



Black color preview on #4E382E background

This text has black color on #4E382E background.


White color preview on #4E382E background

This text has white color on #4E382E background.