COLOR #390641

HEX: #390641
RGB: (57,6,65)

Color info

#390641 contains red, green and blue colors in about the same proportion. Web safe color of #390641 is #330033 (or #303).

RGB color model

#390641 color RGB value is (57,6,65).

  • red value is 57;
  • green value is 6;
  • blue value is 65.
RGB:
(57,6,65)
(22%,2%,25%)

RGB channels and saturation

R 57 of 255 = 22%
G 6 of 255 = 2%
B 65 of 255 = 25%

57
6
65

R + G + B ~ 16%. #390641 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 6 + 65 = 128 (100%)
R 57 of 128 ~ 44.53%
G 6 of 128 ~ 4.69%
B 65 of 128 ~ 50.78%

%44.53
%50.78

CMYK color model

#390641 color CMYK value is (12,91,0,75).

  • cyan value is 12.31%
  • magenta value is 90.77%
  • yellow value is 0.00%
  • key color value is 74.51%
CMYK:
(12,91,0,75)
C12M91Y0K75 
(12%,91%,0%,75%)
(0.12/0.91/0.00/0.75)	

CMYK percentages

%12.31
%90.77
%0
%74.51

Codes

Color #390641 in popluar color models

390641
RGB57665
HSL292°83.10%13.92%
HSB/HSV292°90.77%25.49%
CMYK12.31%90.77%0.00%
74.51%

Color #390641 in popluar number systems.

HEX390641
Decimal57665
Binary1110011101000001
Octal716101

Shades and tints

Shades of #390641

#390641
(57,6,65)
#34063C
(52,6,60)
#2F0637
(47,6,55)
#2A0632
(42,6,50)
#25062D
(37,6,45)
#200628
(32,6,40)
#1B0623
(27,6,35)
#16061E
(22,6,30)
#110619
(17,6,25)
#0C0614
(12,6,20)
#07060F
(7,6,15)
#000000
(0,0,0)

Tints of #390641

#390641
(57,6,65)
#4B1C52
(75,28,82)
#5D3263
(93,50,99)
#6F4874
(111,72,116)
#815E85
(129,94,133)
#937496
(147,116,150)
#A58AA7
(165,138,167)
#B7A0B8
(183,160,184)
#C9B6C9
(201,182,201)
#DBCCDA
(219,204,218)
#EDE2EB
(237,226,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390641 color. Also use rgb(57,6,65) instead hex code.

Text Font Color

.myTextColor { color: #390641; }

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

This text font color is #390641.


Background Color

.myBgColor { background-color: #390641; }

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

This div background color is #390641.


Border color

.myBorderColor { border: 1px solid #390641; }

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

This div border color is #390641.


Opacity

.myOpacity80 { color: #390641; opacity: 0.8; }

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

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

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

This text has shadow with #390641 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390641 on black background.


Color preview on white background

This text has color #390641 on white background.



Black color preview on #390641 background

This text has black color on #390641 background.


White color preview on #390641 background

This text has white color on #390641 background.