COLOR #3F3A66

HEX: #3F3A66 RGB: (63,58,102)

Color info

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

RGB color model

#3F3A66 color RGB value is (63,58,102).

RGB: (63,58,102) (25%, 23%, 40%)

RGB channels and saturation

R 63 of 255 = 25%
G 58 of 255 = 23%
B 102 of 255 = 40%

63
58
102

R + G + B ~ 29%. #3F3A66 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 58 + 102 = 223 (100%)
R 63 of 223 ~ 28.25%
G 58 of 223 ~ 26.01%
B 102 of 223 ~ 45.74'%

%28.25
%26.01
%45.74

CMYK color model

#3F3A66 color CMYK value is (38,43,0,60).

  • cyan value is 38.24%
  • magenta value is 43.14%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (38,43,0,60)
C38M43Y0K60 (38%, 43%, 0%, 60%)
(0.38 / 0.43 / 0.00 / 0.60)

CMYK percentages

%38.24
%43.14
%0
%60

Codes

Color #3F3A66 in popluar color models

3F 3A 66
RGB 63 58 102
HSL 247° 27.50% 31.37%
HSB/HSV 247° 43.14% 40.00%
CMYK 38.24% 43.14% 0.00%
60.00%

Color #3F3A66 in popluar number systems.

HEX 3F 3A 66
Decimal 63 58 102
Binary 111111 111010 1100110
Octal 77 72 146

Shades and tints

Shades of #3F3A66

#3F3A66
(63,58,102)
#3A355D
(58,53,93)
#353054
(53,48,84)
#302B4B
(48,43,75)
#2B2642
(43,38,66)
#262139
(38,33,57)
#211C30
(33,28,48)
#1C1727
(28,23,39)
#17121E
(23,18,30)
#120D15
(18,13,21)
#0D080C
(13,8,12)
#000000
(0,0,0)

Tints of #3F3A66

#3F3A66
(63,58,102)
#504B73
(80,75,115)
#615C80
(97,92,128)
#726D8D
(114,109,141)
#837E9A
(131,126,154)
#948FA7
(148,143,167)
#A5A0B4
(165,160,180)
#B6B1C1
(182,177,193)
#C7C2CE
(199,194,206)
#D8D3DB
(216,211,219)
#E9E4E8
(233,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3A66 color. Also use rgb(63,58,102) instead hex code.

Text Font Color

.myTextColor { color: #3F3A66; }

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

This text font color is #3F3A66.

Background Color

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

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

This div background color is #3F3A66.

Border color

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

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

This div border color is #3F3A66.

Opacity

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

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

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

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

This text has shadow with #3F3A66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3A66.

Preview

Color preview on black background

This text has color #3F3A66 on black background.


Color preview on white background

This text has color #3F3A66 on white background.


Black color preview on #3F3A66 background

This text has black color on #3F3A66 background.


White color preview on #3F3A66 background

This text has white color on #3F3A66 background.


Related colors

Complementary color

Complementary color for #hex is #C0C599.


I love getcolorcode.com

Triadic colors

1 #663F3A and #3A663F with #3F3A66 are triadic colors.

2 #663A3F and #3A3F66 with #3F3A66 are triadic colors.