COLOR #4E301A

HEX: #4E301A
RGB: (78,48,26)

Color info

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

RGB color model

#4E301A color RGB value is (78,48,26).

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

RGB channels and saturation

R 78 of 255 = 31%
G 48 of 255 = 19%
B 26 of 255 = 10%

78
48
26

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

Portions of RGB colors in percentages

R + G + B =
78 + 48 + 26 = 152 (100%)
R 78 of 152 ~ 51.32%
G 48 of 152 ~ 31.58%
B 26 of 152 ~ 17.11%

%51.32
%31.58
%17.11

CMYK color model

#4E301A color CMYK value is (0,38,67,69).

  • cyan value is 0.00%
  • magenta value is 38.46%
  • yellow value is 66.67%
  • key color value is 69.41%
CMYK:
(0,38,67,69)
C0M38Y67K69 
(0%,38%,67%,69%)
(0.00/0.38/0.67/0.69)	

CMYK percentages

%0
%38.46
%66.67
%69.41

Codes

Color #4E301A in popluar color models

4E301A
RGB784826
HSL25°50.00%20.39%
HSB/HSV25°66.67%30.59%
CMYK0.00%38.46%66.67%
69.41%

Color #4E301A in popluar number systems.

HEX4E301A
Decimal784826
Binary100111011000011010
Octal1166032

Shades and tints

Shades of #4E301A

#4E301A
(78,48,26)
#472C18
(71,44,24)
#402816
(64,40,22)
#392414
(57,36,20)
#322012
(50,32,18)
#2B1C10
(43,28,16)
#24180E
(36,24,14)
#1D140C
(29,20,12)
#16100A
(22,16,10)
#0F0C08
(15,12,8)
#080806
(8,8,6)
#000000
(0,0,0)

Tints of #4E301A

#4E301A
(78,48,26)
#5E422E
(94,66,46)
#6E5442
(110,84,66)
#7E6656
(126,102,86)
#8E786A
(142,120,106)
#9E8A7E
(158,138,126)
#AE9C92
(174,156,146)
#BEAEA6
(190,174,166)
#CEC0BA
(206,192,186)
#DED2CE
(222,210,206)
#EEE4E2
(238,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E301A; }

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

This text font color is #4E301A.


Background Color

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

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

This div background color is #4E301A.


Border color

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

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

This div border color is #4E301A.


Opacity

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

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

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

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

This text has shadow with #4E301A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E301A on black background.


Color preview on white background

This text has color #4E301A on white background.



Black color preview on #4E301A background

This text has black color on #4E301A background.


White color preview on #4E301A background

This text has white color on #4E301A background.