COLOR #3F6668

HEX: #3F6668
RGB: (63,102,104)

Color info

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

RGB color model

#3F6668 color RGB value is (63,102,104).

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

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 104 of 255 = 41%

63
102
104

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

Portions of RGB colors in percentages

R + G + B =
63 + 102 + 104 = 269 (100%)
R 63 of 269 ~ 23.42%
G 102 of 269 ~ 37.92%
B 104 of 269 ~ 38.66%

%23.42
%37.92
%38.66

CMYK color model

#3F6668 color CMYK value is (39,2,0,59).

  • cyan value is 39.42%
  • magenta value is 1.92%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(39,2,0,59)
C39M2Y0K59 
(39%,2%,0%,59%)
(0.39/0.02/0.00/0.59)	

CMYK percentages

%39.42
%1.92
%0
%59.22

Codes

Color #3F6668 in popluar color models

3F6668
RGB63102104
HSL183°24.55%32.75%
HSB/HSV183°39.42%40.78%
CMYK39.42%1.92%0.00%
59.22%

Color #3F6668 in popluar number systems.

HEX3F6668
Decimal63102104
Binary11111111001101101000
Octal77146150

Shades and tints

Shades of #3F6668

#3F6668
(63,102,104)
#3A5D5F
(58,93,95)
#355456
(53,84,86)
#304B4D
(48,75,77)
#2B4244
(43,66,68)
#26393B
(38,57,59)
#213032
(33,48,50)
#1C2729
(28,39,41)
#171E20
(23,30,32)
#121517
(18,21,23)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #3F6668

#3F6668
(63,102,104)
#507375
(80,115,117)
#618082
(97,128,130)
#728D8F
(114,141,143)
#839A9C
(131,154,156)
#94A7A9
(148,167,169)
#A5B4B6
(165,180,182)
#B6C1C3
(182,193,195)
#C7CED0
(199,206,208)
#D8DBDD
(216,219,221)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6668; }

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

This text font color is #3F6668.


Background Color

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

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

This div background color is #3F6668.


Border color

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

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

This div border color is #3F6668.


Opacity

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

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

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

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

This text has shadow with #3F6668 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6668 on black background.


Color preview on white background

This text has color #3F6668 on white background.



Black color preview on #3F6668 background

This text has black color on #3F6668 background.


White color preview on #3F6668 background

This text has white color on #3F6668 background.