COLOR #3F5674

HEX: #3F5674
RGB: (63,86,116)

Color info

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

RGB color model

#3F5674 color RGB value is (63,86,116).

  • red value is 63;
  • green value is 86;
  • blue value is 116.
RGB:
(63,86,116)
(25%,34%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 86 of 255 = 34%
B 116 of 255 = 45%

63
86
116

R + G + B ~ 35%. #3F5674 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 86 + 116 = 265 (100%)
R 63 of 265 ~ 23.77%
G 86 of 265 ~ 32.45%
B 116 of 265 ~ 43.77%

%23.77
%32.45
%43.77

CMYK color model

#3F5674 color CMYK value is (46,26,0,55).

  • cyan value is 45.69%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 54.51%
CMYK:
(46,26,0,55)
C46M26Y0K55 
(46%,26%,0%,55%)
(0.46/0.26/0.00/0.55)	

CMYK percentages

%45.69
%25.86
%0
%54.51

Codes

Color #3F5674 in popluar color models

3F5674
RGB6386116
HSL214°29.61%35.10%
HSB/HSV214°45.69%45.49%
CMYK45.69%25.86%0.00%
54.51%

Color #3F5674 in popluar number systems.

HEX3F5674
Decimal6386116
Binary11111110101101110100
Octal77126164

Shades and tints

Shades of #3F5674

#3F5674
(63,86,116)
#3A4F6A
(58,79,106)
#354860
(53,72,96)
#304156
(48,65,86)
#2B3A4C
(43,58,76)
#263342
(38,51,66)
#212C38
(33,44,56)
#1C252E
(28,37,46)
#171E24
(23,30,36)
#12171A
(18,23,26)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #3F5674

#3F5674
(63,86,116)
#506580
(80,101,128)
#61748C
(97,116,140)
#728398
(114,131,152)
#8392A4
(131,146,164)
#94A1B0
(148,161,176)
#A5B0BC
(165,176,188)
#B6BFC8
(182,191,200)
#C7CED4
(199,206,212)
#D8DDE0
(216,221,224)
#E9ECEC
(233,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5674 color. Also use rgb(63,86,116) instead hex code.

Text Font Color

.myTextColor { color: #3F5674; }

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

This text font color is #3F5674.


Background Color

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

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

This div background color is #3F5674.


Border color

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

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

This div border color is #3F5674.


Opacity

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

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

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

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

This text has shadow with #3F5674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5674 on black background.


Color preview on white background

This text has color #3F5674 on white background.



Black color preview on #3F5674 background

This text has black color on #3F5674 background.


White color preview on #3F5674 background

This text has white color on #3F5674 background.