COLOR #3F3B5A

HEX: #3F3B5A RGB: (63,59,90)

Color info

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

RGB color model

#3F3B5A color RGB value is (63,59,90).

RGB: (63,59,90) (25%, 23%, 35%)

RGB channels and saturation

R 63 of 255 = 25%
G 59 of 255 = 23%
B 90 of 255 = 35%

63
59
90

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

Portions of RGB colors in percentages

R + G + B = 63 + 59 + 90 = 212 (100%)
R 63 of 212 ~ 29.72%
G 59 of 212 ~ 27.83%
B 90 of 212 ~ 42.45'%

%29.72
%27.83
%42.45

CMYK color model

#3F3B5A color CMYK value is (30,34,0,65).

  • cyan value is 30.00%
  • magenta value is 34.44%
  • yellow value is 0.00%
  • key color value is 64.71%

CMYK: (30,34,0,65)
C30M34Y0K65 (30%, 34%, 0%, 65%)
(0.30 / 0.34 / 0.00 / 0.65)

CMYK percentages

%30
%34.44
%0
%64.71

Codes

Color #3F3B5A in popluar color models

3F 3B 5A
RGB 63 59 90
HSL 248° 20.81% 29.22%
HSB/HSV 248° 34.44% 35.29%
CMYK 30.00% 34.44% 0.00%
64.71%

Color #3F3B5A in popluar number systems.

HEX 3F 3B 5A
Decimal 63 59 90
Binary 111111 111011 1011010
Octal 77 73 132

Shades and tints

Shades of #3F3B5A

#3F3B5A
(63,59,90)
#3A3652
(58,54,82)
#35314A
(53,49,74)
#302C42
(48,44,66)
#2B273A
(43,39,58)
#262232
(38,34,50)
#211D2A
(33,29,42)
#1C1822
(28,24,34)
#17131A
(23,19,26)
#120E12
(18,14,18)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #3F3B5A

#3F3B5A
(63,59,90)
#504C69
(80,76,105)
#615D78
(97,93,120)
#726E87
(114,110,135)
#837F96
(131,127,150)
#9490A5
(148,144,165)
#A5A1B4
(165,161,180)
#B6B2C3
(182,178,195)
#C7C3D2
(199,195,210)
#D8D4E1
(216,212,225)
#E9E5F0
(233,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3B5A color. Also use rgb(63,59,90) instead hex code.

Text Font Color

.myTextColor { color: #3F3B5A; }

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

This text font color is #3F3B5A.

Background Color

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

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

This div background color is #3F3B5A.

Border color

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

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

This div border color is #3F3B5A.

Opacity

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

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

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

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

This text has shadow with #3F3B5A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F3B5A.

Preview

Color preview on black background

This text has color #3F3B5A on black background.


Color preview on white background

This text has color #3F3B5A on white background.


Black color preview on #3F3B5A background

This text has black color on #3F3B5A background.


White color preview on #3F3B5A background

This text has white color on #3F3B5A background.


Related colors

Complementary color

Complementary color for #hex is #C0C4A5.


I love getcolorcode.com

Triadic colors

1 #5A3F3B and #3B5A3F with #3F3B5A are triadic colors.

2 #5A3B3F and #3B3F5A with #3F3B5A are triadic colors.