COLOR #5E383F

HEX: #5E383F
RGB: (94,56,63)

Color info

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

RGB color model

#5E383F color RGB value is (94,56,63).

  • red value is 94;
  • green value is 56;
  • blue value is 63.
RGB:
(94,56,63)
(37%,22%,25%)

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 63 of 255 = 25%

94
56
63

R + G + B ~ 28%. #5E383F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 56 + 63 = 213 (100%)
R 94 of 213 ~ 44.13%
G 56 of 213 ~ 26.29%
B 63 of 213 ~ 29.58%

%44.13
%26.29
%29.58

CMYK color model

#5E383F color CMYK value is (0,40,33,63).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 32.98%
  • key color value is 63.14%
CMYK:
(0,40,33,63)
C0M40Y33K63 
(0%,40%,33%,63%)
(0.00/0.40/0.33/0.63)	

CMYK percentages

%0
%40.43
%32.98
%63.14

Codes

Color #5E383F in popluar color models

5E383F
RGB945663
HSL349°25.33%29.41%
HSB/HSV349°40.43%36.86%
CMYK0.00%40.43%32.98%
63.14%

Color #5E383F in popluar number systems.

HEX5E383F
Decimal945663
Binary1011110111000111111
Octal1367077

Shades and tints

Shades of #5E383F

#5E383F
(94,56,63)
#56333A
(86,51,58)
#4E2E35
(78,46,53)
#462930
(70,41,48)
#3E242B
(62,36,43)
#361F26
(54,31,38)
#2E1A21
(46,26,33)
#26151C
(38,21,28)
#1E1017
(30,16,23)
#160B12
(22,11,18)
#0E060D
(14,6,13)
#000000
(0,0,0)

Tints of #5E383F

#5E383F
(94,56,63)
#6C4A50
(108,74,80)
#7A5C61
(122,92,97)
#886E72
(136,110,114)
#968083
(150,128,131)
#A49294
(164,146,148)
#B2A4A5
(178,164,165)
#C0B6B6
(192,182,182)
#CEC8C7
(206,200,199)
#DCDAD8
(220,218,216)
#EAECE9
(234,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5E383F color. Also use rgb(94,56,63) instead hex code.

Text Font Color

.myTextColor { color: #5E383F; }

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

This text font color is #5E383F.


Background Color

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

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

This div background color is #5E383F.


Border color

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

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

This div border color is #5E383F.


Opacity

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

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

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

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

This text has shadow with #5E383F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E383F on black background.


Color preview on white background

This text has color #5E383F on white background.



Black color preview on #5E383F background

This text has black color on #5E383F background.


White color preview on #5E383F background

This text has white color on #5E383F background.