COLOR #3F465E

HEX: #3F465E
RGB: (63,70,94)

Color info

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

RGB color model

#3F465E color RGB value is (63,70,94).

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

RGB channels and saturation

R 63 of 255 = 25%
G 70 of 255 = 27%
B 94 of 255 = 37%

63
70
94

R + G + B ~ 30%. #3F465E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 70 + 94 = 227 (100%)
R 63 of 227 ~ 27.75%
G 70 of 227 ~ 30.84%
B 94 of 227 ~ 41.41%

%27.75
%30.84
%41.41

CMYK color model

#3F465E color CMYK value is (33,26,0,63).

  • cyan value is 32.98%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 63.14%
CMYK:
(33,26,0,63)
C33M26Y0K63 
(33%,26%,0%,63%)
(0.33/0.26/0.00/0.63)	

CMYK percentages

%32.98
%25.53
%0
%63.14

Codes

Color #3F465E in popluar color models

3F465E
RGB637094
HSL226°19.75%30.78%
HSB/HSV226°32.98%36.86%
CMYK32.98%25.53%0.00%
63.14%

Color #3F465E in popluar number systems.

HEX3F465E
Decimal637094
Binary11111110001101011110
Octal77106136

Shades and tints

Shades of #3F465E

#3F465E
(63,70,94)
#3A4056
(58,64,86)
#353A4E
(53,58,78)
#303446
(48,52,70)
#2B2E3E
(43,46,62)
#262836
(38,40,54)
#21222E
(33,34,46)
#1C1C26
(28,28,38)
#17161E
(23,22,30)
#121016
(18,16,22)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F465E

#3F465E
(63,70,94)
#50566C
(80,86,108)
#61667A
(97,102,122)
#727688
(114,118,136)
#838696
(131,134,150)
#9496A4
(148,150,164)
#A5A6B2
(165,166,178)
#B6B6C0
(182,182,192)
#C7C6CE
(199,198,206)
#D8D6DC
(216,214,220)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F465E; }

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

This text font color is #3F465E.


Background Color

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

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

This div background color is #3F465E.


Border color

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

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

This div border color is #3F465E.


Opacity

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

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

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

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

This text has shadow with #3F465E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F465E on black background.


Color preview on white background

This text has color #3F465E on white background.



Black color preview on #3F465E background

This text has black color on #3F465E background.


White color preview on #3F465E background

This text has white color on #3F465E background.