COLOR #393F67

HEX: #393F67 RGB: (57,63,103)

Color info

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

RGB color model

#393F67 color RGB value is (57,63,103).

RGB: (57,63,103) (22%, 25%, 40%)

RGB channels and saturation

R 57 of 255 = 22%
G 63 of 255 = 25%
B 103 of 255 = 40%

57
63
103

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

Portions of RGB colors in percentages

R + G + B = 57 + 63 + 103 = 223 (100%)
R 57 of 223 ~ 25.56%
G 63 of 223 ~ 28.25%
B 103 of 223 ~ 46.19'%

%25.56
%28.25
%46.19

CMYK color model

#393F67 color CMYK value is (45,39,0,60).

  • cyan value is 44.66%
  • magenta value is 38.83%
  • yellow value is 0.00%
  • key color value is 59.61%

CMYK: (45,39,0,60)
C45M39Y0K60 (45%, 39%, 0%, 60%)
(0.45 / 0.39 / 0.00 / 0.60)

CMYK percentages

%44.66
%38.83
%0
%59.61

Codes

Color #393F67 in popluar color models

39 3F 67
RGB 57 63 103
HSL 232° 28.75% 31.37%
HSB/HSV 232° 44.66% 40.39%
CMYK 44.66% 38.83% 0.00%
59.61%

Color #393F67 in popluar number systems.

HEX 39 3F 67
Decimal 57 63 103
Binary 111001 111111 1100111
Octal 71 77 147

Shades and tints

Shades of #393F67

#393F67
(57,63,103)
#343A5E
(52,58,94)
#2F3555
(47,53,85)
#2A304C
(42,48,76)
#252B43
(37,43,67)
#20263A
(32,38,58)
#1B2131
(27,33,49)
#161C28
(22,28,40)
#11171F
(17,23,31)
#0C1216
(12,18,22)
#070D0D
(7,13,13)
#000000
(0,0,0)

Tints of #393F67

#393F67
(57,63,103)
#4B5074
(75,80,116)
#5D6181
(93,97,129)
#6F728E
(111,114,142)
#81839B
(129,131,155)
#9394A8
(147,148,168)
#A5A5B5
(165,165,181)
#B7B6C2
(183,182,194)
#C9C7CF
(201,199,207)
#DBD8DC
(219,216,220)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #393F67 color. Also use rgb(57,63,103) instead hex code.

Text Font Color

.myTextColor { color: #393F67; }

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

This text font color is #393F67.

Background Color

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

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

This div background color is #393F67.

Border color

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

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

This div border color is #393F67.

Opacity

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

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

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

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

This text has shadow with #393F67 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #393F67.

Preview

Color preview on black background

This text has color #393F67 on black background.


Color preview on white background

This text has color #393F67 on white background.


Black color preview on #393F67 background

This text has black color on #393F67 background.


White color preview on #393F67 background

This text has white color on #393F67 background.


Related colors

Complementary color

Complementary color for #hex is #C6C098.


I love getcolorcode.com

Triadic colors

1 #67393F and #3F6739 with #393F67 are triadic colors.

2 #673F39 and #3F3967 with #393F67 are triadic colors.