COLOR #5E394B

HEX: #5E394B
RGB: (94,57,75)

Color info

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

RGB color model

#5E394B color RGB value is (94,57,75).

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

RGB channels and saturation

R 94 of 255 = 37%
G 57 of 255 = 22%
B 75 of 255 = 29%

94
57
75

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

Portions of RGB colors in percentages

R + G + B =
94 + 57 + 75 = 226 (100%)
R 94 of 226 ~ 41.59%
G 57 of 226 ~ 25.22%
B 75 of 226 ~ 33.19%

%41.59
%25.22
%33.19

CMYK color model

#5E394B color CMYK value is (0,39,20,63).

  • cyan value is 0.00%
  • magenta value is 39.36%
  • yellow value is 20.21%
  • key color value is 63.14%
CMYK: (0,39,20,63) C0M39Y20K63 (0%,39%,20%,63%) (0.00/0.39/0.20/0.63)

CMYK percentages

%0
%39.36
%20.21
%63.14

Codes

Color #5E394B in popluar color models

5E394B
RGB945775
HSL331°24.50%29.61%
HSB/HSV331°39.36%36.86%
CMYK0.00%39.36%20.21%
63.14%

Color #5E394B in popluar number systems.

HEX5E394B
Decimal945775
Binary10111101110011001011
Octal13671113

Shades and tints

Shades of #5E394B

#5E394B
(94,57,75)
#563445
(86,52,69)
#4E2F3F
(78,47,63)
#462A39
(70,42,57)
#3E2533
(62,37,51)
#36202D
(54,32,45)
#2E1B27
(46,27,39)
#261621
(38,22,33)
#1E111B
(30,17,27)
#160C15
(22,12,21)
#0E070F
(14,7,15)
#000000
(0,0,0)

Tints of #5E394B

#5E394B
(94,57,75)
#6C4B5B
(108,75,91)
#7A5D6B
(122,93,107)
#886F7B
(136,111,123)
#96818B
(150,129,139)
#A4939B
(164,147,155)
#B2A5AB
(178,165,171)
#C0B7BB
(192,183,187)
#CEC9CB
(206,201,203)
#DCDBDB
(220,219,219)
#EAEDEB
(234,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E394B; }

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

This text font color is #5E394B.


Background Color

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

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

This div background color is #5E394B.


Border color

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

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

This div border color is #5E394B.


Opacity

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

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

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

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

This text has shadow with #5E394B color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #5E394B on black background.


Color preview on white background

This text has color #5E394B on white background.



Black color preview on #5E394B background

This text has black color on #5E394B background.


White color preview on #5E394B background

This text has white color on #5E394B background.