COLOR #3F3C6A

HEX: #3F3C6A RGB: (63,60,106)

Color info

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

RGB color model

#3F3C6A color RGB value is (63,60,106).

RGB: (63,60,106) (25%, 24%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 60 of 255 = 24%
B 106 of 255 = 42%

63
60
106

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

Portions of RGB colors in percentages

R + G + B = 63 + 60 + 106 = 229 (100%)
R 63 of 229 ~ 27.51%
G 60 of 229 ~ 26.2%
B 106 of 229 ~ 46.29'%

%27.51
%26.2
%46.29

CMYK color model

#3F3C6A color CMYK value is (41,43,0,58).

  • cyan value is 40.57%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 58.43%

CMYK: (41,43,0,58)
C41M43Y0K58 (41%, 43%, 0%, 58%)
(0.41 / 0.43 / 0.00 / 0.58)

CMYK percentages

%40.57
%43.4
%0
%58.43

Codes

Color #3F3C6A in popluar color models

3F 3C 6A
RGB 63 60 106
HSL 244° 27.71% 32.55%
HSB/HSV 244° 43.40% 41.57%
CMYK 40.57% 43.40% 0.00%
58.43%

Color #3F3C6A in popluar number systems.

HEX 3F 3C 6A
Decimal 63 60 106
Binary 111111 111100 1101010
Octal 77 74 152

Shades and tints

Shades of #3F3C6A

#3F3C6A
(63,60,106)
#3A3761
(58,55,97)
#353258
(53,50,88)
#302D4F
(48,45,79)
#2B2846
(43,40,70)
#26233D
(38,35,61)
#211E34
(33,30,52)
#1C192B
(28,25,43)
#171422
(23,20,34)
#120F19
(18,15,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #3F3C6A

#3F3C6A
(63,60,106)
#504D77
(80,77,119)
#615E84
(97,94,132)
#726F91
(114,111,145)
#83809E
(131,128,158)
#9491AB
(148,145,171)
#A5A2B8
(165,162,184)
#B6B3C5
(182,179,197)
#C7C4D2
(199,196,210)
#D8D5DF
(216,213,223)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3C6A color. Also use rgb(63,60,106) instead hex code.

Text Font Color

.myTextColor { color: #3F3C6A; }

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

This text font color is #3F3C6A.

Background Color

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

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

This div background color is #3F3C6A.

Border color

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

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

This div border color is #3F3C6A.

Opacity

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

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

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

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

This text has shadow with #3F3C6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3C6A.

Preview

Color preview on black background

This text has color #3F3C6A on black background.


Color preview on white background

This text has color #3F3C6A on white background.


Black color preview on #3F3C6A background

This text has black color on #3F3C6A background.


White color preview on #3F3C6A background

This text has white color on #3F3C6A background.


Related colors

Complementary color

Complementary color for #hex is #C0C395.


I love getcolorcode.com

Triadic colors

1 #6A3F3C and #3C6A3F with #3F3C6A are triadic colors.

2 #6A3C3F and #3C3F6A with #3F3C6A are triadic colors.