COLOR #390448

HEX: #390448
RGB: (57,4,72)

Color info

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

RGB color model

#390448 color RGB value is (57,4,72).

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

RGB channels and saturation

R 57 of 255 = 22%
G 4 of 255 = 2%
B 72 of 255 = 28%

57
4
72

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

Portions of RGB colors in percentages

R + G + B =
57 + 4 + 72 = 133 (100%)
R 57 of 133 ~ 42.86%
G 4 of 133 ~ 3.01%
B 72 of 133 ~ 54.14%

%42.86
%54.14

CMYK color model

#390448 color CMYK value is (21,94,0,72).

  • cyan value is 20.83%
  • magenta value is 94.44%
  • yellow value is 0.00%
  • key color value is 71.76%
CMYK:
(21,94,0,72)
C21M94Y0K72 
(21%,94%,0%,72%)
(0.21/0.94/0.00/0.72)	

CMYK percentages

%20.83
%94.44
%0
%71.76

Codes

Color #390448 in popluar color models

390448
RGB57472
HSL287°89.47%14.90%
HSB/HSV287°94.44%28.24%
CMYK20.83%94.44%0.00%
71.76%

Color #390448 in popluar number systems.

HEX390448
Decimal57472
Binary1110011001001000
Octal714110

Shades and tints

Shades of #390448

#390448
(57,4,72)
#340442
(52,4,66)
#2F043C
(47,4,60)
#2A0436
(42,4,54)
#250430
(37,4,48)
#20042A
(32,4,42)
#1B0424
(27,4,36)
#16041E
(22,4,30)
#110418
(17,4,24)
#0C0412
(12,4,18)
#07040C
(7,4,12)
#000000
(0,0,0)

Tints of #390448

#390448
(57,4,72)
#4B1A58
(75,26,88)
#5D3068
(93,48,104)
#6F4678
(111,70,120)
#815C88
(129,92,136)
#937298
(147,114,152)
#A588A8
(165,136,168)
#B79EB8
(183,158,184)
#C9B4C8
(201,180,200)
#DBCAD8
(219,202,216)
#EDE0E8
(237,224,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #390448; }

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

This text font color is #390448.


Background Color

.myBgColor { background-color: #390448; }

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

This div background color is #390448.


Border color

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

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

This div border color is #390448.


Opacity

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

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

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

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

This text has shadow with #390448 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #390448 on black background.


Color preview on white background

This text has color #390448 on white background.



Black color preview on #390448 background

This text has black color on #390448 background.


White color preview on #390448 background

This text has white color on #390448 background.