COLOR #4E2A03

HEX: #4E2A03
RGB: (78,42,3)

Color info

#4E2A03 contains mainly red and green colors. Web safe color of #4E2A03 is #663300 (or #630).

RGB color model

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

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

RGB channels and saturation

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

78
42
3

R + G + B ~ 16%. #4E2A03 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 42 + 3 = 123 (100%)
R 78 of 123 ~ 63.41%
G 42 of 123 ~ 34.15%
B 3 of 123 ~ 2.44%

%63.41
%34.15

CMYK color model

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

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

CMYK percentages

%0
%46.15
%96.15
%69.41

Codes

Color #4E2A03 in popluar color models

4E2A03
RGB78423
HSL31°92.59%15.88%
HSB/HSV31°96.15%30.59%
CMYK0.00%46.15%96.15%
69.41%

Color #4E2A03 in popluar number systems.

HEX4E2A03
Decimal78423
Binary100111010101011
Octal116523

Shades and tints

Shades of #4E2A03

#4E2A03
(78,42,3)
#472703
(71,39,3)
#402403
(64,36,3)
#392103
(57,33,3)
#321E03
(50,30,3)
#2B1B03
(43,27,3)
#241803
(36,24,3)
#1D1503
(29,21,3)
#161203
(22,18,3)
#0F0F03
(15,15,3)
#080C03
(8,12,3)
#000000
(0,0,0)

Tints of #4E2A03

#4E2A03
(78,42,3)
#5E3D19
(94,61,25)
#6E502F
(110,80,47)
#7E6345
(126,99,69)
#8E765B
(142,118,91)
#9E8971
(158,137,113)
#AE9C87
(174,156,135)
#BEAF9D
(190,175,157)
#CEC2B3
(206,194,179)
#DED5C9
(222,213,201)
#EEE8DF
(238,232,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2A03; }

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

This text font color is #4E2A03.


Background Color

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

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

This div background color is #4E2A03.


Border color

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

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

This div border color is #4E2A03.


Opacity

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

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

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

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

This text has shadow with #4E2A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E2A03 on black background.


Color preview on white background

This text has color #4E2A03 on white background.



Black color preview on #4E2A03 background

This text has black color on #4E2A03 background.


White color preview on #4E2A03 background

This text has white color on #4E2A03 background.