COLOR #5E353A

HEX: #5E353A
RGB: (94,53,58)

Color info

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

RGB color model

#5E353A color RGB value is (94,53,58).

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

RGB channels and saturation

R 94 of 255 = 37%
G 53 of 255 = 21%
B 58 of 255 = 23%

94
53
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 53 + 58 = 205 (100%)
R 94 of 205 ~ 45.85%
G 53 of 205 ~ 25.85%
B 58 of 205 ~ 28.29%

%45.85
%25.85
%28.29

CMYK color model

#5E353A color CMYK value is (0,44,38,63).

  • cyan value is 0.00%
  • magenta value is 43.62%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(0,44,38,63)
C0M44Y38K63 
(0%,44%,38%,63%)
(0.00/0.44/0.38/0.63)	

CMYK percentages

%0
%43.62
%38.3
%63.14

Codes

Color #5E353A in popluar color models

5E353A
RGB945358
HSL353°27.89%28.82%
HSB/HSV353°43.62%36.86%
CMYK0.00%43.62%38.30%
63.14%

Color #5E353A in popluar number systems.

HEX5E353A
Decimal945358
Binary1011110110101111010
Octal1366572

Shades and tints

Shades of #5E353A

#5E353A
(94,53,58)
#563135
(86,49,53)
#4E2D30
(78,45,48)
#46292B
(70,41,43)
#3E2526
(62,37,38)
#362121
(54,33,33)
#2E1D1C
(46,29,28)
#261917
(38,25,23)
#1E1512
(30,21,18)
#16110D
(22,17,13)
#0E0D08
(14,13,8)
#000000
(0,0,0)

Tints of #5E353A

#5E353A
(94,53,58)
#6C474B
(108,71,75)
#7A595C
(122,89,92)
#886B6D
(136,107,109)
#967D7E
(150,125,126)
#A48F8F
(164,143,143)
#B2A1A0
(178,161,160)
#C0B3B1
(192,179,177)
#CEC5C2
(206,197,194)
#DCD7D3
(220,215,211)
#EAE9E4
(234,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E353A; }

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

This text font color is #5E353A.


Background Color

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

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

This div background color is #5E353A.


Border color

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

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

This div border color is #5E353A.


Opacity

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

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

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

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

This text has shadow with #5E353A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E353A on black background.


Color preview on white background

This text has color #5E353A on white background.



Black color preview on #5E353A background

This text has black color on #5E353A background.


White color preview on #5E353A background

This text has white color on #5E353A background.