COLOR #3F6C8A

HEX: #3F6C8A
RGB: (63,108,138)

Color info

#3F6C8A contains mainly green and blue colors. Web safe color of #3F6C8A is #336699 (or #369).

RGB color model

#3F6C8A color RGB value is (63,108,138).

  • red value is 63;
  • green value is 108;
  • blue value is 138.
RGB:
(63,108,138)
(25%,42%,54%)

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 138 of 255 = 54%

63
108
138

R + G + B ~ 40%. #3F6C8A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
63 + 108 + 138 = 309 (100%)
R 63 of 309 ~ 20.39%
G 108 of 309 ~ 34.95%
B 138 of 309 ~ 44.66%

%20.39
%34.95
%44.66

CMYK color model

#3F6C8A color CMYK value is (54,22,0,46).

  • cyan value is 54.35%
  • magenta value is 21.74%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(54,22,0,46)
C54M22Y0K46 
(54%,22%,0%,46%)
(0.54/0.22/0.00/0.46)	

CMYK percentages

%54.35
%21.74
%0
%45.88

Codes

Color #3F6C8A in popluar color models

3F6C8A
RGB63108138
HSL204°37.31%39.41%
HSB/HSV204°54.35%54.12%
CMYK54.35%21.74%0.00%
45.88%

Color #3F6C8A in popluar number systems.

HEX3F6C8A
Decimal63108138
Binary111111110110010001010
Octal77154212

Shades and tints

Shades of #3F6C8A

#3F6C8A
(63,108,138)
#3A637E
(58,99,126)
#355A72
(53,90,114)
#305166
(48,81,102)
#2B485A
(43,72,90)
#263F4E
(38,63,78)
#213642
(33,54,66)
#1C2D36
(28,45,54)
#17242A
(23,36,42)
#121B1E
(18,27,30)
#0D1212
(13,18,18)
#000000
(0,0,0)

Tints of #3F6C8A

#3F6C8A
(63,108,138)
#507994
(80,121,148)
#61869E
(97,134,158)
#7293A8
(114,147,168)
#83A0B2
(131,160,178)
#94ADBC
(148,173,188)
#A5BAC6
(165,186,198)
#B6C7D0
(182,199,208)
#C7D4DA
(199,212,218)
#D8E1E4
(216,225,228)
#E9EEEE
(233,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6C8A color. Also use rgb(63,108,138) instead hex code.

Text Font Color

.myTextColor { color: #3F6C8A; }

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

This text font color is #3F6C8A.


Background Color

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

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

This div background color is #3F6C8A.


Border color

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

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

This div border color is #3F6C8A.


Opacity

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

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

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

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

This text has shadow with #3F6C8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6C8A on black background.


Color preview on white background

This text has color #3F6C8A on white background.



Black color preview on #3F6C8A background

This text has black color on #3F6C8A background.


White color preview on #3F6C8A background

This text has white color on #3F6C8A background.