COLOR #5E3D46

HEX: #5E3D46
RGB: (94,61,70)

Color info

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

RGB color model

#5E3D46 color RGB value is (94,61,70).

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

RGB channels and saturation

R 94 of 255 = 37%
G 61 of 255 = 24%
B 70 of 255 = 27%

94
61
70

R + G + B ~ 29%. #5E3D46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 61 + 70 = 225 (100%)
R 94 of 225 ~ 41.78%
G 61 of 225 ~ 27.11%
B 70 of 225 ~ 31.11%

%41.78
%27.11
%31.11

CMYK color model

#5E3D46 color CMYK value is (0,35,26,63).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(0,35,26,63)
C0M35Y26K63 
(0%,35%,26%,63%)
(0.00/0.35/0.26/0.63)	

CMYK percentages

%0
%35.11
%25.53
%63.14

Codes

Color #5E3D46 in popluar color models

5E3D46
RGB946170
HSL344°21.29%30.39%
HSB/HSV344°35.11%36.86%
CMYK0.00%35.11%25.53%
63.14%

Color #5E3D46 in popluar number systems.

HEX5E3D46
Decimal946170
Binary10111101111011000110
Octal13675106

Shades and tints

Shades of #5E3D46

#5E3D46
(94,61,70)
#563840
(86,56,64)
#4E333A
(78,51,58)
#462E34
(70,46,52)
#3E292E
(62,41,46)
#362428
(54,36,40)
#2E1F22
(46,31,34)
#261A1C
(38,26,28)
#1E1516
(30,21,22)
#161010
(22,16,16)
#0E0B0A
(14,11,10)
#000000
(0,0,0)

Tints of #5E3D46

#5E3D46
(94,61,70)
#6C4E56
(108,78,86)
#7A5F66
(122,95,102)
#887076
(136,112,118)
#968186
(150,129,134)
#A49296
(164,146,150)
#B2A3A6
(178,163,166)
#C0B4B6
(192,180,182)
#CEC5C6
(206,197,198)
#DCD6D6
(220,214,214)
#EAE7E6
(234,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3D46; }

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

This text font color is #5E3D46.


Background Color

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

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

This div background color is #5E3D46.


Border color

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

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

This div border color is #5E3D46.


Opacity

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

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

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

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

This text has shadow with #5E3D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3D46 on black background.


Color preview on white background

This text has color #5E3D46 on white background.



Black color preview on #5E3D46 background

This text has black color on #5E3D46 background.


White color preview on #5E3D46 background

This text has white color on #5E3D46 background.