COLOR #5E3646

HEX: #5E3646
RGB: (94,54,70)

Color info

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

RGB color model

#5E3646 color RGB value is (94,54,70).

  • red value is 94;
  • green value is 54;
  • blue value is 70.
RGB:
(94,54,70)
(37%,21%,27%)

RGB channels and saturation

R 94 of 255 = 37%
G 54 of 255 = 21%
B 70 of 255 = 27%

94
54
70

R + G + B ~ 28%. #5E3646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 54 + 70 = 218 (100%)
R 94 of 218 ~ 43.12%
G 54 of 218 ~ 24.77%
B 70 of 218 ~ 32.11%

%43.12
%24.77
%32.11

CMYK color model

#5E3646 color CMYK value is (0,43,26,63).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(0,43,26,63)
C0M43Y26K63 
(0%,43%,26%,63%)
(0.00/0.43/0.26/0.63)	

CMYK percentages

%0
%42.55
%25.53
%63.14

Codes

Color #5E3646 in popluar color models

5E3646
RGB945470
HSL336°27.03%29.02%
HSB/HSV336°42.55%36.86%
CMYK0.00%42.55%25.53%
63.14%

Color #5E3646 in popluar number systems.

HEX5E3646
Decimal945470
Binary10111101101101000110
Octal13666106

Shades and tints

Shades of #5E3646

#5E3646
(94,54,70)
#563240
(86,50,64)
#4E2E3A
(78,46,58)
#462A34
(70,42,52)
#3E262E
(62,38,46)
#362228
(54,34,40)
#2E1E22
(46,30,34)
#261A1C
(38,26,28)
#1E1616
(30,22,22)
#161210
(22,18,16)
#0E0E0A
(14,14,10)
#000000
(0,0,0)

Tints of #5E3646

#5E3646
(94,54,70)
#6C4856
(108,72,86)
#7A5A66
(122,90,102)
#886C76
(136,108,118)
#967E86
(150,126,134)
#A49096
(164,144,150)
#B2A2A6
(178,162,166)
#C0B4B6
(192,180,182)
#CEC6C6
(206,198,198)
#DCD8D6
(220,216,214)
#EAEAE6
(234,234,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E3646 color. Also use rgb(94,54,70) instead hex code.

Text Font Color

.myTextColor { color: #5E3646; }

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

This text font color is #5E3646.


Background Color

.myBgColor { background-color: #5E3646; }

<div style="background-color:#5E3646">Inner text</div>

This div background color is #5E3646.


Border color

.myBorderColor { border: 1px solid #5E3646; }

<div style="border:3px solid #5E3646">Div</div>

This div border color is #5E3646.


Opacity

.myOpacity80 { color: #5E3646; opacity: 0.8; }

<p style="color:#5E3646;opacity:0.8;">80%</p>

Text with #5E3646 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 #5E3646;}

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

This text has shadow with #5E3646 color.

.textShadow {text-shadow: 3px 3px 1px #5E3646, 3px 3px 1px red;}

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

This text has shadow with #5E3646 primary color and red secondary color.


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

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

This text has shadow with #5E3646 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3646 on black background.


Color preview on white background

This text has color #5E3646 on white background.



Black color preview on #5E3646 background

This text has black color on #5E3646 background.


White color preview on #5E3646 background

This text has white color on #5E3646 background.