COLOR #393063

HEX: #393063
RGB: (57,48,99)

Color info

#393063 contains red, green and blue colors in about the same proportion. Web safe color of #393063 is #333366 (or #336).

RGB color model

#393063 color RGB value is (57,48,99).

  • red value is 57;
  • green value is 48;
  • blue value is 99.
RGB:
(57,48,99)
(22%,19%,39%)

RGB channels and saturation

R 57 of 255 = 22%
G 48 of 255 = 19%
B 99 of 255 = 39%

57
48
99

R + G + B ~ 27%. #393063 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 48 + 99 = 204 (100%)
R 57 of 204 ~ 27.94%
G 48 of 204 ~ 23.53%
B 99 of 204 ~ 48.53%

%27.94
%23.53
%48.53

CMYK color model

#393063 color CMYK value is (42,52,0,61).

  • cyan value is 42.42%
  • magenta value is 51.52%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(42,52,0,61)
C42M52Y0K61 
(42%,52%,0%,61%)
(0.42/0.52/0.00/0.61)	

CMYK percentages

%42.42
%51.52
%0
%61.18

Codes

Color #393063 in popluar color models

393063
RGB574899
HSL251°34.69%28.82%
HSB/HSV251°51.52%38.82%
CMYK42.42%51.52%0.00%
61.18%

Color #393063 in popluar number systems.

HEX393063
Decimal574899
Binary1110011100001100011
Octal7160143

Shades and tints

Shades of #393063

#393063
(57,48,99)
#342C5A
(52,44,90)
#2F2851
(47,40,81)
#2A2448
(42,36,72)
#25203F
(37,32,63)
#201C36
(32,28,54)
#1B182D
(27,24,45)
#161424
(22,20,36)
#11101B
(17,16,27)
#0C0C12
(12,12,18)
#070809
(7,8,9)
#000000
(0,0,0)

Tints of #393063

#393063
(57,48,99)
#4B4271
(75,66,113)
#5D547F
(93,84,127)
#6F668D
(111,102,141)
#81789B
(129,120,155)
#938AA9
(147,138,169)
#A59CB7
(165,156,183)
#B7AEC5
(183,174,197)
#C9C0D3
(201,192,211)
#DBD2E1
(219,210,225)
#EDE4EF
(237,228,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393063 color. Also use rgb(57,48,99) instead hex code.

Text Font Color

.myTextColor { color: #393063; }

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

This text font color is #393063.


Background Color

.myBgColor { background-color: #393063; }

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

This div background color is #393063.


Border color

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

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

This div border color is #393063.


Opacity

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

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

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

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

This text has shadow with #393063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393063 on black background.


Color preview on white background

This text has color #393063 on white background.



Black color preview on #393063 background

This text has black color on #393063 background.


White color preview on #393063 background

This text has white color on #393063 background.