COLOR #3F6983

HEX: #3F6983
RGB: (63,105,131)

Color info

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

RGB color model

#3F6983 color RGB value is (63,105,131).

  • red value is 63;
  • green value is 105;
  • blue value is 131.
RGB:
(63,105,131)
(25%,41%,51%)

RGB channels and saturation

R 63 of 255 = 25%
G 105 of 255 = 41%
B 131 of 255 = 51%

63
105
131

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

Portions of RGB colors in percentages

R + G + B =
63 + 105 + 131 = 299 (100%)
R 63 of 299 ~ 21.07%
G 105 of 299 ~ 35.12%
B 131 of 299 ~ 43.81%

%21.07
%35.12
%43.81

CMYK color model

#3F6983 color CMYK value is (52,20,0,49).

  • cyan value is 51.91%
  • magenta value is 19.85%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(52,20,0,49)
C52M20Y0K49 
(52%,20%,0%,49%)
(0.52/0.20/0.00/0.49)	

CMYK percentages

%51.91
%19.85
%0
%48.63

Codes

Color #3F6983 in popluar color models

3F6983
RGB63105131
HSL203°35.05%38.04%
HSB/HSV203°51.91%51.37%
CMYK51.91%19.85%0.00%
48.63%

Color #3F6983 in popluar number systems.

HEX3F6983
Decimal63105131
Binary111111110100110000011
Octal77151203

Shades and tints

Shades of #3F6983

#3F6983
(63,105,131)
#3A6078
(58,96,120)
#35576D
(53,87,109)
#304E62
(48,78,98)
#2B4557
(43,69,87)
#263C4C
(38,60,76)
#213341
(33,51,65)
#1C2A36
(28,42,54)
#17212B
(23,33,43)
#121820
(18,24,32)
#0D0F15
(13,15,21)
#000000
(0,0,0)

Tints of #3F6983

#3F6983
(63,105,131)
#50768E
(80,118,142)
#618399
(97,131,153)
#7290A4
(114,144,164)
#839DAF
(131,157,175)
#94AABA
(148,170,186)
#A5B7C5
(165,183,197)
#B6C4D0
(182,196,208)
#C7D1DB
(199,209,219)
#D8DEE6
(216,222,230)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6983 color. Also use rgb(63,105,131) instead hex code.

Text Font Color

.myTextColor { color: #3F6983; }

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

This text font color is #3F6983.


Background Color

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

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

This div background color is #3F6983.


Border color

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

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

This div border color is #3F6983.


Opacity

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

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

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

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

This text has shadow with #3F6983 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6983 on black background.


Color preview on white background

This text has color #3F6983 on white background.



Black color preview on #3F6983 background

This text has black color on #3F6983 background.


White color preview on #3F6983 background

This text has white color on #3F6983 background.