COLOR #4E3546

HEX: #4E3546 RGB: (78,53,70)

Color info

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

RGB color model

#4E3546 color RGB value is (78,53,70).

RGB: (78,53,70) (31%, 21%, 27%)

RGB channels and saturation

R 78 of 255 = 31%
G 53 of 255 = 21%
B 70 of 255 = 27%

78
53
70

R + G + B ~ 26%. #4E3546 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 78 + 53 + 70 = 201 (100%)
R 78 of 201 ~ 38.81%
G 53 of 201 ~ 26.37%
B 70 of 201 ~ 34.83'%

%38.81
%26.37
%34.83

CMYK color model

#4E3546 color CMYK value is (0,32,10,69).

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

CMYK: (0,32,10,69)
C0M32Y10K69 (0%, 32%, 10%, 69%)
(0.00 / 0.32 / 0.10 / 0.69)

CMYK percentages

%0
%32.05
%10.26
%69.41

Codes

Color #4E3546 in popluar color models

4E 35 46
RGB 78 53 70
HSL 319° 19.08% 25.69%
HSB/HSV 319° 32.05% 30.59%
CMYK 0.00% 32.05% 10.26%
69.41%

Color #4E3546 in popluar number systems.

HEX 4E 35 46
Decimal 78 53 70
Binary 1001110 110101 1000110
Octal 116 65 106

Shades and tints

Shades of #4E3546

#4E3546
(78,53,70)
#473140
(71,49,64)
#402D3A
(64,45,58)
#392934
(57,41,52)
#32252E
(50,37,46)
#2B2128
(43,33,40)
#241D22
(36,29,34)
#1D191C
(29,25,28)
#161516
(22,21,22)
#0F1110
(15,17,16)
#080D0A
(8,13,10)
#000000
(0,0,0)

Tints of #4E3546

#4E3546
(78,53,70)
#5E4756
(94,71,86)
#6E5966
(110,89,102)
#7E6B76
(126,107,118)
#8E7D86
(142,125,134)
#9E8F96
(158,143,150)
#AEA1A6
(174,161,166)
#BEB3B6
(190,179,182)
#CEC5C6
(206,197,198)
#DED7D6
(222,215,214)
#EEE9E6
(238,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E3546; }

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

This text font color is #4E3546.

Background Color

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

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

This div background color is #4E3546.

Border color

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

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

This div border color is #4E3546.

Opacity

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

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

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

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

This text has shadow with #4E3546 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E3546.

Preview

Color preview on black background

This text has color #4E3546 on black background.


Color preview on white background

This text has color #4E3546 on white background.


Black color preview on #4E3546 background

This text has black color on #4E3546 background.


White color preview on #4E3546 background

This text has white color on #4E3546 background.


Related colors

Complementary color

Complementary color for #hex is #B1CAB9.


I love getcolorcode.com

Triadic colors

1 #464E35 and #35464E with #4E3546 are triadic colors.

2 #46354E and #354E46 with #4E3546 are triadic colors.