COLOR #4E331A

HEX: #4E331A
RGB: (78,51,26)

Color info

#4E331A contains red, green and blue colors in about the same proportion. Web safe color of #4E331A is #663300 (or #630).

RGB color model

#4E331A color RGB value is (78,51,26).

  • red value is 78;
  • green value is 51;
  • blue value is 26.
RGB:
(78,51,26)
(31%,20%,10%)

RGB channels and saturation

R 78 of 255 = 31%
G 51 of 255 = 20%
B 26 of 255 = 10%

78
51
26

R + G + B ~ 20%. #4E331A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 51 + 26 = 155 (100%)
R 78 of 155 ~ 50.32%
G 51 of 155 ~ 32.9%
B 26 of 155 ~ 16.77%

%50.32
%32.9
%16.77

CMYK color model

#4E331A color CMYK value is (0,35,67,69).

  • cyan value is 0.00%
  • magenta value is 34.62%
  • yellow value is 66.67%
  • key color value is 69.41%
CMYK:
(0,35,67,69)
C0M35Y67K69 
(0%,35%,67%,69%)
(0.00/0.35/0.67/0.69)	

CMYK percentages

%0
%34.62
%66.67
%69.41

Codes

Color #4E331A in popluar color models

4E331A
RGB785126
HSL29°50.00%20.39%
HSB/HSV29°66.67%30.59%
CMYK0.00%34.62%66.67%
69.41%

Color #4E331A in popluar number systems.

HEX4E331A
Decimal785126
Binary100111011001111010
Octal1166332

Shades and tints

Shades of #4E331A

#4E331A
(78,51,26)
#472F18
(71,47,24)
#402B16
(64,43,22)
#392714
(57,39,20)
#322312
(50,35,18)
#2B1F10
(43,31,16)
#241B0E
(36,27,14)
#1D170C
(29,23,12)
#16130A
(22,19,10)
#0F0F08
(15,15,8)
#080B06
(8,11,6)
#000000
(0,0,0)

Tints of #4E331A

#4E331A
(78,51,26)
#5E452E
(94,69,46)
#6E5742
(110,87,66)
#7E6956
(126,105,86)
#8E7B6A
(142,123,106)
#9E8D7E
(158,141,126)
#AE9F92
(174,159,146)
#BEB1A6
(190,177,166)
#CEC3BA
(206,195,186)
#DED5CE
(222,213,206)
#EEE7E2
(238,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E331A color. Also use rgb(78,51,26) instead hex code.

Text Font Color

.myTextColor { color: #4E331A; }

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

This text font color is #4E331A.


Background Color

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

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

This div background color is #4E331A.


Border color

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

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

This div border color is #4E331A.


Opacity

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

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

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

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

This text has shadow with #4E331A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E331A on black background.


Color preview on white background

This text has color #4E331A on white background.



Black color preview on #4E331A background

This text has black color on #4E331A background.


White color preview on #4E331A background

This text has white color on #4E331A background.