COLOR #3F7984

HEX: #3F7984
RGB: (63,121,132)

Color info

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

RGB color model

#3F7984 color RGB value is (63,121,132).

  • red value is 63;
  • green value is 121;
  • blue value is 132.
RGB:
(63,121,132)
(25%,47%,52%)

RGB channels and saturation

R 63 of 255 = 25%
G 121 of 255 = 47%
B 132 of 255 = 52%

63
121
132

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

Portions of RGB colors in percentages

R + G + B =
63 + 121 + 132 = 316 (100%)
R 63 of 316 ~ 19.94%
G 121 of 316 ~ 38.29%
B 132 of 316 ~ 41.77%

%19.94
%38.29
%41.77

CMYK color model

#3F7984 color CMYK value is (52,8,0,48).

  • cyan value is 52.27%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 48.24%
CMYK:
(52,8,0,48)
C52M8Y0K48 
(52%,8%,0%,48%)
(0.52/0.08/0.00/0.48)	

CMYK percentages

%52.27
%8.33
%0
%48.24

Codes

Color #3F7984 in popluar color models

3F7984
RGB63121132
HSL190°35.38%38.24%
HSB/HSV190°52.27%51.76%
CMYK52.27%8.33%0.00%
48.24%

Color #3F7984 in popluar number systems.

HEX3F7984
Decimal63121132
Binary111111111100110000100
Octal77171204

Shades and tints

Shades of #3F7984

#3F7984
(63,121,132)
#3A6E78
(58,110,120)
#35636C
(53,99,108)
#305860
(48,88,96)
#2B4D54
(43,77,84)
#264248
(38,66,72)
#21373C
(33,55,60)
#1C2C30
(28,44,48)
#172124
(23,33,36)
#121618
(18,22,24)
#0D0B0C
(13,11,12)
#000000
(0,0,0)

Tints of #3F7984

#3F7984
(63,121,132)
#50858F
(80,133,143)
#61919A
(97,145,154)
#729DA5
(114,157,165)
#83A9B0
(131,169,176)
#94B5BB
(148,181,187)
#A5C1C6
(165,193,198)
#B6CDD1
(182,205,209)
#C7D9DC
(199,217,220)
#D8E5E7
(216,229,231)
#E9F1F2
(233,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F7984 color. Also use rgb(63,121,132) instead hex code.

Text Font Color

.myTextColor { color: #3F7984; }

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

This text font color is #3F7984.


Background Color

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

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

This div background color is #3F7984.


Border color

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

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

This div border color is #3F7984.


Opacity

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

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

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

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

This text has shadow with #3F7984 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F7984 on black background.


Color preview on white background

This text has color #3F7984 on white background.



Black color preview on #3F7984 background

This text has black color on #3F7984 background.


White color preview on #3F7984 background

This text has white color on #3F7984 background.