COLOR #3F5B7E

HEX: #3F5B7E
RGB: (63,91,126)

Color info

#3F5B7E contains mainly green and blue colors. Web safe color of #3F5B7E is #336666 (or #366).

RGB color model

#3F5B7E color RGB value is (63,91,126).

  • red value is 63;
  • green value is 91;
  • blue value is 126.
RGB:
(63,91,126)
(25%,36%,49%)

RGB channels and saturation

R 63 of 255 = 25%
G 91 of 255 = 36%
B 126 of 255 = 49%

63
91
126

R + G + B ~ 37%. #3F5B7E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 91 + 126 = 280 (100%)
R 63 of 280 ~ 22.5%
G 91 of 280 ~ 32.5%
B 126 of 280 ~ 45%

%22.5
%32.5
%45

CMYK color model

#3F5B7E color CMYK value is (50,28,0,51).

  • cyan value is 50.00%
  • magenta value is 27.78%
  • yellow value is 0.00%
  • key color value is 50.59%
CMYK:
(50,28,0,51)
C50M28Y0K51 
(50%,28%,0%,51%)
(0.50/0.28/0.00/0.51)	

CMYK percentages

%50
%27.78
%0
%50.59

Codes

Color #3F5B7E in popluar color models

3F5B7E
RGB6391126
HSL213°33.33%37.06%
HSB/HSV213°50.00%49.41%
CMYK50.00%27.78%0.00%
50.59%

Color #3F5B7E in popluar number systems.

HEX3F5B7E
Decimal6391126
Binary11111110110111111110
Octal77133176

Shades and tints

Shades of #3F5B7E

#3F5B7E
(63,91,126)
#3A5373
(58,83,115)
#354B68
(53,75,104)
#30435D
(48,67,93)
#2B3B52
(43,59,82)
#263347
(38,51,71)
#212B3C
(33,43,60)
#1C2331
(28,35,49)
#171B26
(23,27,38)
#12131B
(18,19,27)
#0D0B10
(13,11,16)
#000000
(0,0,0)

Tints of #3F5B7E

#3F5B7E
(63,91,126)
#506989
(80,105,137)
#617794
(97,119,148)
#72859F
(114,133,159)
#8393AA
(131,147,170)
#94A1B5
(148,161,181)
#A5AFC0
(165,175,192)
#B6BDCB
(182,189,203)
#C7CBD6
(199,203,214)
#D8D9E1
(216,217,225)
#E9E7EC
(233,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5B7E color. Also use rgb(63,91,126) instead hex code.

Text Font Color

.myTextColor { color: #3F5B7E; }

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

This text font color is #3F5B7E.


Background Color

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

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

This div background color is #3F5B7E.


Border color

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

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

This div border color is #3F5B7E.


Opacity

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

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

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

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

This text has shadow with #3F5B7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5B7E on black background.


Color preview on white background

This text has color #3F5B7E on white background.



Black color preview on #3F5B7E background

This text has black color on #3F5B7E background.


White color preview on #3F5B7E background

This text has white color on #3F5B7E background.