COLOR #4E2126

HEX: #4E2126 RGB: (78,33,38)

Color info

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

RGB color model

#4E2126 color RGB value is (78,33,38).

RGB: (78,33,38) (31%, 13%, 15%)

RGB channels and saturation

R 78 of 255 = 31%
G 33 of 255 = 13%
B 38 of 255 = 15%

78
33
38

R + G + B ~ 20%. #4E2126 is dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 33 + 38 = 149 (100%)
R 78 of 149 ~ 52.35%
G 33 of 149 ~ 22.15%
B 38 of 149 ~ 25.5'%

%52.35
%22.15
%25.5

CMYK color model

#4E2126 color CMYK value is (0,58,51,69).

  • cyan value is 0.00%
  • magenta value is 57.69%
  • yellow value is 51.28%
  • key color value is 69.41%

CMYK: (0,58,51,69)
C0M58Y51K69 (0%, 58%, 51%, 69%)
(0.00 / 0.58 / 0.51 / 0.69)

CMYK percentages

%0
%57.69
%51.28
%69.41

Codes

Color #4E2126 in popluar color models

4E 21 26
RGB 78 33 38
HSL 353° 40.54% 21.76%
HSB/HSV 353° 57.69% 30.59%
CMYK 0.00% 57.69% 51.28%
69.41%

Color #4E2126 in popluar number systems.

HEX 4E 21 26
Decimal 78 33 38
Binary 1001110 100001 100110
Octal 116 41 46

Shades and tints

Shades of #4E2126

#4E2126
(78,33,38)
#471E23
(71,30,35)
#401B20
(64,27,32)
#39181D
(57,24,29)
#32151A
(50,21,26)
#2B1217
(43,18,23)
#240F14
(36,15,20)
#1D0C11
(29,12,17)
#16090E
(22,9,14)
#0F060B
(15,6,11)
#080308
(8,3,8)
#000000
(0,0,0)

Tints of #4E2126

#4E2126
(78,33,38)
#5E3539
(94,53,57)
#6E494C
(110,73,76)
#7E5D5F
(126,93,95)
#8E7172
(142,113,114)
#9E8585
(158,133,133)
#AE9998
(174,153,152)
#BEADAB
(190,173,171)
#CEC1BE
(206,193,190)
#DED5D1
(222,213,209)
#EEE9E4
(238,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E2126; }

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

This text font color is #4E2126.

Background Color

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

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

This div background color is #4E2126.

Border color

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

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

This div border color is #4E2126.

Opacity

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

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

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

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

This text has shadow with #4E2126 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E2126.

Preview

Color preview on black background

This text has color #4E2126 on black background.


Color preview on white background

This text has color #4E2126 on white background.


Black color preview on #4E2126 background

This text has black color on #4E2126 background.


White color preview on #4E2126 background

This text has white color on #4E2126 background.


Related colors

Complementary color

Complementary color for #hex is #B1DED9.


I love getcolorcode.com

Triadic colors

1 #264E21 and #21264E with #4E2126 are triadic colors.

2 #26214E and #214E26 with #4E2126 are triadic colors.