COLOR #5E3A3A

HEX: #5E3A3A
RGB: (94,58,58)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

94
58
58

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

Portions of RGB colors in percentages

R + G + B =
94 + 58 + 58 = 210 (100%)
R 94 of 210 ~ 44.76%
G 58 of 210 ~ 27.62%
B 58 of 210 ~ 27.62%

%44.76
%27.62
%27.62

CMYK color model

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

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

CMYK percentages

%0
%38.3
%38.3
%63.14

Codes

Color #5E3A3A in popluar color models

5E3A3A
RGB945858
HSL23.68%29.80%
HSB/HSV38.30%36.86%
CMYK0.00%38.30%38.30%
63.14%

Color #5E3A3A in popluar number systems.

HEX5E3A3A
Decimal945858
Binary1011110111010111010
Octal1367272

Shades and tints

Shades of #5E3A3A

#5E3A3A
(94,58,58)
#563535
(86,53,53)
#4E3030
(78,48,48)
#462B2B
(70,43,43)
#3E2626
(62,38,38)
#362121
(54,33,33)
#2E1C1C
(46,28,28)
#261717
(38,23,23)
#1E1212
(30,18,18)
#160D0D
(22,13,13)
#0E0808
(14,8,8)
#000000
(0,0,0)

Tints of #5E3A3A

#5E3A3A
(94,58,58)
#6C4B4B
(108,75,75)
#7A5C5C
(122,92,92)
#886D6D
(136,109,109)
#967E7E
(150,126,126)
#A48F8F
(164,143,143)
#B2A0A0
(178,160,160)
#C0B1B1
(192,177,177)
#CEC2C2
(206,194,194)
#DCD3D3
(220,211,211)
#EAE4E4
(234,228,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3A3A; }

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

This text font color is #5E3A3A.


Background Color

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

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

This div background color is #5E3A3A.


Border color

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

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

This div border color is #5E3A3A.


Opacity

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

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

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

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

This text has shadow with #5E3A3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3A3A on black background.


Color preview on white background

This text has color #5E3A3A on white background.



Black color preview on #5E3A3A background

This text has black color on #5E3A3A background.


White color preview on #5E3A3A background

This text has white color on #5E3A3A background.