COLOR #4E3628

HEX: #4E3628 RGB: (78,54,40)

Color info

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

RGB color model

#4E3628 color RGB value is (78,54,40).

RGB: (78,54,40) (31%, 21%, 16%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 40 of 255 = 16%

78
54
40

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

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 40 = 172 (100%)
R 78 of 172 ~ 45.35%
G 54 of 172 ~ 31.4%
B 40 of 172 ~ 23.26'%

%45.35
%31.4
%23.26

CMYK color model

#4E3628 color CMYK value is (0,31,49,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 48.72%
  • key color value is 69.41%
CMYK: (0,31,49,69) C0M31Y49K69 (0%,31%,49%,69%) (0.00/0.31/0.49/0.69) 

CMYK percentages

%0
%30.77
%48.72
%69.41

Codes

Color #4E3628 in popluar color models

4E 36 28
RGB 78 54 40
HSL 22° 32.20% 23.14%
HSB/HSV 22° 48.72% 30.59%
CMYK 0.00% 30.77% 48.72%
69.41%

Color #4E3628 in popluar number systems.

HEX 4E 36 28
Decimal 78 54 40
Binary 1001110 110110 101000
Octal 116 66 50

Shades and tints

Shades of #4E3628

#4E3628
(78,54,40)
#473225
(71,50,37)
#402E22
(64,46,34)
#392A1F
(57,42,31)
#32261C
(50,38,28)
#2B2219
(43,34,25)
#241E16
(36,30,22)
#1D1A13
(29,26,19)
#161610
(22,22,16)
#0F120D
(15,18,13)
#080E0A
(8,14,10)
#000000
(0,0,0)

Tints of #4E3628

#4E3628
(78,54,40)
#5E483B
(94,72,59)
#6E5A4E
(110,90,78)
#7E6C61
(126,108,97)
#8E7E74
(142,126,116)
#9E9087
(158,144,135)
#AEA29A
(174,162,154)
#BEB4AD
(190,180,173)
#CEC6C0
(206,198,192)
#DED8D3
(222,216,211)
#EEEAE6
(238,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E3628 color. Also use rgb(78,54,40) instead hex code.

Text Font Color

.myTextColor { color: #4E3628; }

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

This text font color is #4E3628.

Background Color

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

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

This div background color is #4E3628.

Border color

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

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

This div border color is #4E3628.

Opacity

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

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

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

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

This text has shadow with #4E3628 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3628.

Preview

Color preview on black background

This text has color #4E3628 on black background.


Color preview on white background

This text has color #4E3628 on white background.


Black color preview on #4E3628 background

This text has black color on #4E3628 background.


White color preview on #4E3628 background

This text has white color on #4E3628 background.


Related colors

Complementary color

Complementary color for #hex is #B1C9D7.


I love getcolorcode.com

Triadic colors

1 #284E36 and #36284E with #4E3628 are triadic colors.

2 #28364E and #364E28 with #4E3628 are triadic colors.