COLOR #4E2701

HEX: #4E2701 RGB: (78,39,1)

Color info

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

RGB color model

#4E2701 color RGB value is (78,39,1).

RGB: (78,39,1) (31%, 15%, 0%)

RGB channels and saturation

R 78 of 255 = 31%
G 39 of 255 = 15%
B 1 of 255 = 0%

78
39
1

R + G + B ~ 15%. #4E2701 is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 39 + 1 = 118 (100%)
R 78 of 118 ~ 66.1%
G 39 of 118 ~ 33.05%
B 1 of 118 ~ 0.85'%

%66.1
%33.05

CMYK color model

#4E2701 color CMYK value is (0,50,99,69).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 98.72%
  • key color value is 69.41%

CMYK: (0,50,99,69)
C0M50Y99K69 (0%, 50%, 99%, 69%)
(0.00 / 0.50 / 0.99 / 0.69)

CMYK percentages

%0
%50
%98.72
%69.41

Codes

Color #4E2701 in popluar color models

4E 27 01
RGB 78 39 1
HSL 30° 97.47% 15.49%
HSB/HSV 30° 98.72% 30.59%
CMYK 0.00% 50.00% 98.72%
69.41%

Color #4E2701 in popluar number systems.

HEX 4E 27 01
Decimal 78 39 1
Binary 1001110 100111 1
Octal 116 47 1

Shades and tints

Shades of #4E2701

#4E2701
(78,39,1)
#472401
(71,36,1)
#402101
(64,33,1)
#391E01
(57,30,1)
#321B01
(50,27,1)
#2B1801
(43,24,1)
#241501
(36,21,1)
#1D1201
(29,18,1)
#160F01
(22,15,1)
#0F0C01
(15,12,1)
#080901
(8,9,1)
#000000
(0,0,0)

Tints of #4E2701

#4E2701
(78,39,1)
#5E3A18
(94,58,24)
#6E4D2F
(110,77,47)
#7E6046
(126,96,70)
#8E735D
(142,115,93)
#9E8674
(158,134,116)
#AE998B
(174,153,139)
#BEACA2
(190,172,162)
#CEBFB9
(206,191,185)
#DED2D0
(222,210,208)
#EEE5E7
(238,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2701; }

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

This text font color is #4E2701.

Background Color

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

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

This div background color is #4E2701.

Border color

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

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

This div border color is #4E2701.

Opacity

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

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

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

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

This text has shadow with #4E2701 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2701.

Preview

Color preview on black background

This text has color #4E2701 on black background.


Color preview on white background

This text has color #4E2701 on white background.


Black color preview on #4E2701 background

This text has black color on #4E2701 background.


White color preview on #4E2701 background

This text has white color on #4E2701 background.


Related colors

Complementary color

Complementary color for #hex is #B1D8FE.


I love getcolorcode.com

Triadic colors

1 #014E27 and #27014E with #4E2701 are triadic colors.

2 #01274E and #274E01 with #4E2701 are triadic colors.