COLOR #390E5E

HEX: #390E5E
RGB: (57,14,94)

Color info

#390E5E contains mainly red and blue colors. Web safe color of #390E5E is #330066 (or #306).

RGB color model

#390E5E color RGB value is (57,14,94).

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

RGB channels and saturation

R 57 of 255 = 22%
G 14 of 255 = 5%
B 94 of 255 = 37%

57
14
94

R + G + B ~ 21%. #390E5E is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 14 + 94 = 165 (100%)
R 57 of 165 ~ 34.55%
G 14 of 165 ~ 8.48%
B 94 of 165 ~ 56.97%

%34.55
%56.97

CMYK color model

#390E5E color CMYK value is (39,85,0,63).

  • cyan value is 39.36%
  • magenta value is 85.11%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(39,85,0,63)
C39M85Y0K63 
(39%,85%,0%,63%)
(0.39/0.85/0.00/0.63)	

CMYK percentages

%39.36
%85.11
%0
%63.14

Codes

Color #390E5E in popluar color models

390E5E
RGB571494
HSL272°74.07%21.18%
HSB/HSV272°85.11%36.86%
CMYK39.36%85.11%0.00%
63.14%

Color #390E5E in popluar number systems.

HEX390E5E
Decimal571494
Binary11100111101011110
Octal7116136

Shades and tints

Shades of #390E5E

#390E5E
(57,14,94)
#340D56
(52,13,86)
#2F0C4E
(47,12,78)
#2A0B46
(42,11,70)
#250A3E
(37,10,62)
#200936
(32,9,54)
#1B082E
(27,8,46)
#160726
(22,7,38)
#11061E
(17,6,30)
#0C0516
(12,5,22)
#07040E
(7,4,14)
#000000
(0,0,0)

Tints of #390E5E

#390E5E
(57,14,94)
#4B236C
(75,35,108)
#5D387A
(93,56,122)
#6F4D88
(111,77,136)
#816296
(129,98,150)
#9377A4
(147,119,164)
#A58CB2
(165,140,178)
#B7A1C0
(183,161,192)
#C9B6CE
(201,182,206)
#DBCBDC
(219,203,220)
#EDE0EA
(237,224,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390E5E color. Also use rgb(57,14,94) instead hex code.

Text Font Color

.myTextColor { color: #390E5E; }

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

This text font color is #390E5E.


Background Color

.myBgColor { background-color: #390E5E; }

<div style="background-color:#390E5E">Inner text</div>

This div background color is #390E5E.


Border color

.myBorderColor { border: 1px solid #390E5E; }

<div style="border:3px solid #390E5E">Div</div>

This div border color is #390E5E.


Opacity

.myOpacity80 { color: #390E5E; opacity: 0.8; }

<p style="color:#390E5E;opacity:0.8;">80%</p>

Text with #390E5E 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 #390E5E;}

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

This text has shadow with #390E5E color.

.textShadow {text-shadow: 3px 3px 1px #390E5E, 3px 3px 1px red;}

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

This text has shadow with #390E5E primary color and red secondary color.


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

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

This text has shadow with #390E5E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390E5E on black background.


Color preview on white background

This text has color #390E5E on white background.



Black color preview on #390E5E background

This text has black color on #390E5E background.


White color preview on #390E5E background

This text has white color on #390E5E background.