COLOR #4E3901

HEX: #4E3901
RGB: (78,57,1)

Color info

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

RGB color model

#4E3901 color RGB value is (78,57,1).

  • red value is 78;
  • green value is 57;
  • blue value is 1.
RGB:
(78,57,1)
(31%,22%,0%)

RGB channels and saturation

R 78 of 255 = 31%
G 57 of 255 = 22%
B 1 of 255 = 0%

78
57
1

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

Portions of RGB colors in percentages

R + G + B =
78 + 57 + 1 = 136 (100%)
R 78 of 136 ~ 57.35%
G 57 of 136 ~ 41.91%
B 1 of 136 ~ 0.74%

%57.35
%41.91

CMYK color model

#4E3901 color CMYK value is (0,27,99,69).

  • cyan value is 0.00%
  • magenta value is 26.92%
  • yellow value is 98.72%
  • key color value is 69.41%
CMYK:
(0,27,99,69)
C0M27Y99K69 
(0%,27%,99%,69%)
(0.00/0.27/0.99/0.69)	

CMYK percentages

%0
%26.92
%98.72
%69.41

Codes

Color #4E3901 in popluar color models

4E3901
RGB78571
HSL44°97.47%15.49%
HSB/HSV44°98.72%30.59%
CMYK0.00%26.92%98.72%
69.41%

Color #4E3901 in popluar number systems.

HEX4E3901
Decimal78571
Binary10011101110011
Octal116711

Shades and tints

Shades of #4E3901

#4E3901
(78,57,1)
#473401
(71,52,1)
#402F01
(64,47,1)
#392A01
(57,42,1)
#322501
(50,37,1)
#2B2001
(43,32,1)
#241B01
(36,27,1)
#1D1601
(29,22,1)
#161101
(22,17,1)
#0F0C01
(15,12,1)
#080701
(8,7,1)
#000000
(0,0,0)

Tints of #4E3901

#4E3901
(78,57,1)
#5E4B18
(94,75,24)
#6E5D2F
(110,93,47)
#7E6F46
(126,111,70)
#8E815D
(142,129,93)
#9E9374
(158,147,116)
#AEA58B
(174,165,139)
#BEB7A2
(190,183,162)
#CEC9B9
(206,201,185)
#DEDBD0
(222,219,208)
#EEEDE7
(238,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3901; }

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

This text font color is #4E3901.


Background Color

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

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

This div background color is #4E3901.


Border color

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

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

This div border color is #4E3901.


Opacity

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

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

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

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

This text has shadow with #4E3901 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E3901 on black background.


Color preview on white background

This text has color #4E3901 on white background.



Black color preview on #4E3901 background

This text has black color on #4E3901 background.


White color preview on #4E3901 background

This text has white color on #4E3901 background.