COLOR #5E2E37

HEX: #5E2E37
RGB: (94,46,55)

Color info

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

RGB color model

#5E2E37 color RGB value is (94,46,55).

  • red value is 94;
  • green value is 46;
  • blue value is 55.
RGB:
(94,46,55)
(37%,18%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 46 of 255 = 18%
B 55 of 255 = 22%

94
46
55

R + G + B ~ 26%. #5E2E37 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 46 + 55 = 195 (100%)
R 94 of 195 ~ 48.21%
G 46 of 195 ~ 23.59%
B 55 of 195 ~ 28.21%

%48.21
%23.59
%28.21

CMYK color model

#5E2E37 color CMYK value is (0,51,41,63).

  • cyan value is 0.00%
  • magenta value is 51.06%
  • yellow value is 41.49%
  • key color value is 63.14%
CMYK:
(0,51,41,63)
C0M51Y41K63 
(0%,51%,41%,63%)
(0.00/0.51/0.41/0.63)	

CMYK percentages

%0
%51.06
%41.49
%63.14

Codes

Color #5E2E37 in popluar color models

5E2E37
RGB944655
HSL349°34.29%27.45%
HSB/HSV349°51.06%36.86%
CMYK0.00%51.06%41.49%
63.14%

Color #5E2E37 in popluar number systems.

HEX5E2E37
Decimal944655
Binary1011110101110110111
Octal1365667

Shades and tints

Shades of #5E2E37

#5E2E37
(94,46,55)
#562A32
(86,42,50)
#4E262D
(78,38,45)
#462228
(70,34,40)
#3E1E23
(62,30,35)
#361A1E
(54,26,30)
#2E1619
(46,22,25)
#261214
(38,18,20)
#1E0E0F
(30,14,15)
#160A0A
(22,10,10)
#0E0605
(14,6,5)
#000000
(0,0,0)

Tints of #5E2E37

#5E2E37
(94,46,55)
#6C4149
(108,65,73)
#7A545B
(122,84,91)
#88676D
(136,103,109)
#967A7F
(150,122,127)
#A48D91
(164,141,145)
#B2A0A3
(178,160,163)
#C0B3B5
(192,179,181)
#CEC6C7
(206,198,199)
#DCD9D9
(220,217,217)
#EAECEB
(234,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2E37 color. Also use rgb(94,46,55) instead hex code.

Text Font Color

.myTextColor { color: #5E2E37; }

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

This text font color is #5E2E37.


Background Color

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

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

This div background color is #5E2E37.


Border color

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

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

This div border color is #5E2E37.


Opacity

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

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

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

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

This text has shadow with #5E2E37 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2E37 on black background.


Color preview on white background

This text has color #5E2E37 on white background.



Black color preview on #5E2E37 background

This text has black color on #5E2E37 background.


White color preview on #5E2E37 background

This text has white color on #5E2E37 background.