COLOR #5E423D

HEX: #5E423D
RGB: (94,66,61)

Color info

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

RGB color model

#5E423D color RGB value is (94,66,61).

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

RGB channels and saturation

R 94 of 255 = 37%
G 66 of 255 = 26%
B 61 of 255 = 24%

94
66
61

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

Portions of RGB colors in percentages

R + G + B =
94 + 66 + 61 = 221 (100%)
R 94 of 221 ~ 42.53%
G 66 of 221 ~ 29.86%
B 61 of 221 ~ 27.6%

%42.53
%29.86
%27.6

CMYK color model

#5E423D color CMYK value is (0,30,35,63).

  • cyan value is 0.00%
  • magenta value is 29.79%
  • yellow value is 35.11%
  • key color value is 63.14%
CMYK:
(0,30,35,63)
C0M30Y35K63 
(0%,30%,35%,63%)
(0.00/0.30/0.35/0.63)	

CMYK percentages

%0
%29.79
%35.11
%63.14

Codes

Color #5E423D in popluar color models

5E423D
RGB946661
HSL21.29%30.39%
HSB/HSV35.11%36.86%
CMYK0.00%29.79%35.11%
63.14%

Color #5E423D in popluar number systems.

HEX5E423D
Decimal946661
Binary10111101000010111101
Octal13610275

Shades and tints

Shades of #5E423D

#5E423D
(94,66,61)
#563C38
(86,60,56)
#4E3633
(78,54,51)
#46302E
(70,48,46)
#3E2A29
(62,42,41)
#362424
(54,36,36)
#2E1E1F
(46,30,31)
#26181A
(38,24,26)
#1E1215
(30,18,21)
#160C10
(22,12,16)
#0E060B
(14,6,11)
#000000
(0,0,0)

Tints of #5E423D

#5E423D
(94,66,61)
#6C534E
(108,83,78)
#7A645F
(122,100,95)
#887570
(136,117,112)
#968681
(150,134,129)
#A49792
(164,151,146)
#B2A8A3
(178,168,163)
#C0B9B4
(192,185,180)
#CECAC5
(206,202,197)
#DCDBD6
(220,219,214)
#EAECE7
(234,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E423D; }

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

This text font color is #5E423D.


Background Color

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

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

This div background color is #5E423D.


Border color

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

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

This div border color is #5E423D.


Opacity

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

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

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

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

This text has shadow with #5E423D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E423D on black background.


Color preview on white background

This text has color #5E423D on white background.



Black color preview on #5E423D background

This text has black color on #5E423D background.


White color preview on #5E423D background

This text has white color on #5E423D background.