COLOR #3F396C

HEX: #3F396C RGB: (63,57,108)

Color info

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

RGB color model

#3F396C color RGB value is (63,57,108).

RGB: (63,57,108) (25%, 22%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 57 of 255 = 22%
B 108 of 255 = 42%

63
57
108

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

Portions of RGB colors in percentages

R + G + B = 63 + 57 + 108 = 228 (100%)
R 63 of 228 ~ 27.63%
G 57 of 228 ~ 25%
B 108 of 228 ~ 47.37'%

%27.63
%25
%47.37

CMYK color model

#3F396C color CMYK value is (42,47,0,58).

  • cyan value is 41.67%
  • magenta value is 47.22%
  • yellow value is 0.00%
  • key color value is 57.65%

CMYK: (42,47,0,58)
C42M47Y0K58 (42%, 47%, 0%, 58%)
(0.42 / 0.47 / 0.00 / 0.58)

CMYK percentages

%41.67
%47.22
%0
%57.65

Codes

Color #3F396C in popluar color models

3F 39 6C
RGB 63 57 108
HSL 247° 30.91% 32.35%
HSB/HSV 247° 47.22% 42.35%
CMYK 41.67% 47.22% 0.00%
57.65%

Color #3F396C in popluar number systems.

HEX 3F 39 6C
Decimal 63 57 108
Binary 111111 111001 1101100
Octal 77 71 154

Shades and tints

Shades of #3F396C

#3F396C
(63,57,108)
#3A3463
(58,52,99)
#352F5A
(53,47,90)
#302A51
(48,42,81)
#2B2548
(43,37,72)
#26203F
(38,32,63)
#211B36
(33,27,54)
#1C162D
(28,22,45)
#171124
(23,17,36)
#120C1B
(18,12,27)
#0D0712
(13,7,18)
#000000
(0,0,0)

Tints of #3F396C

#3F396C
(63,57,108)
#504B79
(80,75,121)
#615D86
(97,93,134)
#726F93
(114,111,147)
#8381A0
(131,129,160)
#9493AD
(148,147,173)
#A5A5BA
(165,165,186)
#B6B7C7
(182,183,199)
#C7C9D4
(199,201,212)
#D8DBE1
(216,219,225)
#E9EDEE
(233,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F396C color. Also use rgb(63,57,108) instead hex code.

Text Font Color

.myTextColor { color: #3F396C; }

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

This text font color is #3F396C.

Background Color

.myBgColor { background-color: #3F396C; }

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

This div background color is #3F396C.

Border color

.myBorderColor { border: 1px solid #3F396C; }

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

This div border color is #3F396C.

Opacity

.myOpacity80 { color: #3F396C; opacity: 0.8; }

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

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

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

This text has shadow with #3F396C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F396C.

Preview

Color preview on black background

This text has color #3F396C on black background.


Color preview on white background

This text has color #3F396C on white background.


Black color preview on #3F396C background

This text has black color on #3F396C background.


White color preview on #3F396C background

This text has white color on #3F396C background.


Related colors

Complementary color

Complementary color for #hex is #C0C693.


I love getcolorcode.com

Triadic colors

1 #6C3F39 and #396C3F with #3F396C are triadic colors.

2 #6C393F and #393F6C with #3F396C are triadic colors.