COLOR #5E413D

HEX: #5E413D
RGB: (94,65,61)

Color info

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

RGB color model

#5E413D color RGB value is (94,65,61).

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

RGB channels and saturation

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

94
65
61

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

Portions of RGB colors in percentages

R + G + B =
94 + 65 + 61 = 220 (100%)
R 94 of 220 ~ 42.73%
G 65 of 220 ~ 29.55%
B 61 of 220 ~ 27.73%

%42.73
%29.55
%27.73

CMYK color model

#5E413D color CMYK value is (0,31,35,63).

  • cyan value is 0.00%
  • magenta value is 30.85%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(0,31,35,63)
C0M31Y35K63 
(0%,31%,35%,63%)
(0.00/0.31/0.35/0.63)	

CMYK percentages

%0
%30.85
%35.11
%63.14

Codes

Color #5E413D in popluar color models

5E413D
RGB946561
HSL21.29%30.39%
HSB/HSV35.11%36.86%
CMYK0.00%30.85%35.11%
63.14%

Color #5E413D in popluar number systems.

HEX5E413D
Decimal946561
Binary10111101000001111101
Octal13610175

Shades and tints

Shades of #5E413D

#5E413D
(94,65,61)
#563C38
(86,60,56)
#4E3733
(78,55,51)
#46322E
(70,50,46)
#3E2D29
(62,45,41)
#362824
(54,40,36)
#2E231F
(46,35,31)
#261E1A
(38,30,26)
#1E1915
(30,25,21)
#161410
(22,20,16)
#0E0F0B
(14,15,11)
#000000
(0,0,0)

Tints of #5E413D

#5E413D
(94,65,61)
#6C524E
(108,82,78)
#7A635F
(122,99,95)
#887470
(136,116,112)
#968581
(150,133,129)
#A49692
(164,150,146)
#B2A7A3
(178,167,163)
#C0B8B4
(192,184,180)
#CEC9C5
(206,201,197)
#DCDAD6
(220,218,214)
#EAEBE7
(234,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E413D; }

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

This text font color is #5E413D.


Background Color

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

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

This div background color is #5E413D.


Border color

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

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

This div border color is #5E413D.


Opacity

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

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

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

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

This text has shadow with #5E413D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E413D on black background.


Color preview on white background

This text has color #5E413D on white background.



Black color preview on #5E413D background

This text has black color on #5E413D background.


White color preview on #5E413D background

This text has white color on #5E413D background.