COLOR #5E2A39

HEX: #5E2A39
RGB: (94,42,57)

Color info

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

RGB color model

#5E2A39 color RGB value is (94,42,57).

  • red value is 94;
  • green value is 42;
  • blue value is 57.
RGB:
(94,42,57)
(37%,16%,22%)

RGB channels and saturation

R 94 of 255 = 37%
G 42 of 255 = 16%
B 57 of 255 = 22%

94
42
57

R + G + B ~ 25%. #5E2A39 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 42 + 57 = 193 (100%)
R 94 of 193 ~ 48.7%
G 42 of 193 ~ 21.76%
B 57 of 193 ~ 29.53%

%48.7
%21.76
%29.53

CMYK color model

#5E2A39 color CMYK value is (0,55,39,63).

  • cyan value is 0.00%
  • magenta value is 55.32%
  • yellow value is 39.36%
  • key color value is 63.14%
CMYK:
(0,55,39,63)
C0M55Y39K63 
(0%,55%,39%,63%)
(0.00/0.55/0.39/0.63)	

CMYK percentages

%0
%55.32
%39.36
%63.14

Codes

Color #5E2A39 in popluar color models

5E2A39
RGB944257
HSL343°38.24%26.67%
HSB/HSV343°55.32%36.86%
CMYK0.00%55.32%39.36%
63.14%

Color #5E2A39 in popluar number systems.

HEX5E2A39
Decimal944257
Binary1011110101010111001
Octal1365271

Shades and tints

Shades of #5E2A39

#5E2A39
(94,42,57)
#562734
(86,39,52)
#4E242F
(78,36,47)
#46212A
(70,33,42)
#3E1E25
(62,30,37)
#361B20
(54,27,32)
#2E181B
(46,24,27)
#261516
(38,21,22)
#1E1211
(30,18,17)
#160F0C
(22,15,12)
#0E0C07
(14,12,7)
#000000
(0,0,0)

Tints of #5E2A39

#5E2A39
(94,42,57)
#6C3D4B
(108,61,75)
#7A505D
(122,80,93)
#88636F
(136,99,111)
#967681
(150,118,129)
#A48993
(164,137,147)
#B29CA5
(178,156,165)
#C0AFB7
(192,175,183)
#CEC2C9
(206,194,201)
#DCD5DB
(220,213,219)
#EAE8ED
(234,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E2A39 color. Also use rgb(94,42,57) instead hex code.

Text Font Color

.myTextColor { color: #5E2A39; }

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

This text font color is #5E2A39.


Background Color

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

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

This div background color is #5E2A39.


Border color

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

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

This div border color is #5E2A39.


Opacity

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

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

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

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

This text has shadow with #5E2A39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E2A39 on black background.


Color preview on white background

This text has color #5E2A39 on white background.



Black color preview on #5E2A39 background

This text has black color on #5E2A39 background.


White color preview on #5E2A39 background

This text has white color on #5E2A39 background.