COLOR #5E3E3A

HEX: #5E3E3A
RGB: (94,62,58)

Color info

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

RGB color model

#5E3E3A color RGB value is (94,62,58).

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

RGB channels and saturation

R 94 of 255 = 37%
G 62 of 255 = 24%
B 58 of 255 = 23%

94
62
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 62 + 58 = 214 (100%)
R 94 of 214 ~ 43.93%
G 62 of 214 ~ 28.97%
B 58 of 214 ~ 27.1%

%43.93
%28.97
%27.1

CMYK color model

#5E3E3A color CMYK value is (0,34,38,63).

  • cyan value is 0.00%
  • magenta value is 34.04%
  • yellow value is 38.30%
  • key color value is 63.14%
CMYK:
(0,34,38,63)
C0M34Y38K63 
(0%,34%,38%,63%)
(0.00/0.34/0.38/0.63)	

CMYK percentages

%0
%34.04
%38.3
%63.14

Codes

Color #5E3E3A in popluar color models

5E3E3A
RGB946258
HSL23.68%29.80%
HSB/HSV38.30%36.86%
CMYK0.00%34.04%38.30%
63.14%

Color #5E3E3A in popluar number systems.

HEX5E3E3A
Decimal946258
Binary1011110111110111010
Octal1367672

Shades and tints

Shades of #5E3E3A

#5E3E3A
(94,62,58)
#563935
(86,57,53)
#4E3430
(78,52,48)
#462F2B
(70,47,43)
#3E2A26
(62,42,38)
#362521
(54,37,33)
#2E201C
(46,32,28)
#261B17
(38,27,23)
#1E1612
(30,22,18)
#16110D
(22,17,13)
#0E0C08
(14,12,8)
#000000
(0,0,0)

Tints of #5E3E3A

#5E3E3A
(94,62,58)
#6C4F4B
(108,79,75)
#7A605C
(122,96,92)
#88716D
(136,113,109)
#96827E
(150,130,126)
#A4938F
(164,147,143)
#B2A4A0
(178,164,160)
#C0B5B1
(192,181,177)
#CEC6C2
(206,198,194)
#DCD7D3
(220,215,211)
#EAE8E4
(234,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3E3A; }

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

This text font color is #5E3E3A.


Background Color

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

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

This div background color is #5E3E3A.


Border color

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

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

This div border color is #5E3E3A.


Opacity

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

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

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

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

This text has shadow with #5E3E3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3E3A on black background.


Color preview on white background

This text has color #5E3E3A on white background.



Black color preview on #5E3E3A background

This text has black color on #5E3E3A background.


White color preview on #5E3E3A background

This text has white color on #5E3E3A background.