COLOR #3F6186

HEX: #3F6186
RGB: (63,97,134)

Color info

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

RGB color model

#3F6186 color RGB value is (63,97,134).

  • red value is 63;
  • green value is 97;
  • blue value is 134.
RGB:
(63,97,134)
(25%,38%,53%)

RGB channels and saturation

R 63 of 255 = 25%
G 97 of 255 = 38%
B 134 of 255 = 53%

63
97
134

R + G + B ~ 39%. #3F6186 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 97 + 134 = 294 (100%)
R 63 of 294 ~ 21.43%
G 97 of 294 ~ 32.99%
B 134 of 294 ~ 45.58%

%21.43
%32.99
%45.58

CMYK color model

#3F6186 color CMYK value is (53,28,0,47).

  • cyan value is 52.99%
  • magenta value is 27.61%
  • yellow value is 0.00%
  • key color value is 47.45%
CMYK:
(53,28,0,47)
C53M28Y0K47 
(53%,28%,0%,47%)
(0.53/0.28/0.00/0.47)	

CMYK percentages

%52.99
%27.61
%0
%47.45

Codes

Color #3F6186 in popluar color models

3F6186
RGB6397134
HSL211°36.04%38.63%
HSB/HSV211°52.99%52.55%
CMYK52.99%27.61%0.00%
47.45%

Color #3F6186 in popluar number systems.

HEX3F6186
Decimal6397134
Binary111111110000110000110
Octal77141206

Shades and tints

Shades of #3F6186

#3F6186
(63,97,134)
#3A597A
(58,89,122)
#35516E
(53,81,110)
#304962
(48,73,98)
#2B4156
(43,65,86)
#26394A
(38,57,74)
#21313E
(33,49,62)
#1C2932
(28,41,50)
#172126
(23,33,38)
#12191A
(18,25,26)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #3F6186

#3F6186
(63,97,134)
#506F91
(80,111,145)
#617D9C
(97,125,156)
#728BA7
(114,139,167)
#8399B2
(131,153,178)
#94A7BD
(148,167,189)
#A5B5C8
(165,181,200)
#B6C3D3
(182,195,211)
#C7D1DE
(199,209,222)
#D8DFE9
(216,223,233)
#E9EDF4
(233,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6186 color. Also use rgb(63,97,134) instead hex code.

Text Font Color

.myTextColor { color: #3F6186; }

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

This text font color is #3F6186.


Background Color

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

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

This div background color is #3F6186.


Border color

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

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

This div border color is #3F6186.


Opacity

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

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

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

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

This text has shadow with #3F6186 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6186 on black background.


Color preview on white background

This text has color #3F6186 on white background.



Black color preview on #3F6186 background

This text has black color on #3F6186 background.


White color preview on #3F6186 background

This text has white color on #3F6186 background.