COLOR #5E3F46

HEX: #5E3F46
RGB: (94,63,70)

Color info

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

RGB color model

#5E3F46 color RGB value is (94,63,70).

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

RGB channels and saturation

R 94 of 255 = 37%
G 63 of 255 = 25%
B 70 of 255 = 27%

94
63
70

R + G + B ~ 30%. #5E3F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 63 + 70 = 227 (100%)
R 94 of 227 ~ 41.41%
G 63 of 227 ~ 27.75%
B 70 of 227 ~ 30.84%

%41.41
%27.75
%30.84

CMYK color model

#5E3F46 color CMYK value is (0,33,26,63).

  • cyan value is 0.00%
  • magenta value is 32.98%
  • yellow value is 25.53%
  • key color value is 63.14%
CMYK:
(0,33,26,63)
C0M33Y26K63 
(0%,33%,26%,63%)
(0.00/0.33/0.26/0.63)	

CMYK percentages

%0
%32.98
%25.53
%63.14

Codes

Color #5E3F46 in popluar color models

5E3F46
RGB946370
HSL346°19.75%30.78%
HSB/HSV346°32.98%36.86%
CMYK0.00%32.98%25.53%
63.14%

Color #5E3F46 in popluar number systems.

HEX5E3F46
Decimal946370
Binary10111101111111000110
Octal13677106

Shades and tints

Shades of #5E3F46

#5E3F46
(94,63,70)
#563A40
(86,58,64)
#4E353A
(78,53,58)
#463034
(70,48,52)
#3E2B2E
(62,43,46)
#362628
(54,38,40)
#2E2122
(46,33,34)
#261C1C
(38,28,28)
#1E1716
(30,23,22)
#161210
(22,18,16)
#0E0D0A
(14,13,10)
#000000
(0,0,0)

Tints of #5E3F46

#5E3F46
(94,63,70)
#6C5056
(108,80,86)
#7A6166
(122,97,102)
#887276
(136,114,118)
#968386
(150,131,134)
#A49496
(164,148,150)
#B2A5A6
(178,165,166)
#C0B6B6
(192,182,182)
#CEC7C6
(206,199,198)
#DCD8D6
(220,216,214)
#EAE9E6
(234,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3F46; }

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

This text font color is #5E3F46.


Background Color

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

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

This div background color is #5E3F46.


Border color

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

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

This div border color is #5E3F46.


Opacity

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

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

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

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

This text has shadow with #5E3F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3F46 on black background.


Color preview on white background

This text has color #5E3F46 on white background.



Black color preview on #5E3F46 background

This text has black color on #5E3F46 background.


White color preview on #5E3F46 background

This text has white color on #5E3F46 background.