COLOR #393576

HEX: #393576 RGB: (57,53,118)

Color info

#393576 contains mainly blue color. Web safe color of #393576 is #333366 (or #336).

RGB color model

#393576 color RGB value is (57,53,118).

RGB: (57,53,118) (22%, 21%, 46%)

RGB channels and saturation

R 57 of 255 = 22%
G 53 of 255 = 21%
B 118 of 255 = 46%

57
53
118

R + G + B ~ 30%. #393576 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 53 + 118 = 228 (100%)
R 57 of 228 ~ 25%
G 53 of 228 ~ 23.25%
B 118 of 228 ~ 51.75'%

%25
%23.25
%51.75

CMYK color model

#393576 color CMYK value is (52,55,0,54).

  • cyan value is 51.69%
  • magenta value is 55.08%
  • yellow value is 0.00%
  • key color value is 53.73%

CMYK: (52,55,0,54)
C52M55Y0K54 (52%, 55%, 0%, 54%)
(0.52 / 0.55 / 0.00 / 0.54)

CMYK percentages

%51.69
%55.08
%0
%53.73

Codes

Color #393576 in popluar color models

39 35 76
RGB 57 53 118
HSL 244° 38.01% 33.53%
HSB/HSV 244° 55.08% 46.27%
CMYK 51.69% 55.08% 0.00%
53.73%

Color #393576 in popluar number systems.

HEX 39 35 76
Decimal 57 53 118
Binary 111001 110101 1110110
Octal 71 65 166

Shades and tints

Shades of #393576

#393576
(57,53,118)
#34316C
(52,49,108)
#2F2D62
(47,45,98)
#2A2958
(42,41,88)
#25254E
(37,37,78)
#202144
(32,33,68)
#1B1D3A
(27,29,58)
#161930
(22,25,48)
#111526
(17,21,38)
#0C111C
(12,17,28)
#070D12
(7,13,18)
#000000
(0,0,0)

Tints of #393576

#393576
(57,53,118)
#4B4782
(75,71,130)
#5D598E
(93,89,142)
#6F6B9A
(111,107,154)
#817DA6
(129,125,166)
#938FB2
(147,143,178)
#A5A1BE
(165,161,190)
#B7B3CA
(183,179,202)
#C9C5D6
(201,197,214)
#DBD7E2
(219,215,226)
#EDE9EE
(237,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393576 color. Also use rgb(57,53,118) instead hex code.

Text Font Color

.myTextColor { color: #393576; }

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

This text font color is #393576.

Background Color

.myBgColor { background-color: #393576; }

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

This div background color is #393576.

Border color

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

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

This div border color is #393576.

Opacity

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

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

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

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

This text has shadow with #393576 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393576.

Preview

Color preview on black background

This text has color #393576 on black background.


Color preview on white background

This text has color #393576 on white background.


Black color preview on #393576 background

This text has black color on #393576 background.


White color preview on #393576 background

This text has white color on #393576 background.


Related colors

Complementary color

Complementary color for #hex is #C6CA89.


I love getcolorcode.com

Triadic colors

1 #763935 and #357639 with #393576 are triadic colors.

2 #763539 and #353976 with #393576 are triadic colors.