COLOR #3F6678

HEX: #3F6678
RGB: (63,102,120)

Color info

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

RGB color model

#3F6678 color RGB value is (63,102,120).

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

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 120 of 255 = 47%

63
102
120

R + G + B ~ 37%. #3F6678 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 102 + 120 = 285 (100%)
R 63 of 285 ~ 22.11%
G 102 of 285 ~ 35.79%
B 120 of 285 ~ 42.11%

%22.11
%35.79
%42.11

CMYK color model

#3F6678 color CMYK value is (48,15,0,53).

  • cyan value is 47.50%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(48,15,0,53)
C48M15Y0K53 
(48%,15%,0%,53%)
(0.48/0.15/0.00/0.53)	

CMYK percentages

%47.5
%15
%0
%52.94

Codes

Color #3F6678 in popluar color models

3F6678
RGB63102120
HSL199°31.15%35.88%
HSB/HSV199°47.50%47.06%
CMYK47.50%15.00%0.00%
52.94%

Color #3F6678 in popluar number systems.

HEX3F6678
Decimal63102120
Binary11111111001101111000
Octal77146170

Shades and tints

Shades of #3F6678

#3F6678
(63,102,120)
#3A5D6E
(58,93,110)
#355464
(53,84,100)
#304B5A
(48,75,90)
#2B4250
(43,66,80)
#263946
(38,57,70)
#21303C
(33,48,60)
#1C2732
(28,39,50)
#171E28
(23,30,40)
#12151E
(18,21,30)
#0D0C14
(13,12,20)
#000000
(0,0,0)

Tints of #3F6678

#3F6678
(63,102,120)
#507384
(80,115,132)
#618090
(97,128,144)
#728D9C
(114,141,156)
#839AA8
(131,154,168)
#94A7B4
(148,167,180)
#A5B4C0
(165,180,192)
#B6C1CC
(182,193,204)
#C7CED8
(199,206,216)
#D8DBE4
(216,219,228)
#E9E8F0
(233,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6678; }

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

This text font color is #3F6678.


Background Color

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

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

This div background color is #3F6678.


Border color

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

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

This div border color is #3F6678.


Opacity

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

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

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

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

This text has shadow with #3F6678 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6678 on black background.


Color preview on white background

This text has color #3F6678 on white background.



Black color preview on #3F6678 background

This text has black color on #3F6678 background.


White color preview on #3F6678 background

This text has white color on #3F6678 background.