COLOR #390442

HEX: #390442
RGB: (57,4,66)

Color info

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

RGB color model

#390442 color RGB value is (57,4,66).

  • red value is 57;
  • green value is 4;
  • blue value is 66.
RGB:
(57,4,66)
(22%,2%,26%)

RGB channels and saturation

R 57 of 255 = 22%
G 4 of 255 = 2%
B 66 of 255 = 26%

57
4
66

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

Portions of RGB colors in percentages

R + G + B =
57 + 4 + 66 = 127 (100%)
R 57 of 127 ~ 44.88%
G 4 of 127 ~ 3.15%
B 66 of 127 ~ 51.97%

%44.88
%51.97

CMYK color model

#390442 color CMYK value is (14,94,0,74).

  • cyan value is 13.64%
  • magenta value is 93.94%
  • yellow value is 0.00%
  • key color value is 74.12%
CMYK:
(14,94,0,74)
C14M94Y0K74 
(14%,94%,0%,74%)
(0.14/0.94/0.00/0.74)	

CMYK percentages

%13.64
%93.94
%0
%74.12

Codes

Color #390442 in popluar color models

390442
RGB57466
HSL291°88.57%13.73%
HSB/HSV291°93.94%25.88%
CMYK13.64%93.94%0.00%
74.12%

Color #390442 in popluar number systems.

HEX390442
Decimal57466
Binary1110011001000010
Octal714102

Shades and tints

Shades of #390442

#390442
(57,4,66)
#34043C
(52,4,60)
#2F0436
(47,4,54)
#2A0430
(42,4,48)
#25042A
(37,4,42)
#200424
(32,4,36)
#1B041E
(27,4,30)
#160418
(22,4,24)
#110412
(17,4,18)
#0C040C
(12,4,12)
#070406
(7,4,6)
#000000
(0,0,0)

Tints of #390442

#390442
(57,4,66)
#4B1A53
(75,26,83)
#5D3064
(93,48,100)
#6F4675
(111,70,117)
#815C86
(129,92,134)
#937297
(147,114,151)
#A588A8
(165,136,168)
#B79EB9
(183,158,185)
#C9B4CA
(201,180,202)
#DBCADB
(219,202,219)
#EDE0EC
(237,224,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #390442 color. Also use rgb(57,4,66) instead hex code.

Text Font Color

.myTextColor { color: #390442; }

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

This text font color is #390442.


Background Color

.myBgColor { background-color: #390442; }

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

This div background color is #390442.


Border color

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

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

This div border color is #390442.


Opacity

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

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

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

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

This text has shadow with #390442 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390442 on black background.


Color preview on white background

This text has color #390442 on white background.



Black color preview on #390442 background

This text has black color on #390442 background.


White color preview on #390442 background

This text has white color on #390442 background.