COLOR #4E371E

HEX: #4E371E RGB: (78,55,30)

Color info

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

RGB color model

#4E371E color RGB value is (78,55,30).

RGB: (78,55,30) (31%, 22%, 12%)

RGB channels and saturation

R 78 of 255 = 31%
G 55 of 255 = 22%
B 30 of 255 = 12%

78
55
30

R + G + B ~ 22%. #4E371E is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 55 + 30 = 163 (100%)
R 78 of 163 ~ 47.85%
G 55 of 163 ~ 33.74%
B 30 of 163 ~ 18.4'%

%47.85
%33.74
%18.4

CMYK color model

#4E371E color CMYK value is (0,29,62,69).

  • cyan value is 0.00%
  • magenta value is 29.49%
  • yellow value is 61.54%
  • key color value is 69.41%

CMYK: (0,29,62,69)
C0M29Y62K69 (0%, 29%, 62%, 69%)
(0.00 / 0.29 / 0.62 / 0.69)

CMYK percentages

%0
%29.49
%61.54
%69.41

Codes

Color #4E371E in popluar color models

4E 37 1E
RGB 78 55 30
HSL 31° 44.44% 21.18%
HSB/HSV 31° 61.54% 30.59%
CMYK 0.00% 29.49% 61.54%
69.41%

Color #4E371E in popluar number systems.

HEX 4E 37 1E
Decimal 78 55 30
Binary 1001110 110111 11110
Octal 116 67 36

Shades and tints

Shades of #4E371E

#4E371E
(78,55,30)
#47321C
(71,50,28)
#402D1A
(64,45,26)
#392818
(57,40,24)
#322316
(50,35,22)
#2B1E14
(43,30,20)
#241912
(36,25,18)
#1D1410
(29,20,16)
#160F0E
(22,15,14)
#0F0A0C
(15,10,12)
#08050A
(8,5,10)
#000000
(0,0,0)

Tints of #4E371E

#4E371E
(78,55,30)
#5E4932
(94,73,50)
#6E5B46
(110,91,70)
#7E6D5A
(126,109,90)
#8E7F6E
(142,127,110)
#9E9182
(158,145,130)
#AEA396
(174,163,150)
#BEB5AA
(190,181,170)
#CEC7BE
(206,199,190)
#DED9D2
(222,217,210)
#EEEBE6
(238,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E371E color. Also use rgb(78,55,30) instead hex code.

Text Font Color

.myTextColor { color: #4E371E; }

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

This text font color is #4E371E.

Background Color

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

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

This div background color is #4E371E.

Border color

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

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

This div border color is #4E371E.

Opacity

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

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

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

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

This text has shadow with #4E371E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E371E.

Preview

Color preview on black background

This text has color #4E371E on black background.


Color preview on white background

This text has color #4E371E on white background.


Black color preview on #4E371E background

This text has black color on #4E371E background.


White color preview on #4E371E background

This text has white color on #4E371E background.


Related colors

Complementary color

Complementary color for #hex is #B1C8E1.


I love getcolorcode.com

Triadic colors

1 #1E4E37 and #371E4E with #4E371E are triadic colors.

2 #1E374E and #374E1E with #4E371E are triadic colors.