COLOR #393470

HEX: #393470
RGB: (57,52,112)

Color info

#393470 contains mainly red and blue colors. Web safe color of #393470 is #333366 (or #336).

RGB color model

#393470 color RGB value is (57,52,112).

  • red value is 57;
  • green value is 52;
  • blue value is 112.
RGB:
(57,52,112)
(22%,20%,44%)

RGB channels and saturation

R 57 of 255 = 22%
G 52 of 255 = 20%
B 112 of 255 = 44%

57
52
112

R + G + B ~ 29%. #393470 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 52 + 112 = 221 (100%)
R 57 of 221 ~ 25.79%
G 52 of 221 ~ 23.53%
B 112 of 221 ~ 50.68%

%25.79
%23.53
%50.68

CMYK color model

#393470 color CMYK value is (49,54,0,56).

  • cyan value is 49.11%
  • magenta value is 53.57%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(49,54,0,56)
C49M54Y0K56 
(49%,54%,0%,56%)
(0.49/0.54/0.00/0.56)	

CMYK percentages

%49.11
%53.57
%0
%56.08

Codes

Color #393470 in popluar color models

393470
RGB5752112
HSL245°36.59%32.16%
HSB/HSV245°53.57%43.92%
CMYK49.11%53.57%0.00%
56.08%

Color #393470 in popluar number systems.

HEX393470
Decimal5752112
Binary1110011101001110000
Octal7164160

Shades and tints

Shades of #393470

#393470
(57,52,112)
#343066
(52,48,102)
#2F2C5C
(47,44,92)
#2A2852
(42,40,82)
#252448
(37,36,72)
#20203E
(32,32,62)
#1B1C34
(27,28,52)
#16182A
(22,24,42)
#111420
(17,20,32)
#0C1016
(12,16,22)
#070C0C
(7,12,12)
#000000
(0,0,0)

Tints of #393470

#393470
(57,52,112)
#4B467D
(75,70,125)
#5D588A
(93,88,138)
#6F6A97
(111,106,151)
#817CA4
(129,124,164)
#938EB1
(147,142,177)
#A5A0BE
(165,160,190)
#B7B2CB
(183,178,203)
#C9C4D8
(201,196,216)
#DBD6E5
(219,214,229)
#EDE8F2
(237,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393470 color. Also use rgb(57,52,112) instead hex code.

Text Font Color

.myTextColor { color: #393470; }

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

This text font color is #393470.


Background Color

.myBgColor { background-color: #393470; }

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

This div background color is #393470.


Border color

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

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

This div border color is #393470.


Opacity

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

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

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

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

This text has shadow with #393470 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393470 on black background.


Color preview on white background

This text has color #393470 on white background.



Black color preview on #393470 background

This text has black color on #393470 background.


White color preview on #393470 background

This text has white color on #393470 background.