COLOR #5E3D3F

HEX: #5E3D3F
RGB: (94,61,63)

Color info

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

RGB color model

#5E3D3F color RGB value is (94,61,63).

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

RGB channels and saturation

R 94 of 255 = 37%
G 61 of 255 = 24%
B 63 of 255 = 25%

94
61
63

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

Portions of RGB colors in percentages

R + G + B =
94 + 61 + 63 = 218 (100%)
R 94 of 218 ~ 43.12%
G 61 of 218 ~ 27.98%
B 63 of 218 ~ 28.9%

%43.12
%27.98
%28.9

CMYK color model

#5E3D3F color CMYK value is (0,35,33,63).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 32.98%
  • key color value is 63.14%
CMYK:
(0,35,33,63)
C0M35Y33K63 
(0%,35%,33%,63%)
(0.00/0.35/0.33/0.63)	

CMYK percentages

%0
%35.11
%32.98
%63.14

Codes

Color #5E3D3F in popluar color models

5E3D3F
RGB946163
HSL356°21.29%30.39%
HSB/HSV356°35.11%36.86%
CMYK0.00%35.11%32.98%
63.14%

Color #5E3D3F in popluar number systems.

HEX5E3D3F
Decimal946163
Binary1011110111101111111
Octal1367577

Shades and tints

Shades of #5E3D3F

#5E3D3F
(94,61,63)
#56383A
(86,56,58)
#4E3335
(78,51,53)
#462E30
(70,46,48)
#3E292B
(62,41,43)
#362426
(54,36,38)
#2E1F21
(46,31,33)
#261A1C
(38,26,28)
#1E1517
(30,21,23)
#161012
(22,16,18)
#0E0B0D
(14,11,13)
#000000
(0,0,0)

Tints of #5E3D3F

#5E3D3F
(94,61,63)
#6C4E50
(108,78,80)
#7A5F61
(122,95,97)
#887072
(136,112,114)
#968183
(150,129,131)
#A49294
(164,146,148)
#B2A3A5
(178,163,165)
#C0B4B6
(192,180,182)
#CEC5C7
(206,197,199)
#DCD6D8
(220,214,216)
#EAE7E9
(234,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3D3F; }

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

This text font color is #5E3D3F.


Background Color

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

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

This div background color is #5E3D3F.


Border color

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

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

This div border color is #5E3D3F.


Opacity

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

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

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

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

This text has shadow with #5E3D3F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3D3F on black background.


Color preview on white background

This text has color #5E3D3F on white background.



Black color preview on #5E3D3F background

This text has black color on #5E3D3F background.


White color preview on #5E3D3F background

This text has white color on #5E3D3F background.