COLOR #4E471E

HEX: #4E471E RGB: (78,71,30)

Color info

#4E471E contains red, green and blue colors in about the same proportion. Web safe color of #4E471E is #663333 (or #633).

RGB color model

#4E471E color RGB value is (78,71,30).

RGB: (78,71,30) (31%, 28%, 12%)

RGB channels and saturation

R 78 of 255 = 31%
G 71 of 255 = 28%
B 30 of 255 = 12%

78
71
30

R + G + B ~ 24%. #4E471E is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 71 + 30 = 179 (100%)
R 78 of 179 ~ 43.58%
G 71 of 179 ~ 39.66%
B 30 of 179 ~ 16.76'%

%43.58
%39.66
%16.76

CMYK color model

#4E471E color CMYK value is (0,9,62,69).

  • cyan value is 0.00%
  • magenta value is 8.97%
  • yellow value is 61.54%
  • key color value is 69.41%

CMYK: (0,9,62,69)
C0M9Y62K69 (0%, 9%, 62%, 69%)
(0.00 / 0.09 / 0.62 / 0.69)

CMYK percentages

%0
%8.97
%61.54
%69.41

Codes

Color #4E471E in popluar color models

4E 47 1E
RGB 78 71 30
HSL 51° 44.44% 21.18%
HSB/HSV 51° 61.54% 30.59%
CMYK 0.00% 8.97% 61.54%
69.41%

Color #4E471E in popluar number systems.

HEX 4E 47 1E
Decimal 78 71 30
Binary 1001110 1000111 11110
Octal 116 107 36

Shades and tints

Shades of #4E471E

#4E471E
(78,71,30)
#47411C
(71,65,28)
#403B1A
(64,59,26)
#393518
(57,53,24)
#322F16
(50,47,22)
#2B2914
(43,41,20)
#242312
(36,35,18)
#1D1D10
(29,29,16)
#16170E
(22,23,14)
#0F110C
(15,17,12)
#080B0A
(8,11,10)
#000000
(0,0,0)

Tints of #4E471E

#4E471E
(78,71,30)
#5E5732
(94,87,50)
#6E6746
(110,103,70)
#7E775A
(126,119,90)
#8E876E
(142,135,110)
#9E9782
(158,151,130)
#AEA796
(174,167,150)
#BEB7AA
(190,183,170)
#CEC7BE
(206,199,190)
#DED7D2
(222,215,210)
#EEE7E6
(238,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E471E color. Also use rgb(78,71,30) instead hex code.

Text Font Color

.myTextColor { color: #4E471E; }

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

This text font color is #4E471E.

Background Color

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

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

This div background color is #4E471E.

Border color

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

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

This div border color is #4E471E.

Opacity

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

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

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

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

This text has shadow with #4E471E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E471E.

Preview

Color preview on black background

This text has color #4E471E on black background.


Color preview on white background

This text has color #4E471E on white background.


Black color preview on #4E471E background

This text has black color on #4E471E background.


White color preview on #4E471E background

This text has white color on #4E471E background.


Related colors

Complementary color

Complementary color for #hex is #B1B8E1.


I love getcolorcode.com

Triadic colors

1 #1E4E47 and #471E4E with #4E471E are triadic colors.

2 #1E474E and #474E1E with #4E471E are triadic colors.