COLOR #5E373A

HEX: #5E373A
RGB: (94,55,58)

Color info

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

RGB color model

#5E373A color RGB value is (94,55,58).

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

RGB channels and saturation

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

94
55
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 55 + 58 = 207 (100%)
R 94 of 207 ~ 45.41%
G 55 of 207 ~ 26.57%
B 58 of 207 ~ 28.02%

%45.41
%26.57
%28.02

CMYK color model

#5E373A color CMYK value is (0,41,38,63).

  • cyan value is 0.00%
  • magenta value is 41.49%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(0,41,38,63)
C0M41Y38K63 
(0%,41%,38%,63%)
(0.00/0.41/0.38/0.63)	

CMYK percentages

%0
%41.49
%38.3
%63.14

Codes

Color #5E373A in popluar color models

5E373A
RGB945558
HSL355°26.17%29.22%
HSB/HSV355°41.49%36.86%
CMYK0.00%41.49%38.30%
63.14%

Color #5E373A in popluar number systems.

HEX5E373A
Decimal945558
Binary1011110110111111010
Octal1366772

Shades and tints

Shades of #5E373A

#5E373A
(94,55,58)
#563235
(86,50,53)
#4E2D30
(78,45,48)
#46282B
(70,40,43)
#3E2326
(62,35,38)
#361E21
(54,30,33)
#2E191C
(46,25,28)
#261417
(38,20,23)
#1E0F12
(30,15,18)
#160A0D
(22,10,13)
#0E0508
(14,5,8)
#000000
(0,0,0)

Tints of #5E373A

#5E373A
(94,55,58)
#6C494B
(108,73,75)
#7A5B5C
(122,91,92)
#886D6D
(136,109,109)
#967F7E
(150,127,126)
#A4918F
(164,145,143)
#B2A3A0
(178,163,160)
#C0B5B1
(192,181,177)
#CEC7C2
(206,199,194)
#DCD9D3
(220,217,211)
#EAEBE4
(234,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E373A; }

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

This text font color is #5E373A.


Background Color

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

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

This div background color is #5E373A.


Border color

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

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

This div border color is #5E373A.


Opacity

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

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

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

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

This text has shadow with #5E373A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E373A on black background.


Color preview on white background

This text has color #5E373A on white background.



Black color preview on #5E373A background

This text has black color on #5E373A background.


White color preview on #5E373A background

This text has white color on #5E373A background.