COLOR #5E385E

HEX: #5E385E
RGB: (94,56,94)

Color info

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

RGB color model

#5E385E color RGB value is (94,56,94).

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

RGB channels and saturation

R 94 of 255 = 37%
G 56 of 255 = 22%
B 94 of 255 = 37%

94
56
94

R + G + B ~ 32%. #5E385E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
94 + 56 + 94 = 244 (100%)
R 94 of 244 ~ 38.52%
G 56 of 244 ~ 22.95%
B 94 of 244 ~ 38.52%

%38.52
%22.95
%38.52

CMYK color model

#5E385E color CMYK value is (0,40,0,63).

  • cyan value is 0.00%
  • magenta value is 40.43%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(0,40,0,63)
C0M40Y0K63 
(0%,40%,0%,63%)
(0.00/0.40/0.00/0.63)	

CMYK percentages

%0
%40.43
%0
%63.14

Codes

Color #5E385E in popluar color models

5E385E
RGB945694
HSL300°25.33%29.41%
HSB/HSV300°40.43%36.86%
CMYK0.00%40.43%0.00%
63.14%

Color #5E385E in popluar number systems.

HEX5E385E
Decimal945694
Binary10111101110001011110
Octal13670136

Shades and tints

Shades of #5E385E

#5E385E
(94,56,94)
#563356
(86,51,86)
#4E2E4E
(78,46,78)
#462946
(70,41,70)
#3E243E
(62,36,62)
#361F36
(54,31,54)
#2E1A2E
(46,26,46)
#261526
(38,21,38)
#1E101E
(30,16,30)
#160B16
(22,11,22)
#0E060E
(14,6,14)
#000000
(0,0,0)

Tints of #5E385E

#5E385E
(94,56,94)
#6C4A6C
(108,74,108)
#7A5C7A
(122,92,122)
#886E88
(136,110,136)
#968096
(150,128,150)
#A492A4
(164,146,164)
#B2A4B2
(178,164,178)
#C0B6C0
(192,182,192)
#CEC8CE
(206,200,206)
#DCDADC
(220,218,220)
#EAECEA
(234,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5E385E; }

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

This text font color is #5E385E.


Background Color

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

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

This div background color is #5E385E.


Border color

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

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

This div border color is #5E385E.


Opacity

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

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

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

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

This text has shadow with #5E385E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5E385E on black background.


Color preview on white background

This text has color #5E385E on white background.



Black color preview on #5E385E background

This text has black color on #5E385E background.


White color preview on #5E385E background

This text has white color on #5E385E background.