COLOR #4E363D

HEX: #4E363D RGB: (78,54,61)

Color info

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

RGB color model

#4E363D color RGB value is (78,54,61).

RGB: (78,54,61) (31%, 21%, 24%)

RGB channels and saturation

R 78 of 255 = 31%
G 54 of 255 = 21%
B 61 of 255 = 24%

78
54
61

R + G + B ~ 25%. #4E363D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 54 + 61 = 193 (100%)
R 78 of 193 ~ 40.41%
G 54 of 193 ~ 27.98%
B 61 of 193 ~ 31.61'%

%40.41
%27.98
%31.61

CMYK color model

#4E363D color CMYK value is (0,31,22,69).

  • cyan value is 0.00%
  • magenta value is 30.77%
  • yellow value is 21.79%
  • key color value is 69.41%

CMYK: (0,31,22,69)
C0M31Y22K69 (0%, 31%, 22%, 69%)
(0.00 / 0.31 / 0.22 / 0.69)

CMYK percentages

%0
%30.77
%21.79
%69.41

Codes

Color #4E363D in popluar color models

4E 36 3D
RGB 78 54 61
HSL 343° 18.18% 25.88%
HSB/HSV 343° 30.77% 30.59%
CMYK 0.00% 30.77% 21.79%
69.41%

Color #4E363D in popluar number systems.

HEX 4E 36 3D
Decimal 78 54 61
Binary 1001110 110110 111101
Octal 116 66 75

Shades and tints

Shades of #4E363D

#4E363D
(78,54,61)
#473238
(71,50,56)
#402E33
(64,46,51)
#392A2E
(57,42,46)
#322629
(50,38,41)
#2B2224
(43,34,36)
#241E1F
(36,30,31)
#1D1A1A
(29,26,26)
#161615
(22,22,21)
#0F1210
(15,18,16)
#080E0B
(8,14,11)
#000000
(0,0,0)

Tints of #4E363D

#4E363D
(78,54,61)
#5E484E
(94,72,78)
#6E5A5F
(110,90,95)
#7E6C70
(126,108,112)
#8E7E81
(142,126,129)
#9E9092
(158,144,146)
#AEA2A3
(174,162,163)
#BEB4B4
(190,180,180)
#CEC6C5
(206,198,197)
#DED8D6
(222,216,214)
#EEEAE7
(238,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E363D color. Also use rgb(78,54,61) instead hex code.

Text Font Color

.myTextColor { color: #4E363D; }

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

This text font color is #4E363D.

Background Color

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

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

This div background color is #4E363D.

Border color

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

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

This div border color is #4E363D.

Opacity

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

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

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

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

This text has shadow with #4E363D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E363D.

Preview

Color preview on black background

This text has color #4E363D on black background.


Color preview on white background

This text has color #4E363D on white background.


Black color preview on #4E363D background

This text has black color on #4E363D background.


White color preview on #4E363D background

This text has white color on #4E363D background.


Related colors

Complementary color

Complementary color for #hex is #B1C9C2.


I love getcolorcode.com

Triadic colors

1 #3D4E36 and #363D4E with #4E363D are triadic colors.

2 #3D364E and #364E3D with #4E363D are triadic colors.