COLOR #4E3E00

HEX: #4E3E00
RGB: (78,62,0)

Color info

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

RGB color model

#4E3E00 color RGB value is (78,62,0).

  • red value is 78;
  • green value is 62;
  • blue value is 0.
RGB:
(78,62,0)
(31%,24%,0%)

RGB channels and saturation

R 78 of 255 = 31%
G 62 of 255 = 24%
B 0 of 255 = 0%

78
62
0

R + G + B ~ 18%. #4E3E00 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 62 + 0 = 140 (100%)
R 78 of 140 ~ 55.71%
G 62 of 140 ~ 44.29%
B 0 of 140 ~ 0%

%55.71
%44.29

CMYK color model

#4E3E00 color CMYK value is (0,21,100,69).

  • cyan value is 0.00%
  • magenta value is 20.51%
  • yellow value is 100.00%
  • key color value is 69.41%
CMYK:
(0,21,100,69)
C0M21Y100K69 
(0%,21%,100%,69%)
(0.00/0.21/1.00/0.69)	

CMYK percentages

%0
%20.51
%100
%69.41

Codes

Color #4E3E00 in popluar color models

4E3E00
RGB78620
HSL48°100.00%15.29%
HSB/HSV48°100.00%30.59%
CMYK0.00%20.51%100.00%
69.41%

Color #4E3E00 in popluar number systems.

HEX4E3E00
Decimal78620
Binary10011101111100
Octal116760

Shades and tints

Shades of #4E3E00

#4E3E00
(78,62,0)
#473900
(71,57,0)
#403400
(64,52,0)
#392F00
(57,47,0)
#322A00
(50,42,0)
#2B2500
(43,37,0)
#242000
(36,32,0)
#1D1B00
(29,27,0)
#161600
(22,22,0)
#0F1100
(15,17,0)
#080C00
(8,12,0)
#000000
(0,0,0)

Tints of #4E3E00

#4E3E00
(78,62,0)
#5E4F17
(94,79,23)
#6E602E
(110,96,46)
#7E7145
(126,113,69)
#8E825C
(142,130,92)
#9E9373
(158,147,115)
#AEA48A
(174,164,138)
#BEB5A1
(190,181,161)
#CEC6B8
(206,198,184)
#DED7CF
(222,215,207)
#EEE8E6
(238,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3E00; }

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

This text font color is #4E3E00.


Background Color

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

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

This div background color is #4E3E00.


Border color

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

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

This div border color is #4E3E00.


Opacity

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

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

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

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

This text has shadow with #4E3E00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3E00 on black background.


Color preview on white background

This text has color #4E3E00 on white background.



Black color preview on #4E3E00 background

This text has black color on #4E3E00 background.


White color preview on #4E3E00 background

This text has white color on #4E3E00 background.