COLOR #4E3E27

HEX: #4E3E27
RGB: (78,62,39)

Color info

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

RGB color model

#4E3E27 color RGB value is (78,62,39).

  • red value is 78;
  • green value is 62;
  • blue value is 39.
RGB:
(78,62,39)
(31%,24%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 39 of 255 = 15%

78
62
39

R + G + B ~ 23%. #4E3E27 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 39 = 179 (100%)
R 78 of 179 ~ 43.58%
G 62 of 179 ~ 34.64%
B 39 of 179 ~ 21.79%

%43.58
%34.64
%21.79

CMYK color model

#4E3E27 color CMYK value is (0,21,50,69).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 50.00%
  • key color value is 69.41%
CMYK:
(0,21,50,69)
C0M21Y50K69 
(0%,21%,50%,69%)
(0.00/0.21/0.50/0.69)	

CMYK percentages

%0
%20.51
%50
%69.41

Codes

Color #4E3E27 in popluar color models

4E3E27
RGB786239
HSL35°33.33%22.94%
HSB/HSV35°50.00%30.59%
CMYK0.00%20.51%50.00%
69.41%

Color #4E3E27 in popluar number systems.

HEX4E3E27
Decimal786239
Binary1001110111110100111
Octal1167647

Shades and tints

Shades of #4E3E27

#4E3E27
(78,62,39)
#473924
(71,57,36)
#403421
(64,52,33)
#392F1E
(57,47,30)
#322A1B
(50,42,27)
#2B2518
(43,37,24)
#242015
(36,32,21)
#1D1B12
(29,27,18)
#16160F
(22,22,15)
#0F110C
(15,17,12)
#080C09
(8,12,9)
#000000
(0,0,0)

Tints of #4E3E27

#4E3E27
(78,62,39)
#5E4F3A
(94,79,58)
#6E604D
(110,96,77)
#7E7160
(126,113,96)
#8E8273
(142,130,115)
#9E9386
(158,147,134)
#AEA499
(174,164,153)
#BEB5AC
(190,181,172)
#CEC6BF
(206,198,191)
#DED7D2
(222,215,210)
#EEE8E5
(238,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3E27 color. Also use rgb(78,62,39) instead hex code.

Text Font Color

.myTextColor { color: #4E3E27; }

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

This text font color is #4E3E27.


Background Color

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

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

This div background color is #4E3E27.


Border color

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

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

This div border color is #4E3E27.


Opacity

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

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

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

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

This text has shadow with #4E3E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E27 on black background.


Color preview on white background

This text has color #4E3E27 on white background.



Black color preview on #4E3E27 background

This text has black color on #4E3E27 background.


White color preview on #4E3E27 background

This text has white color on #4E3E27 background.