COLOR #4E461F

HEX: #4E461F RGB: (78,70,31)

Color info

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

RGB color model

#4E461F color RGB value is (78,70,31).

RGB: (78,70,31) (31%, 27%, 12%)

RGB channels and saturation

R 78 of 255 = 31%
G 70 of 255 = 27%
B 31 of 255 = 12%

78
70
31

R + G + B ~ 23%. #4E461F is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 70 + 31 = 179 (100%)
R 78 of 179 ~ 43.58%
G 70 of 179 ~ 39.11%
B 31 of 179 ~ 17.32'%

%43.58
%39.11
%17.32

CMYK color model

#4E461F color CMYK value is (0,10,60,69).

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

CMYK: (0,10,60,69)
C0M10Y60K69 (0%, 10%, 60%, 69%)
(0.00 / 0.10 / 0.60 / 0.69)

CMYK percentages

%0
%10.26
%60.26
%69.41

Codes

Color #4E461F in popluar color models

4E 46 1F
RGB 78 70 31
HSL 50° 43.12% 21.37%
HSB/HSV 50° 60.26% 30.59%
CMYK 0.00% 10.26% 60.26%
69.41%

Color #4E461F in popluar number systems.

HEX 4E 46 1F
Decimal 78 70 31
Binary 1001110 1000110 11111
Octal 116 106 37

Shades and tints

Shades of #4E461F

#4E461F
(78,70,31)
#47401D
(71,64,29)
#403A1B
(64,58,27)
#393419
(57,52,25)
#322E17
(50,46,23)
#2B2815
(43,40,21)
#242213
(36,34,19)
#1D1C11
(29,28,17)
#16160F
(22,22,15)
#0F100D
(15,16,13)
#080A0B
(8,10,11)
#000000
(0,0,0)

Tints of #4E461F

#4E461F
(78,70,31)
#5E5633
(94,86,51)
#6E6647
(110,102,71)
#7E765B
(126,118,91)
#8E866F
(142,134,111)
#9E9683
(158,150,131)
#AEA697
(174,166,151)
#BEB6AB
(190,182,171)
#CEC6BF
(206,198,191)
#DED6D3
(222,214,211)
#EEE6E7
(238,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E461F; }

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

This text font color is #4E461F.

Background Color

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

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

This div background color is #4E461F.

Border color

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

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

This div border color is #4E461F.

Opacity

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

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

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

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

This text has shadow with #4E461F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E461F.

Preview

Color preview on black background

This text has color #4E461F on black background.


Color preview on white background

This text has color #4E461F on white background.


Black color preview on #4E461F background

This text has black color on #4E461F background.


White color preview on #4E461F background

This text has white color on #4E461F background.


Related colors

Complementary color

Complementary color for #hex is #B1B9E0.


I love getcolorcode.com

Triadic colors

1 #1F4E46 and #461F4E with #4E461F are triadic colors.

2 #1F464E and #464E1F with #4E461F are triadic colors.