COLOR #5E5646

HEX: #5E5646
RGB: (94,86,70)

Color info

#5E5646 contains red, green and blue colors in about the same proportion. Web safe color of #5E5646 is #666633 (or #663).

RGB color model

#5E5646 color RGB value is (94,86,70).

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

RGB channels and saturation

R 94 of 255 = 37%
G 86 of 255 = 34%
B 70 of 255 = 27%

94
86
70

R + G + B ~ 33%. #5E5646 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 86 + 70 = 250 (100%)
R 94 of 250 ~ 37.6%
G 86 of 250 ~ 34.4%
B 70 of 250 ~ 28%

%37.6
%34.4
%28

CMYK color model

#5E5646 color CMYK value is (0,9,26,63).

  • cyan value is 0.00%
  • magenta value is 8.51%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(0,9,26,63)
C0M9Y26K63 
(0%,9%,26%,63%)
(0.00/0.09/0.26/0.63)	

CMYK percentages

%0
%8.51
%25.53
%63.14

Codes

Color #5E5646 in popluar color models

5E5646
RGB948670
HSL40°14.63%32.16%
HSB/HSV40°25.53%36.86%
CMYK0.00%8.51%25.53%
63.14%

Color #5E5646 in popluar number systems.

HEX5E5646
Decimal948670
Binary101111010101101000110
Octal136126106

Shades and tints

Shades of #5E5646

#5E5646
(94,86,70)
#564F40
(86,79,64)
#4E483A
(78,72,58)
#464134
(70,65,52)
#3E3A2E
(62,58,46)
#363328
(54,51,40)
#2E2C22
(46,44,34)
#26251C
(38,37,28)
#1E1E16
(30,30,22)
#161710
(22,23,16)
#0E100A
(14,16,10)
#000000
(0,0,0)

Tints of #5E5646

#5E5646
(94,86,70)
#6C6556
(108,101,86)
#7A7466
(122,116,102)
#888376
(136,131,118)
#969286
(150,146,134)
#A4A196
(164,161,150)
#B2B0A6
(178,176,166)
#C0BFB6
(192,191,182)
#CECEC6
(206,206,198)
#DCDDD6
(220,221,214)
#EAECE6
(234,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E5646; }

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

This text font color is #5E5646.


Background Color

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

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

This div background color is #5E5646.


Border color

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

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

This div border color is #5E5646.


Opacity

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

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

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

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

This text has shadow with #5E5646 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E5646 on black background.


Color preview on white background

This text has color #5E5646 on white background.



Black color preview on #5E5646 background

This text has black color on #5E5646 background.


White color preview on #5E5646 background

This text has white color on #5E5646 background.