COLOR #3F4351

HEX: #3F4351
RGB: (63,67,81)

Color info

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

RGB color model

#3F4351 color RGB value is (63,67,81).

  • red value is 63;
  • green value is 67;
  • blue value is 81.
RGB:
(63,67,81)
(25%,26%,32%)

RGB channels and saturation

R 63 of 255 = 25%
G 67 of 255 = 26%
B 81 of 255 = 32%

63
67
81

R + G + B ~ 28%. #3F4351 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 67 + 81 = 211 (100%)
R 63 of 211 ~ 29.86%
G 67 of 211 ~ 31.75%
B 81 of 211 ~ 38.39%

%29.86
%31.75
%38.39

CMYK color model

#3F4351 color CMYK value is (22,17,0,68).

  • cyan value is 22.22%
  • magenta value is 17.28%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(22,17,0,68)
C22M17Y0K68 
(22%,17%,0%,68%)
(0.22/0.17/0.00/0.68)	

CMYK percentages

%22.22
%17.28
%0
%68.24

Codes

Color #3F4351 in popluar color models

3F4351
RGB636781
HSL227°12.50%28.24%
HSB/HSV227°22.22%31.76%
CMYK22.22%17.28%0.00%
68.24%

Color #3F4351 in popluar number systems.

HEX3F4351
Decimal636781
Binary11111110000111010001
Octal77103121

Shades and tints

Shades of #3F4351

#3F4351
(63,67,81)
#3A3D4A
(58,61,74)
#353743
(53,55,67)
#30313C
(48,49,60)
#2B2B35
(43,43,53)
#26252E
(38,37,46)
#211F27
(33,31,39)
#1C1920
(28,25,32)
#171319
(23,19,25)
#120D12
(18,13,18)
#0D070B
(13,7,11)
#000000
(0,0,0)

Tints of #3F4351

#3F4351
(63,67,81)
#505460
(80,84,96)
#61656F
(97,101,111)
#72767E
(114,118,126)
#83878D
(131,135,141)
#94989C
(148,152,156)
#A5A9AB
(165,169,171)
#B6BABA
(182,186,186)
#C7CBC9
(199,203,201)
#D8DCD8
(216,220,216)
#E9EDE7
(233,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F4351 color. Also use rgb(63,67,81) instead hex code.

Text Font Color

.myTextColor { color: #3F4351; }

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

This text font color is #3F4351.


Background Color

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

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

This div background color is #3F4351.


Border color

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

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

This div border color is #3F4351.


Opacity

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

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

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

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

This text has shadow with #3F4351 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4351 on black background.


Color preview on white background

This text has color #3F4351 on white background.



Black color preview on #3F4351 background

This text has black color on #3F4351 background.


White color preview on #3F4351 background

This text has white color on #3F4351 background.