COLOR #393270

HEX: #393270
RGB: (57,50,112)

Color info

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

RGB color model

#393270 color RGB value is (57,50,112).

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

RGB channels and saturation

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

57
50
112

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

Portions of RGB colors in percentages

R + G + B =
57 + 50 + 112 = 219 (100%)
R 57 of 219 ~ 26.03%
G 50 of 219 ~ 22.83%
B 112 of 219 ~ 51.14%

%26.03
%22.83
%51.14

CMYK color model

#393270 color CMYK value is (49,55,0,56).

  • cyan value is 49.11%
  • magenta value is 55.36%
  • yellow value is 0.00%
  • key color value is 56.08%
CMYK:
(49,55,0,56)
C49M55Y0K56 
(49%,55%,0%,56%)
(0.49/0.55/0.00/0.56)	

CMYK percentages

%49.11
%55.36
%0
%56.08

Codes

Color #393270 in popluar color models

393270
RGB5750112
HSL247°38.27%31.76%
HSB/HSV247°55.36%43.92%
CMYK49.11%55.36%0.00%
56.08%

Color #393270 in popluar number systems.

HEX393270
Decimal5750112
Binary1110011100101110000
Octal7162160

Shades and tints

Shades of #393270

#393270
(57,50,112)
#342E66
(52,46,102)
#2F2A5C
(47,42,92)
#2A2652
(42,38,82)
#252248
(37,34,72)
#201E3E
(32,30,62)
#1B1A34
(27,26,52)
#16162A
(22,22,42)
#111220
(17,18,32)
#0C0E16
(12,14,22)
#070A0C
(7,10,12)
#000000
(0,0,0)

Tints of #393270

#393270
(57,50,112)
#4B447D
(75,68,125)
#5D568A
(93,86,138)
#6F6897
(111,104,151)
#817AA4
(129,122,164)
#938CB1
(147,140,177)
#A59EBE
(165,158,190)
#B7B0CB
(183,176,203)
#C9C2D8
(201,194,216)
#DBD4E5
(219,212,229)
#EDE6F2
(237,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393270; }

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

This text font color is #393270.


Background Color

.myBgColor { background-color: #393270; }

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

This div background color is #393270.


Border color

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

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

This div border color is #393270.


Opacity

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

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

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

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

This text has shadow with #393270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393270 on black background.


Color preview on white background

This text has color #393270 on white background.



Black color preview on #393270 background

This text has black color on #393270 background.


White color preview on #393270 background

This text has white color on #393270 background.