COLOR #3F415D

HEX: #3F415D
RGB: (63,65,93)

Color info

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

RGB color model

#3F415D color RGB value is (63,65,93).

  • red value is 63;
  • green value is 65;
  • blue value is 93.
RGB:
(63,65,93)
(25%,25%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 65 of 255 = 25%
B 93 of 255 = 36%

63
65
93

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

Portions of RGB colors in percentages

R + G + B =
63 + 65 + 93 = 221 (100%)
R 63 of 221 ~ 28.51%
G 65 of 221 ~ 29.41%
B 93 of 221 ~ 42.08%

%28.51
%29.41
%42.08

CMYK color model

#3F415D color CMYK value is (32,30,0,64).

  • cyan value is 32.26%
  • magenta value is 30.11%
  • yellow value is 0.00%
  • key color value is 63.53%
CMYK:
(32,30,0,64)
C32M30Y0K64 
(32%,30%,0%,64%)
(0.32/0.30/0.00/0.64)	

CMYK percentages

%32.26
%30.11
%0
%63.53

Codes

Color #3F415D in popluar color models

3F415D
RGB636593
HSL236°19.23%30.59%
HSB/HSV236°32.26%36.47%
CMYK32.26%30.11%0.00%
63.53%

Color #3F415D in popluar number systems.

HEX3F415D
Decimal636593
Binary11111110000011011101
Octal77101135

Shades and tints

Shades of #3F415D

#3F415D
(63,65,93)
#3A3C55
(58,60,85)
#35374D
(53,55,77)
#303245
(48,50,69)
#2B2D3D
(43,45,61)
#262835
(38,40,53)
#21232D
(33,35,45)
#1C1E25
(28,30,37)
#17191D
(23,25,29)
#121415
(18,20,21)
#0D0F0D
(13,15,13)
#000000
(0,0,0)

Tints of #3F415D

#3F415D
(63,65,93)
#50526B
(80,82,107)
#616379
(97,99,121)
#727487
(114,116,135)
#838595
(131,133,149)
#9496A3
(148,150,163)
#A5A7B1
(165,167,177)
#B6B8BF
(182,184,191)
#C7C9CD
(199,201,205)
#D8DADB
(216,218,219)
#E9EBE9
(233,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F415D color. Also use rgb(63,65,93) instead hex code.

Text Font Color

.myTextColor { color: #3F415D; }

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

This text font color is #3F415D.


Background Color

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

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

This div background color is #3F415D.


Border color

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

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

This div border color is #3F415D.


Opacity

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

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

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

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

This text has shadow with #3F415D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F415D on black background.


Color preview on white background

This text has color #3F415D on white background.



Black color preview on #3F415D background

This text has black color on #3F415D background.


White color preview on #3F415D background

This text has white color on #3F415D background.