COLOR #5E3D55

HEX: #5E3D55
RGB: (94,61,85)

Color info

#5E3D55 contains red, green and blue colors in about the same proportion. Web safe color of #5E3D55 is #663366 (or #636).

RGB color model

#5E3D55 color RGB value is (94,61,85).

  • red value is 94;
  • green value is 61;
  • blue value is 85.
RGB:
(94,61,85)
(37%,24%,33%)

RGB channels and saturation

R 94 of 255 = 37%
G 61 of 255 = 24%
B 85 of 255 = 33%

94
61
85

R + G + B ~ 31%. #5E3D55 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 61 + 85 = 240 (100%)
R 94 of 240 ~ 39.17%
G 61 of 240 ~ 25.42%
B 85 of 240 ~ 35.42%

%39.17
%25.42
%35.42

CMYK color model

#5E3D55 color CMYK value is (0,35,10,63).

  • cyan value is 0.00%
  • magenta value is 35.11%
  • yellow value is 9.57%
  • key color value is 63.14%
CMYK:
(0,35,10,63)
C0M35Y10K63 
(0%,35%,10%,63%)
(0.00/0.35/0.10/0.63)	

CMYK percentages

%0
%35.11
%9.57
%63.14

Codes

Color #5E3D55 in popluar color models

5E3D55
RGB946185
HSL316°21.29%30.39%
HSB/HSV316°35.11%36.86%
CMYK0.00%35.11%9.57%
63.14%

Color #5E3D55 in popluar number systems.

HEX5E3D55
Decimal946185
Binary10111101111011010101
Octal13675125

Shades and tints

Shades of #5E3D55

#5E3D55
(94,61,85)
#56384E
(86,56,78)
#4E3347
(78,51,71)
#462E40
(70,46,64)
#3E2939
(62,41,57)
#362432
(54,36,50)
#2E1F2B
(46,31,43)
#261A24
(38,26,36)
#1E151D
(30,21,29)
#161016
(22,16,22)
#0E0B0F
(14,11,15)
#000000
(0,0,0)

Tints of #5E3D55

#5E3D55
(94,61,85)
#6C4E64
(108,78,100)
#7A5F73
(122,95,115)
#887082
(136,112,130)
#968191
(150,129,145)
#A492A0
(164,146,160)
#B2A3AF
(178,163,175)
#C0B4BE
(192,180,190)
#CEC5CD
(206,197,205)
#DCD6DC
(220,214,220)
#EAE7EB
(234,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E3D55; }

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

This text font color is #5E3D55.


Background Color

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

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

This div background color is #5E3D55.


Border color

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

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

This div border color is #5E3D55.


Opacity

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

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

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

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

This text has shadow with #5E3D55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E3D55 on black background.


Color preview on white background

This text has color #5E3D55 on white background.



Black color preview on #5E3D55 background

This text has black color on #5E3D55 background.


White color preview on #5E3D55 background

This text has white color on #5E3D55 background.