COLOR #5E3442

HEX: #5E3442
RGB: (94,52,66)

Color info

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

RGB color model

#5E3442 color RGB value is (94,52,66).

  • red value is 94;
  • green value is 52;
  • blue value is 66.
RGB:
(94,52,66)
(37%,20%,26%)

RGB channels and saturation

R 94 of 255 = 37%
G 52 of 255 = 20%
B 66 of 255 = 26%

94
52
66

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

Portions of RGB colors in percentages

R + G + B =
94 + 52 + 66 = 212 (100%)
R 94 of 212 ~ 44.34%
G 52 of 212 ~ 24.53%
B 66 of 212 ~ 31.13%

%44.34
%24.53
%31.13

CMYK color model

#5E3442 color CMYK value is (0,45,30,63).

  • cyan value is 0.00%
  • magenta value is 44.68%
  • yellow value is 29.79%
  • key color value is 63.14%
CMYK:
(0,45,30,63)
C0M45Y30K63 
(0%,45%,30%,63%)
(0.00/0.45/0.30/0.63)	

CMYK percentages

%0
%44.68
%29.79
%63.14

Codes

Color #5E3442 in popluar color models

5E3442
RGB945266
HSL340°28.77%28.63%
HSB/HSV340°44.68%36.86%
CMYK0.00%44.68%29.79%
63.14%

Color #5E3442 in popluar number systems.

HEX5E3442
Decimal945266
Binary10111101101001000010
Octal13664102

Shades and tints

Shades of #5E3442

#5E3442
(94,52,66)
#56303C
(86,48,60)
#4E2C36
(78,44,54)
#462830
(70,40,48)
#3E242A
(62,36,42)
#362024
(54,32,36)
#2E1C1E
(46,28,30)
#261818
(38,24,24)
#1E1412
(30,20,18)
#16100C
(22,16,12)
#0E0C06
(14,12,6)
#000000
(0,0,0)

Tints of #5E3442

#5E3442
(94,52,66)
#6C4653
(108,70,83)
#7A5864
(122,88,100)
#886A75
(136,106,117)
#967C86
(150,124,134)
#A48E97
(164,142,151)
#B2A0A8
(178,160,168)
#C0B2B9
(192,178,185)
#CEC4CA
(206,196,202)
#DCD6DB
(220,214,219)
#EAE8EC
(234,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3442; }

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

This text font color is #5E3442.


Background Color

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

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

This div background color is #5E3442.


Border color

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

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

This div border color is #5E3442.


Opacity

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

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

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

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

This text has shadow with #5E3442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3442 on black background.


Color preview on white background

This text has color #5E3442 on white background.



Black color preview on #5E3442 background

This text has black color on #5E3442 background.


White color preview on #5E3442 background

This text has white color on #5E3442 background.