COLOR #4E4126

HEX: #4E4126
RGB: (78,65,38)

Color info

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

RGB color model

#4E4126 color RGB value is (78,65,38).

  • red value is 78;
  • green value is 65;
  • blue value is 38.
RGB:
(78,65,38)
(31%,25%,15%)

RGB channels and saturation

R 78 of 255 = 31%
G 65 of 255 = 25%
B 38 of 255 = 15%

78
65
38

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

Portions of RGB colors in percentages

R + G + B =
78 + 65 + 38 = 181 (100%)
R 78 of 181 ~ 43.09%
G 65 of 181 ~ 35.91%
B 38 of 181 ~ 20.99%

%43.09
%35.91
%20.99

CMYK color model

#4E4126 color CMYK value is (0,17,51,69).

  • cyan value is 0.00%
  • magenta value is 16.67%
  • yellow value is 51.28%
  • key color value is 69.41%
CMYK:
(0,17,51,69)
C0M17Y51K69 
(0%,17%,51%,69%)
(0.00/0.17/0.51/0.69)	

CMYK percentages

%0
%16.67
%51.28
%69.41

Codes

Color #4E4126 in popluar color models

4E4126
RGB786538
HSL41°34.48%22.75%
HSB/HSV41°51.28%30.59%
CMYK0.00%16.67%51.28%
69.41%

Color #4E4126 in popluar number systems.

HEX4E4126
Decimal786538
Binary10011101000001100110
Octal11610146

Shades and tints

Shades of #4E4126

#4E4126
(78,65,38)
#473C23
(71,60,35)
#403720
(64,55,32)
#39321D
(57,50,29)
#322D1A
(50,45,26)
#2B2817
(43,40,23)
#242314
(36,35,20)
#1D1E11
(29,30,17)
#16190E
(22,25,14)
#0F140B
(15,20,11)
#080F08
(8,15,8)
#000000
(0,0,0)

Tints of #4E4126

#4E4126
(78,65,38)
#5E5239
(94,82,57)
#6E634C
(110,99,76)
#7E745F
(126,116,95)
#8E8572
(142,133,114)
#9E9685
(158,150,133)
#AEA798
(174,167,152)
#BEB8AB
(190,184,171)
#CEC9BE
(206,201,190)
#DEDAD1
(222,218,209)
#EEEBE4
(238,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E4126 color. Also use rgb(78,65,38) instead hex code.

Text Font Color

.myTextColor { color: #4E4126; }

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

This text font color is #4E4126.


Background Color

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

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

This div background color is #4E4126.


Border color

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

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

This div border color is #4E4126.


Opacity

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

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

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

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

This text has shadow with #4E4126 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E4126 on black background.


Color preview on white background

This text has color #4E4126 on white background.



Black color preview on #4E4126 background

This text has black color on #4E4126 background.


White color preview on #4E4126 background

This text has white color on #4E4126 background.