COLOR #5E3738

HEX: #5E3738
RGB: (94,55,56)

Color info

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

RGB color model

#5E3738 color RGB value is (94,55,56).

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

RGB channels and saturation

R 94 of 255 = 37%
G 55 of 255 = 22%
B 56 of 255 = 22%

94
55
56

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

Portions of RGB colors in percentages

R + G + B =
94 + 55 + 56 = 205 (100%)
R 94 of 205 ~ 45.85%
G 55 of 205 ~ 26.83%
B 56 of 205 ~ 27.32%

%45.85
%26.83
%27.32

CMYK color model

#5E3738 color CMYK value is (0,41,40,63).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 40.43%
  • key color value is 63.14%
CMYK:
(0,41,40,63)
C0M41Y40K63 
(0%,41%,40%,63%)
(0.00/0.41/0.40/0.63)	

CMYK percentages

%0
%41.49
%40.43
%63.14

Codes

Color #5E3738 in popluar color models

5E3738
RGB945556
HSL358°26.17%29.22%
HSB/HSV358°41.49%36.86%
CMYK0.00%41.49%40.43%
63.14%

Color #5E3738 in popluar number systems.

HEX5E3738
Decimal945556
Binary1011110110111111000
Octal1366770

Shades and tints

Shades of #5E3738

#5E3738
(94,55,56)
#563233
(86,50,51)
#4E2D2E
(78,45,46)
#462829
(70,40,41)
#3E2324
(62,35,36)
#361E1F
(54,30,31)
#2E191A
(46,25,26)
#261415
(38,20,21)
#1E0F10
(30,15,16)
#160A0B
(22,10,11)
#0E0506
(14,5,6)
#000000
(0,0,0)

Tints of #5E3738

#5E3738
(94,55,56)
#6C494A
(108,73,74)
#7A5B5C
(122,91,92)
#886D6E
(136,109,110)
#967F80
(150,127,128)
#A49192
(164,145,146)
#B2A3A4
(178,163,164)
#C0B5B6
(192,181,182)
#CEC7C8
(206,199,200)
#DCD9DA
(220,217,218)
#EAEBEC
(234,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3738; }

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

This text font color is #5E3738.


Background Color

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

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

This div background color is #5E3738.


Border color

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

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

This div border color is #5E3738.


Opacity

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

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

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

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

This text has shadow with #5E3738 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3738 on black background.


Color preview on white background

This text has color #5E3738 on white background.



Black color preview on #5E3738 background

This text has black color on #5E3738 background.


White color preview on #5E3738 background

This text has white color on #5E3738 background.