COLOR #3F6468

HEX: #3F6468
RGB: (63,100,104)

Color info

#3F6468 contains red, green and blue colors in about the same proportion. Web safe color of #3F6468 is #336666 (or #366).

RGB color model

#3F6468 color RGB value is (63,100,104).

  • red value is 63;
  • green value is 100;
  • blue value is 104.
RGB:
(63,100,104)
(25%,39%,41%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 104 of 255 = 41%

63
100
104

R + G + B ~ 35%. #3F6468 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 100 + 104 = 267 (100%)
R 63 of 267 ~ 23.6%
G 100 of 267 ~ 37.45%
B 104 of 267 ~ 38.95%

%23.6
%37.45
%38.95

CMYK color model

#3F6468 color CMYK value is (39,4,0,59).

  • cyan value is 39.42%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(39,4,0,59)
C39M4Y0K59 
(39%,4%,0%,59%)
(0.39/0.04/0.00/0.59)	

CMYK percentages

%39.42
%3.85
%0
%59.22

Codes

Color #3F6468 in popluar color models

3F6468
RGB63100104
HSL186°24.55%32.75%
HSB/HSV186°39.42%40.78%
CMYK39.42%3.85%0.00%
59.22%

Color #3F6468 in popluar number systems.

HEX3F6468
Decimal63100104
Binary11111111001001101000
Octal77144150

Shades and tints

Shades of #3F6468

#3F6468
(63,100,104)
#3A5B5F
(58,91,95)
#355256
(53,82,86)
#30494D
(48,73,77)
#2B4044
(43,64,68)
#26373B
(38,55,59)
#212E32
(33,46,50)
#1C2529
(28,37,41)
#171C20
(23,28,32)
#121317
(18,19,23)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #3F6468

#3F6468
(63,100,104)
#507275
(80,114,117)
#618082
(97,128,130)
#728E8F
(114,142,143)
#839C9C
(131,156,156)
#94AAA9
(148,170,169)
#A5B8B6
(165,184,182)
#B6C6C3
(182,198,195)
#C7D4D0
(199,212,208)
#D8E2DD
(216,226,221)
#E9F0EA
(233,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6468 color. Also use rgb(63,100,104) instead hex code.

Text Font Color

.myTextColor { color: #3F6468; }

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

This text font color is #3F6468.


Background Color

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

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

This div background color is #3F6468.


Border color

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

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

This div border color is #3F6468.


Opacity

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

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

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

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

This text has shadow with #3F6468 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6468 on black background.


Color preview on white background

This text has color #3F6468 on white background.



Black color preview on #3F6468 background

This text has black color on #3F6468 background.


White color preview on #3F6468 background

This text has white color on #3F6468 background.