COLOR #3F465A

HEX: #3F465A
RGB: (63,70,90)

Color info

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

RGB color model

#3F465A color RGB value is (63,70,90).

  • red value is 63;
  • green value is 70;
  • blue value is 90.
RGB:
(63,70,90)
(25%,27%,35%)

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 90 of 255 = 35%

63
70
90

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

Portions of RGB colors in percentages

R + G + B =
63 + 70 + 90 = 223 (100%)
R 63 of 223 ~ 28.25%
G 70 of 223 ~ 31.39%
B 90 of 223 ~ 40.36%

%28.25
%31.39
%40.36

CMYK color model

#3F465A color CMYK value is (30,22,0,65).

  • cyan value is 30.00%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 64.71%
CMYK:
(30,22,0,65)
C30M22Y0K65 
(30%,22%,0%,65%)
(0.30/0.22/0.00/0.65)	

CMYK percentages

%30
%22.22
%0
%64.71

Codes

Color #3F465A in popluar color models

3F465A
RGB637090
HSL224°17.65%30.00%
HSB/HSV224°30.00%35.29%
CMYK30.00%22.22%0.00%
64.71%

Color #3F465A in popluar number systems.

HEX3F465A
Decimal637090
Binary11111110001101011010
Octal77106132

Shades and tints

Shades of #3F465A

#3F465A
(63,70,90)
#3A4052
(58,64,82)
#353A4A
(53,58,74)
#303442
(48,52,66)
#2B2E3A
(43,46,58)
#262832
(38,40,50)
#21222A
(33,34,42)
#1C1C22
(28,28,34)
#17161A
(23,22,26)
#121012
(18,16,18)
#0D0A0A
(13,10,10)
#000000
(0,0,0)

Tints of #3F465A

#3F465A
(63,70,90)
#505669
(80,86,105)
#616678
(97,102,120)
#727687
(114,118,135)
#838696
(131,134,150)
#9496A5
(148,150,165)
#A5A6B4
(165,166,180)
#B6B6C3
(182,182,195)
#C7C6D2
(199,198,210)
#D8D6E1
(216,214,225)
#E9E6F0
(233,230,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F465A; }

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

This text font color is #3F465A.


Background Color

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

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

This div background color is #3F465A.


Border color

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

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

This div border color is #3F465A.


Opacity

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

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

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

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

This text has shadow with #3F465A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F465A on black background.


Color preview on white background

This text has color #3F465A on white background.



Black color preview on #3F465A background

This text has black color on #3F465A background.


White color preview on #3F465A background

This text has white color on #3F465A background.