COLOR #3F4F73

HEX: #3F4F73
RGB: (63,79,115)

Color info

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

RGB color model

#3F4F73 color RGB value is (63,79,115).

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

RGB channels and saturation

R 63 of 255 = 25%
G 79 of 255 = 31%
B 115 of 255 = 45%

63
79
115

R + G + B ~ 34%. #3F4F73 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 79 + 115 = 257 (100%)
R 63 of 257 ~ 24.51%
G 79 of 257 ~ 30.74%
B 115 of 257 ~ 44.75%

%24.51
%30.74
%44.75

CMYK color model

#3F4F73 color CMYK value is (45,31,0,55).

  • cyan value is 45.22%
  • magenta value is 31.30%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(45,31,0,55)
C45M31Y0K55 
(45%,31%,0%,55%)
(0.45/0.31/0.00/0.55)	

CMYK percentages

%45.22
%31.3
%0
%54.9

Codes

Color #3F4F73 in popluar color models

3F4F73
RGB6379115
HSL222°29.21%34.90%
HSB/HSV222°45.22%45.10%
CMYK45.22%31.30%0.00%
54.90%

Color #3F4F73 in popluar number systems.

HEX3F4F73
Decimal6379115
Binary11111110011111110011
Octal77117163

Shades and tints

Shades of #3F4F73

#3F4F73
(63,79,115)
#3A4869
(58,72,105)
#35415F
(53,65,95)
#303A55
(48,58,85)
#2B334B
(43,51,75)
#262C41
(38,44,65)
#212537
(33,37,55)
#1C1E2D
(28,30,45)
#171723
(23,23,35)
#121019
(18,16,25)
#0D090F
(13,9,15)
#000000
(0,0,0)

Tints of #3F4F73

#3F4F73
(63,79,115)
#505F7F
(80,95,127)
#616F8B
(97,111,139)
#727F97
(114,127,151)
#838FA3
(131,143,163)
#949FAF
(148,159,175)
#A5AFBB
(165,175,187)
#B6BFC7
(182,191,199)
#C7CFD3
(199,207,211)
#D8DFDF
(216,223,223)
#E9EFEB
(233,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F4F73; }

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

This text font color is #3F4F73.


Background Color

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

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

This div background color is #3F4F73.


Border color

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

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

This div border color is #3F4F73.


Opacity

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

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

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

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

This text has shadow with #3F4F73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F4F73 on black background.


Color preview on white background

This text has color #3F4F73 on white background.



Black color preview on #3F4F73 background

This text has black color on #3F4F73 background.


White color preview on #3F4F73 background

This text has white color on #3F4F73 background.