COLOR #4E061A

HEX: #4E061A
RGB: (78,6,26)

Color info

#4E061A contains mainly red and blue colors. Web safe color of #4E061A is #660000 (or #600).

RGB color model

#4E061A color RGB value is (78,6,26).

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

RGB channels and saturation

R 78 of 255 = 31%
G 6 of 255 = 2%
B 26 of 255 = 10%

78
6
26

R + G + B ~ 14%. #4E061A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 6 + 26 = 110 (100%)
R 78 of 110 ~ 70.91%
G 6 of 110 ~ 5.45%
B 26 of 110 ~ 23.64%

%70.91
%23.64

CMYK color model

#4E061A color CMYK value is (0,92,67,69).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 66.67%
  • key color value is 69.41%
CMYK:
(0,92,67,69)
C0M92Y67K69 
(0%,92%,67%,69%)
(0.00/0.92/0.67/0.69)	

CMYK percentages

%0
%92.31
%66.67
%69.41

Codes

Color #4E061A in popluar color models

4E061A
RGB78626
HSL343°85.71%16.47%
HSB/HSV343°92.31%30.59%
CMYK0.00%92.31%66.67%
69.41%

Color #4E061A in popluar number systems.

HEX4E061A
Decimal78626
Binary100111011011010
Octal116632

Shades and tints

Shades of #4E061A

#4E061A
(78,6,26)
#470618
(71,6,24)
#400616
(64,6,22)
#390614
(57,6,20)
#320612
(50,6,18)
#2B0610
(43,6,16)
#24060E
(36,6,14)
#1D060C
(29,6,12)
#16060A
(22,6,10)
#0F0608
(15,6,8)
#080606
(8,6,6)
#000000
(0,0,0)

Tints of #4E061A

#4E061A
(78,6,26)
#5E1C2E
(94,28,46)
#6E3242
(110,50,66)
#7E4856
(126,72,86)
#8E5E6A
(142,94,106)
#9E747E
(158,116,126)
#AE8A92
(174,138,146)
#BEA0A6
(190,160,166)
#CEB6BA
(206,182,186)
#DECCCE
(222,204,206)
#EEE2E2
(238,226,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E061A; }

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

This text font color is #4E061A.


Background Color

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

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

This div background color is #4E061A.


Border color

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

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

This div border color is #4E061A.


Opacity

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

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

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

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

This text has shadow with #4E061A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E061A on black background.


Color preview on white background

This text has color #4E061A on white background.



Black color preview on #4E061A background

This text has black color on #4E061A background.


White color preview on #4E061A background

This text has white color on #4E061A background.