COLOR #4E4323

HEX: #4E4323 RGB: (78,67,35)

Color info

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

RGB color model

#4E4323 color RGB value is (78,67,35).

RGB: (78,67,35) (31%, 26%, 14%)

RGB channels and saturation

R 78 of 255 = 31%
G 67 of 255 = 26%
B 35 of 255 = 14%

78
67
35

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

Portions of RGB colors in percentages

R + G + B = 78 + 67 + 35 = 180 (100%)
R 78 of 180 ~ 43.33%
G 67 of 180 ~ 37.22%
B 35 of 180 ~ 19.44'%

%43.33
%37.22
%19.44

CMYK color model

#4E4323 color CMYK value is (0,14,55,69).

  • cyan value is 0.00%
  • magenta value is 14.10%
  • yellow value is 55.13%
  • key color value is 69.41%

CMYK: (0,14,55,69)
C0M14Y55K69 (0%, 14%, 55%, 69%)
(0.00 / 0.14 / 0.55 / 0.69)

CMYK percentages

%0
%14.1
%55.13
%69.41

Codes

Color #4E4323 in popluar color models

4E 43 23
RGB 78 67 35
HSL 45° 38.05% 22.16%
HSB/HSV 45° 55.13% 30.59%
CMYK 0.00% 14.10% 55.13%
69.41%

Color #4E4323 in popluar number systems.

HEX 4E 43 23
Decimal 78 67 35
Binary 1001110 1000011 100011
Octal 116 103 43

Shades and tints

Shades of #4E4323

#4E4323
(78,67,35)
#473D20
(71,61,32)
#40371D
(64,55,29)
#39311A
(57,49,26)
#322B17
(50,43,23)
#2B2514
(43,37,20)
#241F11
(36,31,17)
#1D190E
(29,25,14)
#16130B
(22,19,11)
#0F0D08
(15,13,8)
#080705
(8,7,5)
#000000
(0,0,0)

Tints of #4E4323

#4E4323
(78,67,35)
#5E5437
(94,84,55)
#6E654B
(110,101,75)
#7E765F
(126,118,95)
#8E8773
(142,135,115)
#9E9887
(158,152,135)
#AEA99B
(174,169,155)
#BEBAAF
(190,186,175)
#CECBC3
(206,203,195)
#DEDCD7
(222,220,215)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E4323; }

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

This text font color is #4E4323.

Background Color

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

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

This div background color is #4E4323.

Border color

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

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

This div border color is #4E4323.

Opacity

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

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

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

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

This text has shadow with #4E4323 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E4323.

Preview

Color preview on black background

This text has color #4E4323 on black background.


Color preview on white background

This text has color #4E4323 on white background.


Black color preview on #4E4323 background

This text has black color on #4E4323 background.


White color preview on #4E4323 background

This text has white color on #4E4323 background.


Related colors

Complementary color

Complementary color for #hex is #B1BCDC.


I love getcolorcode.com

Triadic colors

1 #234E43 and #43234E with #4E4323 are triadic colors.

2 #23434E and #434E23 with #4E4323 are triadic colors.