COLOR #3F3764

HEX: #3F3764
RGB: (63,55,100)

Color info

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

RGB color model

#3F3764 color RGB value is (63,55,100).

  • red value is 63;
  • green value is 55;
  • blue value is 100.
RGB:
(63,55,100)
(25%,22%,39%)

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 100 of 255 = 39%

63
55
100

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

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 100 = 218 (100%)
R 63 of 218 ~ 28.9%
G 55 of 218 ~ 25.23%
B 100 of 218 ~ 45.87%

%28.9
%25.23
%45.87

CMYK color model

#3F3764 color CMYK value is (37,45,0,61).

  • cyan value is 37.00%
  • magenta value is 45.00%
  • yellow value is 0.00%
  • key color value is 60.78%
CMYK:
(37,45,0,61)
C37M45Y0K61 
(37%,45%,0%,61%)
(0.37/0.45/0.00/0.61)	

CMYK percentages

%37
%45
%0
%60.78

Codes

Color #3F3764 in popluar color models

3F3764
RGB6355100
HSL251°29.03%30.39%
HSB/HSV251°45.00%39.22%
CMYK37.00%45.00%0.00%
60.78%

Color #3F3764 in popluar number systems.

HEX3F3764
Decimal6355100
Binary1111111101111100100
Octal7767144

Shades and tints

Shades of #3F3764

#3F3764
(63,55,100)
#3A325B
(58,50,91)
#352D52
(53,45,82)
#302849
(48,40,73)
#2B2340
(43,35,64)
#261E37
(38,30,55)
#21192E
(33,25,46)
#1C1425
(28,20,37)
#170F1C
(23,15,28)
#120A13
(18,10,19)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #3F3764

#3F3764
(63,55,100)
#504972
(80,73,114)
#615B80
(97,91,128)
#726D8E
(114,109,142)
#837F9C
(131,127,156)
#9491AA
(148,145,170)
#A5A3B8
(165,163,184)
#B6B5C6
(182,181,198)
#C7C7D4
(199,199,212)
#D8D9E2
(216,217,226)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F3764 color. Also use rgb(63,55,100) instead hex code.

Text Font Color

.myTextColor { color: #3F3764; }

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

This text font color is #3F3764.


Background Color

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

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

This div background color is #3F3764.


Border color

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

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

This div border color is #3F3764.


Opacity

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

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

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

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

This text has shadow with #3F3764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3764 on black background.


Color preview on white background

This text has color #3F3764 on white background.



Black color preview on #3F3764 background

This text has black color on #3F3764 background.


White color preview on #3F3764 background

This text has white color on #3F3764 background.