COLOR #4E3629

HEX: #4E3629
RGB: (78,54,41)

Color info

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

RGB color model

#4E3629 color RGB value is (78,54,41).

  • red value is 78;
  • green value is 54;
  • blue value is 41.
RGB:
(78,54,41)
(31%,21%,16%)

RGB channels and saturation

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

78
54
41

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

Portions of RGB colors in percentages

R + G + B =
78 + 54 + 41 = 173 (100%)
R 78 of 173 ~ 45.09%
G 54 of 173 ~ 31.21%
B 41 of 173 ~ 23.7%

%45.09
%31.21
%23.7

CMYK color model

#4E3629 color CMYK value is (0,31,47,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 47.44%
  • key color value is 69.41%
CMYK:
(0,31,47,69)
C0M31Y47K69 
(0%,31%,47%,69%)
(0.00/0.31/0.47/0.69)	

CMYK percentages

%0
%30.77
%47.44
%69.41

Codes

Color #4E3629 in popluar color models

4E3629
RGB785441
HSL21°31.09%23.33%
HSB/HSV21°47.44%30.59%
CMYK0.00%30.77%47.44%
69.41%

Color #4E3629 in popluar number systems.

HEX4E3629
Decimal785441
Binary1001110110110101001
Octal1166651

Shades and tints

Shades of #4E3629

#4E3629
(78,54,41)
#473226
(71,50,38)
#402E23
(64,46,35)
#392A20
(57,42,32)
#32261D
(50,38,29)
#2B221A
(43,34,26)
#241E17
(36,30,23)
#1D1A14
(29,26,20)
#161611
(22,22,17)
#0F120E
(15,18,14)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E3629

#4E3629
(78,54,41)
#5E483C
(94,72,60)
#6E5A4F
(110,90,79)
#7E6C62
(126,108,98)
#8E7E75
(142,126,117)
#9E9088
(158,144,136)
#AEA29B
(174,162,155)
#BEB4AE
(190,180,174)
#CEC6C1
(206,198,193)
#DED8D4
(222,216,212)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3629; }

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

This text font color is #4E3629.


Background Color

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

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

This div background color is #4E3629.


Border color

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

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

This div border color is #4E3629.


Opacity

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

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

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

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

This text has shadow with #4E3629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3629 on black background.


Color preview on white background

This text has color #4E3629 on white background.



Black color preview on #4E3629 background

This text has black color on #4E3629 background.


White color preview on #4E3629 background

This text has white color on #4E3629 background.