COLOR #5E383A

HEX: #5E383A
RGB: (94,56,58)

Color info

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

RGB color model

#5E383A color RGB value is (94,56,58).

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

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 58 of 255 = 23%

94
56
58

R + G + B ~ 27%. #5E383A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 56 + 58 = 208 (100%)
R 94 of 208 ~ 45.19%
G 56 of 208 ~ 26.92%
B 58 of 208 ~ 27.88%

%45.19
%26.92
%27.88

CMYK color model

#5E383A color CMYK value is (0,40,38,63).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(0,40,38,63)
C0M40Y38K63 
(0%,40%,38%,63%)
(0.00/0.40/0.38/0.63)	

CMYK percentages

%0
%40.43
%38.3
%63.14

Codes

Color #5E383A in popluar color models

5E383A
RGB945658
HSL357°25.33%29.41%
HSB/HSV357°40.43%36.86%
CMYK0.00%40.43%38.30%
63.14%

Color #5E383A in popluar number systems.

HEX5E383A
Decimal945658
Binary1011110111000111010
Octal1367072

Shades and tints

Shades of #5E383A

#5E383A
(94,56,58)
#563335
(86,51,53)
#4E2E30
(78,46,48)
#46292B
(70,41,43)
#3E2426
(62,36,38)
#361F21
(54,31,33)
#2E1A1C
(46,26,28)
#261517
(38,21,23)
#1E1012
(30,16,18)
#160B0D
(22,11,13)
#0E0608
(14,6,8)
#000000
(0,0,0)

Tints of #5E383A

#5E383A
(94,56,58)
#6C4A4B
(108,74,75)
#7A5C5C
(122,92,92)
#886E6D
(136,110,109)
#96807E
(150,128,126)
#A4928F
(164,146,143)
#B2A4A0
(178,164,160)
#C0B6B1
(192,182,177)
#CEC8C2
(206,200,194)
#DCDAD3
(220,218,211)
#EAECE4
(234,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E383A; }

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

This text font color is #5E383A.


Background Color

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

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

This div background color is #5E383A.


Border color

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

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

This div border color is #5E383A.


Opacity

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

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

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

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

This text has shadow with #5E383A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E383A on black background.


Color preview on white background

This text has color #5E383A on white background.



Black color preview on #5E383A background

This text has black color on #5E383A background.


White color preview on #5E383A background

This text has white color on #5E383A background.