COLOR #3F6473

HEX: #3F6473
RGB: (63,100,115)

Color info

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

RGB color model

#3F6473 color RGB value is (63,100,115).

  • red value is 63;
  • green value is 100;
  • blue value is 115.
RGB:
(63,100,115)
(25%,39%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 115 of 255 = 45%

63
100
115

R + G + B ~ 36%. #3F6473 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 100 + 115 = 278 (100%)
R 63 of 278 ~ 22.66%
G 100 of 278 ~ 35.97%
B 115 of 278 ~ 41.37%

%22.66
%35.97
%41.37

CMYK color model

#3F6473 color CMYK value is (45,13,0,55).

  • cyan value is 45.22%
  • magenta value is 13.04%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(45,13,0,55)
C45M13Y0K55 
(45%,13%,0%,55%)
(0.45/0.13/0.00/0.55)	

CMYK percentages

%45.22
%13.04
%0
%54.9

Codes

Color #3F6473 in popluar color models

3F6473
RGB63100115
HSL197°29.21%34.90%
HSB/HSV197°45.22%45.10%
CMYK45.22%13.04%0.00%
54.90%

Color #3F6473 in popluar number systems.

HEX3F6473
Decimal63100115
Binary11111111001001110011
Octal77144163

Shades and tints

Shades of #3F6473

#3F6473
(63,100,115)
#3A5B69
(58,91,105)
#35525F
(53,82,95)
#304955
(48,73,85)
#2B404B
(43,64,75)
#263741
(38,55,65)
#212E37
(33,46,55)
#1C252D
(28,37,45)
#171C23
(23,28,35)
#121319
(18,19,25)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #3F6473

#3F6473
(63,100,115)
#50727F
(80,114,127)
#61808B
(97,128,139)
#728E97
(114,142,151)
#839CA3
(131,156,163)
#94AAAF
(148,170,175)
#A5B8BB
(165,184,187)
#B6C6C7
(182,198,199)
#C7D4D3
(199,212,211)
#D8E2DF
(216,226,223)
#E9F0EB
(233,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6473 color. Also use rgb(63,100,115) instead hex code.

Text Font Color

.myTextColor { color: #3F6473; }

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

This text font color is #3F6473.


Background Color

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

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

This div background color is #3F6473.


Border color

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

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

This div border color is #3F6473.


Opacity

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

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

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

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

This text has shadow with #3F6473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6473 on black background.


Color preview on white background

This text has color #3F6473 on white background.



Black color preview on #3F6473 background

This text has black color on #3F6473 background.


White color preview on #3F6473 background

This text has white color on #3F6473 background.