COLOR #3F4262

HEX: #3F4262
RGB: (63,66,98)

Color info

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

RGB color model

#3F4262 color RGB value is (63,66,98).

  • red value is 63;
  • green value is 66;
  • blue value is 98.
RGB:
(63,66,98)
(25%,26%,38%)

RGB channels and saturation

R 63 of 255 = 25%
G 66 of 255 = 26%
B 98 of 255 = 38%

63
66
98

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

Portions of RGB colors in percentages

R + G + B =
63 + 66 + 98 = 227 (100%)
R 63 of 227 ~ 27.75%
G 66 of 227 ~ 29.07%
B 98 of 227 ~ 43.17%

%27.75
%29.07
%43.17

CMYK color model

#3F4262 color CMYK value is (36,33,0,62).

  • cyan value is 35.71%
  • magenta value is 32.65%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(36,33,0,62)
C36M33Y0K62 
(36%,33%,0%,62%)
(0.36/0.33/0.00/0.62)	

CMYK percentages

%35.71
%32.65
%0
%61.57

Codes

Color #3F4262 in popluar color models

3F4262
RGB636698
HSL235°21.74%31.57%
HSB/HSV235°35.71%38.43%
CMYK35.71%32.65%0.00%
61.57%

Color #3F4262 in popluar number systems.

HEX3F4262
Decimal636698
Binary11111110000101100010
Octal77102142

Shades and tints

Shades of #3F4262

#3F4262
(63,66,98)
#3A3C5A
(58,60,90)
#353652
(53,54,82)
#30304A
(48,48,74)
#2B2A42
(43,42,66)
#26243A
(38,36,58)
#211E32
(33,30,50)
#1C182A
(28,24,42)
#171222
(23,18,34)
#120C1A
(18,12,26)
#0D0612
(13,6,18)
#000000
(0,0,0)

Tints of #3F4262

#3F4262
(63,66,98)
#505370
(80,83,112)
#61647E
(97,100,126)
#72758C
(114,117,140)
#83869A
(131,134,154)
#9497A8
(148,151,168)
#A5A8B6
(165,168,182)
#B6B9C4
(182,185,196)
#C7CAD2
(199,202,210)
#D8DBE0
(216,219,224)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4262 color. Also use rgb(63,66,98) instead hex code.

Text Font Color

.myTextColor { color: #3F4262; }

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

This text font color is #3F4262.


Background Color

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

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

This div background color is #3F4262.


Border color

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

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

This div border color is #3F4262.


Opacity

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

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

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

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

This text has shadow with #3F4262 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4262 on black background.


Color preview on white background

This text has color #3F4262 on white background.



Black color preview on #3F4262 background

This text has black color on #3F4262 background.


White color preview on #3F4262 background

This text has white color on #3F4262 background.