COLOR #3F3775

HEX: #3F3775
RGB: (63,55,117)

Color info

#3F3775 contains mainly red and blue colors. Web safe color of #3F3775 is #333366 (or #336).

RGB color model

#3F3775 color RGB value is (63,55,117).

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

RGB channels and saturation

R 63 of 255 = 25%
G 55 of 255 = 22%
B 117 of 255 = 46%

63
55
117

R + G + B ~ 31%. #3F3775 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 55 + 117 = 235 (100%)
R 63 of 235 ~ 26.81%
G 55 of 235 ~ 23.4%
B 117 of 235 ~ 49.79%

%26.81
%23.4
%49.79

CMYK color model

#3F3775 color CMYK value is (46,53,0,54).

  • cyan value is 46.15%
  • magenta value is 52.99%
  • yellow value is 0.00%
  • key color value is 54.12%
CMYK:
(46,53,0,54)
C46M53Y0K54 
(46%,53%,0%,54%)
(0.46/0.53/0.00/0.54)	

CMYK percentages

%46.15
%52.99
%0
%54.12

Codes

Color #3F3775 in popluar color models

3F3775
RGB6355117
HSL248°36.05%33.73%
HSB/HSV248°52.99%45.88%
CMYK46.15%52.99%0.00%
54.12%

Color #3F3775 in popluar number systems.

HEX3F3775
Decimal6355117
Binary1111111101111110101
Octal7767165

Shades and tints

Shades of #3F3775

#3F3775
(63,55,117)
#3A326B
(58,50,107)
#352D61
(53,45,97)
#302857
(48,40,87)
#2B234D
(43,35,77)
#261E43
(38,30,67)
#211939
(33,25,57)
#1C142F
(28,20,47)
#170F25
(23,15,37)
#120A1B
(18,10,27)
#0D0511
(13,5,17)
#000000
(0,0,0)

Tints of #3F3775

#3F3775
(63,55,117)
#504981
(80,73,129)
#615B8D
(97,91,141)
#726D99
(114,109,153)
#837FA5
(131,127,165)
#9491B1
(148,145,177)
#A5A3BD
(165,163,189)
#B6B5C9
(182,181,201)
#C7C7D5
(199,199,213)
#D8D9E1
(216,217,225)
#E9EBED
(233,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F3775; }

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

This text font color is #3F3775.


Background Color

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

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

This div background color is #3F3775.


Border color

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

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

This div border color is #3F3775.


Opacity

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

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

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

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

This text has shadow with #3F3775 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F3775 on black background.


Color preview on white background

This text has color #3F3775 on white background.



Black color preview on #3F3775 background

This text has black color on #3F3775 background.


White color preview on #3F3775 background

This text has white color on #3F3775 background.