COLOR #390743

HEX: #390743
RGB: (57,7,67)

Color info

#390743 contains mainly red and blue colors. Web safe color of #390743 is #330033 (or #303).

RGB color model

#390743 color RGB value is (57,7,67).

  • red value is 57;
  • green value is 7;
  • blue value is 67.
RGB:
(57,7,67)
(22%,3%,26%)

RGB channels and saturation

R 57 of 255 = 22%
G 7 of 255 = 3%
B 67 of 255 = 26%

57
7
67

R + G + B ~ 17%. #390743 is dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 7 + 67 = 131 (100%)
R 57 of 131 ~ 43.51%
G 7 of 131 ~ 5.34%
B 67 of 131 ~ 51.15%

%43.51
%51.15

CMYK color model

#390743 color CMYK value is (15,90,0,74).

  • cyan value is 14.93%
  • magenta value is 89.55%
  • yellow value is 0.00%
  • key color value is 73.73%
CMYK:
(15,90,0,74)
C15M90Y0K74 
(15%,90%,0%,74%)
(0.15/0.90/0.00/0.74)	

CMYK percentages

%14.93
%89.55
%0
%73.73

Codes

Color #390743 in popluar color models

390743
RGB57767
HSL290°81.08%14.51%
HSB/HSV290°89.55%26.27%
CMYK14.93%89.55%0.00%
73.73%

Color #390743 in popluar number systems.

HEX390743
Decimal57767
Binary1110011111000011
Octal717103

Shades and tints

Shades of #390743

#390743
(57,7,67)
#34073D
(52,7,61)
#2F0737
(47,7,55)
#2A0731
(42,7,49)
#25072B
(37,7,43)
#200725
(32,7,37)
#1B071F
(27,7,31)
#160719
(22,7,25)
#110713
(17,7,19)
#0C070D
(12,7,13)
#070707
(7,7,7)
#000000
(0,0,0)

Tints of #390743

#390743
(57,7,67)
#4B1D54
(75,29,84)
#5D3365
(93,51,101)
#6F4976
(111,73,118)
#815F87
(129,95,135)
#937598
(147,117,152)
#A58BA9
(165,139,169)
#B7A1BA
(183,161,186)
#C9B7CB
(201,183,203)
#DBCDDC
(219,205,220)
#EDE3ED
(237,227,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390743 color. Also use rgb(57,7,67) instead hex code.

Text Font Color

.myTextColor { color: #390743; }

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

This text font color is #390743.


Background Color

.myBgColor { background-color: #390743; }

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

This div background color is #390743.


Border color

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

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

This div border color is #390743.


Opacity

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

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

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

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

This text has shadow with #390743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390743 on black background.


Color preview on white background

This text has color #390743 on white background.



Black color preview on #390743 background

This text has black color on #390743 background.


White color preview on #390743 background

This text has white color on #390743 background.