COLOR #4E2A2A

HEX: #4E2A2A
RGB: (78,42,42)

Color info

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

RGB color model

#4E2A2A color RGB value is (78,42,42).

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

RGB channels and saturation

R 78 of 255 = 31%
G 42 of 255 = 16%
B 42 of 255 = 16%

78
42
42

R + G + B ~ 21%. #4E2A2A is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 42 + 42 = 162 (100%)
R 78 of 162 ~ 48.15%
G 42 of 162 ~ 25.93%
B 42 of 162 ~ 25.93%

%48.15
%25.93
%25.93

CMYK color model

#4E2A2A color CMYK value is (0,46,46,69).

  • cyan value is 0.00%
  • magenta value is 46.15%
  • yellow value is 46.15%
  • key color value is 69.41%
CMYK:
(0,46,46,69)
C0M46Y46K69 
(0%,46%,46%,69%)
(0.00/0.46/0.46/0.69)	

CMYK percentages

%0
%46.15
%46.15
%69.41

Codes

Color #4E2A2A in popluar color models

4E2A2A
RGB784242
HSL30.00%23.53%
HSB/HSV46.15%30.59%
CMYK0.00%46.15%46.15%
69.41%

Color #4E2A2A in popluar number systems.

HEX4E2A2A
Decimal784242
Binary1001110101010101010
Octal1165252

Shades and tints

Shades of #4E2A2A

#4E2A2A
(78,42,42)
#472727
(71,39,39)
#402424
(64,36,36)
#392121
(57,33,33)
#321E1E
(50,30,30)
#2B1B1B
(43,27,27)
#241818
(36,24,24)
#1D1515
(29,21,21)
#161212
(22,18,18)
#0F0F0F
(15,15,15)
#080C0C
(8,12,12)
#000000
(0,0,0)

Tints of #4E2A2A

#4E2A2A
(78,42,42)
#5E3D3D
(94,61,61)
#6E5050
(110,80,80)
#7E6363
(126,99,99)
#8E7676
(142,118,118)
#9E8989
(158,137,137)
#AE9C9C
(174,156,156)
#BEAFAF
(190,175,175)
#CEC2C2
(206,194,194)
#DED5D5
(222,213,213)
#EEE8E8
(238,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2A2A; }

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

This text font color is #4E2A2A.


Background Color

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

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

This div background color is #4E2A2A.


Border color

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

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

This div border color is #4E2A2A.


Opacity

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

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

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

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

This text has shadow with #4E2A2A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2A2A on black background.


Color preview on white background

This text has color #4E2A2A on white background.



Black color preview on #4E2A2A background

This text has black color on #4E2A2A background.


White color preview on #4E2A2A background

This text has white color on #4E2A2A background.