COLOR #393966

HEX: #393966 RGB: (57,57,102)

Color info

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

RGB color model

#393966 color RGB value is (57,57,102).

RGB: (57,57,102) (22%, 22%, 40%)

RGB channels and saturation

R 57 of 255 = 22%
G 57 of 255 = 22%
B 102 of 255 = 40%

57
57
102

R + G + B ~ 28%. #393966 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 57 + 57 + 102 = 216 (100%)
R 57 of 216 ~ 26.39%
G 57 of 216 ~ 26.39%
B 102 of 216 ~ 47.22'%

%26.39
%26.39
%47.22

CMYK color model

#393966 color CMYK value is (44,44,0,60).

  • cyan value is 44.12%
  • magenta value is 44.12%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (44,44,0,60)
C44M44Y0K60 (44%, 44%, 0%, 60%)
(0.44 / 0.44 / 0.00 / 0.60)

CMYK percentages

%44.12
%44.12
%0
%60

Codes

Color #393966 in popluar color models

39 39 66
RGB 57 57 102
HSL 240° 28.30% 31.18%
HSB/HSV 240° 44.12% 40.00%
CMYK 44.12% 44.12% 0.00%
60.00%

Color #393966 in popluar number systems.

HEX 39 39 66
Decimal 57 57 102
Binary 111001 111001 1100110
Octal 71 71 146

Shades and tints

Shades of #393966

#393966
(57,57,102)
#34345D
(52,52,93)
#2F2F54
(47,47,84)
#2A2A4B
(42,42,75)
#252542
(37,37,66)
#202039
(32,32,57)
#1B1B30
(27,27,48)
#161627
(22,22,39)
#11111E
(17,17,30)
#0C0C15
(12,12,21)
#07070C
(7,7,12)
#000000
(0,0,0)

Tints of #393966

#393966
(57,57,102)
#4B4B73
(75,75,115)
#5D5D80
(93,93,128)
#6F6F8D
(111,111,141)
#81819A
(129,129,154)
#9393A7
(147,147,167)
#A5A5B4
(165,165,180)
#B7B7C1
(183,183,193)
#C9C9CE
(201,201,206)
#DBDBDB
(219,219,219)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #393966; }

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

This text font color is #393966.

Background Color

.myBgColor { background-color: #393966; }

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

This div background color is #393966.

Border color

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

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

This div border color is #393966.

Opacity

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

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

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

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

This text has shadow with #393966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393966.

Preview

Color preview on black background

This text has color #393966 on black background.


Color preview on white background

This text has color #393966 on white background.


Black color preview on #393966 background

This text has black color on #393966 background.


White color preview on #393966 background

This text has white color on #393966 background.


Related colors

Complementary color

Complementary color for #hex is #C6C699.


I love getcolorcode.com