COLOR #4E1F08

HEX: #4E1F08 RGB: (78,31,8)

Color info

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

RGB color model

#4E1F08 color RGB value is (78,31,8).

RGB: (78,31,8) (31%, 12%, 3%)

RGB channels and saturation

R 78 of 255 = 31%
G 31 of 255 = 12%
B 8 of 255 = 3%

78
31
8

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

Portions of RGB colors in percentages

R + G + B = 78 + 31 + 8 = 117 (100%)
R 78 of 117 ~ 66.67%
G 31 of 117 ~ 26.5%
B 8 of 117 ~ 6.84'%

%66.67
%26.5

CMYK color model

#4E1F08 color CMYK value is (0,60,90,69).

  • cyan value is 0.00%
  • magenta value is 60.26%
  • yellow value is 89.74%
  • key color value is 69.41%

CMYK: (0,60,90,69)
C0M60Y90K69 (0%, 60%, 90%, 69%)
(0.00 / 0.60 / 0.90 / 0.69)

CMYK percentages

%0
%60.26
%89.74
%69.41

Codes

Color #4E1F08 in popluar color models

4E 1F 08
RGB 78 31 8
HSL 20° 81.40% 16.86%
HSB/HSV 20° 89.74% 30.59%
CMYK 0.00% 60.26% 89.74%
69.41%

Color #4E1F08 in popluar number systems.

HEX 4E 1F 08
Decimal 78 31 8
Binary 1001110 11111 1000
Octal 116 37 10

Shades and tints

Shades of #4E1F08

#4E1F08
(78,31,8)
#471D08
(71,29,8)
#401B08
(64,27,8)
#391908
(57,25,8)
#321708
(50,23,8)
#2B1508
(43,21,8)
#241308
(36,19,8)
#1D1108
(29,17,8)
#160F08
(22,15,8)
#0F0D08
(15,13,8)
#080B08
(8,11,8)
#000000
(0,0,0)

Tints of #4E1F08

#4E1F08
(78,31,8)
#5E331E
(94,51,30)
#6E4734
(110,71,52)
#7E5B4A
(126,91,74)
#8E6F60
(142,111,96)
#9E8376
(158,131,118)
#AE978C
(174,151,140)
#BEABA2
(190,171,162)
#CEBFB8
(206,191,184)
#DED3CE
(222,211,206)
#EEE7E4
(238,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E1F08; }

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

This text font color is #4E1F08.

Background Color

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

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

This div background color is #4E1F08.

Border color

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

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

This div border color is #4E1F08.

Opacity

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

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

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

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

This text has shadow with #4E1F08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E1F08.

Preview

Color preview on black background

This text has color #4E1F08 on black background.


Color preview on white background

This text has color #4E1F08 on white background.


Black color preview on #4E1F08 background

This text has black color on #4E1F08 background.


White color preview on #4E1F08 background

This text has white color on #4E1F08 background.


Related colors

Complementary color

Complementary color for #hex is #B1E0F7.


I love getcolorcode.com

Triadic colors

1 #084E1F and #1F084E with #4E1F08 are triadic colors.

2 #081F4E and #1F4E08 with #4E1F08 are triadic colors.