COLOR #393A52

HEX: #393A52
RGB: (57,58,82)

Color info

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

RGB color model

#393A52 color RGB value is (57,58,82).

  • red value is 57;
  • green value is 58;
  • blue value is 82.
RGB:
(57,58,82)
(22%,23%,32%)

RGB channels and saturation

R 57 of 255 = 22%
G 58 of 255 = 23%
B 82 of 255 = 32%

57
58
82

R + G + B ~ 26%. #393A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
57 + 58 + 82 = 197 (100%)
R 57 of 197 ~ 28.93%
G 58 of 197 ~ 29.44%
B 82 of 197 ~ 41.62%

%28.93
%29.44
%41.62

CMYK color model

#393A52 color CMYK value is (30,29,0,68).

  • cyan value is 30.49%
  • magenta value is 29.27%
  • yellow value is 0.00%
  • key color value is 67.84%
CMYK:
(30,29,0,68)
C30M29Y0K68 
(30%,29%,0%,68%)
(0.30/0.29/0.00/0.68)	

CMYK percentages

%30.49
%29.27
%0
%67.84

Codes

Color #393A52 in popluar color models

393A52
RGB575882
HSL238°17.99%27.25%
HSB/HSV238°30.49%32.16%
CMYK30.49%29.27%0.00%
67.84%

Color #393A52 in popluar number systems.

HEX393A52
Decimal575882
Binary1110011110101010010
Octal7172122

Shades and tints

Shades of #393A52

#393A52
(57,58,82)
#34354B
(52,53,75)
#2F3044
(47,48,68)
#2A2B3D
(42,43,61)
#252636
(37,38,54)
#20212F
(32,33,47)
#1B1C28
(27,28,40)
#161721
(22,23,33)
#11121A
(17,18,26)
#0C0D13
(12,13,19)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #393A52

#393A52
(57,58,82)
#4B4B61
(75,75,97)
#5D5C70
(93,92,112)
#6F6D7F
(111,109,127)
#817E8E
(129,126,142)
#938F9D
(147,143,157)
#A5A0AC
(165,160,172)
#B7B1BB
(183,177,187)
#C9C2CA
(201,194,202)
#DBD3D9
(219,211,217)
#EDE4E8
(237,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393A52 color. Also use rgb(57,58,82) instead hex code.

Text Font Color

.myTextColor { color: #393A52; }

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

This text font color is #393A52.


Background Color

.myBgColor { background-color: #393A52; }

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

This div background color is #393A52.


Border color

.myBorderColor { border: 1px solid #393A52; }

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

This div border color is #393A52.


Opacity

.myOpacity80 { color: #393A52; opacity: 0.8; }

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

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

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

This text has shadow with #393A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #393A52 on black background.


Color preview on white background

This text has color #393A52 on white background.



Black color preview on #393A52 background

This text has black color on #393A52 background.


White color preview on #393A52 background

This text has white color on #393A52 background.