COLOR #5E364A

HEX: #5E364A
RGB: (94,54,74)

Color info

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

RGB color model

#5E364A color RGB value is (94,54,74).

  • red value is 94;
  • green value is 54;
  • blue value is 74.
RGB:
(94,54,74)
(37%,21%,29%)

RGB channels and saturation

R 94 of 255 = 37%
G 54 of 255 = 21%
B 74 of 255 = 29%

94
54
74

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

Portions of RGB colors in percentages

R + G + B =
94 + 54 + 74 = 222 (100%)
R 94 of 222 ~ 42.34%
G 54 of 222 ~ 24.32%
B 74 of 222 ~ 33.33%

%42.34
%24.32
%33.33

CMYK color model

#5E364A color CMYK value is (0,43,21,63).

  • cyan value is 0.00%
  • magenta value is 42.55%
  • yellow value is 21.28%
  • key color value is 63.14%
CMYK:
(0,43,21,63)
C0M43Y21K63 
(0%,43%,21%,63%)
(0.00/0.43/0.21/0.63)	

CMYK percentages

%0
%42.55
%21.28
%63.14

Codes

Color #5E364A in popluar color models

5E364A
RGB945474
HSL330°27.03%29.02%
HSB/HSV330°42.55%36.86%
CMYK0.00%42.55%21.28%
63.14%

Color #5E364A in popluar number systems.

HEX5E364A
Decimal945474
Binary10111101101101001010
Octal13666112

Shades and tints

Shades of #5E364A

#5E364A
(94,54,74)
#563244
(86,50,68)
#4E2E3E
(78,46,62)
#462A38
(70,42,56)
#3E2632
(62,38,50)
#36222C
(54,34,44)
#2E1E26
(46,30,38)
#261A20
(38,26,32)
#1E161A
(30,22,26)
#161214
(22,18,20)
#0E0E0E
(14,14,14)
#000000
(0,0,0)

Tints of #5E364A

#5E364A
(94,54,74)
#6C485A
(108,72,90)
#7A5A6A
(122,90,106)
#886C7A
(136,108,122)
#967E8A
(150,126,138)
#A4909A
(164,144,154)
#B2A2AA
(178,162,170)
#C0B4BA
(192,180,186)
#CEC6CA
(206,198,202)
#DCD8DA
(220,216,218)
#EAEAEA
(234,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E364A color. Also use rgb(94,54,74) instead hex code.

Text Font Color

.myTextColor { color: #5E364A; }

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

This text font color is #5E364A.


Background Color

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

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

This div background color is #5E364A.


Border color

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

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

This div border color is #5E364A.


Opacity

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

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

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

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

This text has shadow with #5E364A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E364A on black background.


Color preview on white background

This text has color #5E364A on white background.



Black color preview on #5E364A background

This text has black color on #5E364A background.


White color preview on #5E364A background

This text has white color on #5E364A background.