COLOR #3F5868

HEX: #3F5868
RGB: (63,88,104)

Color info

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

RGB color model

#3F5868 color RGB value is (63,88,104).

  • red value is 63;
  • green value is 88;
  • blue value is 104.
RGB:
(63,88,104)
(25%,35%,41%)

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 104 of 255 = 41%

63
88
104

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

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 104 = 255 (100%)
R 63 of 255 ~ 24.71%
G 88 of 255 ~ 34.51%
B 104 of 255 ~ 40.78%

%24.71
%34.51
%40.78

CMYK color model

#3F5868 color CMYK value is (39,15,0,59).

  • cyan value is 39.42%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(39,15,0,59)
C39M15Y0K59 
(39%,15%,0%,59%)
(0.39/0.15/0.00/0.59)	

CMYK percentages

%39.42
%15.38
%0
%59.22

Codes

Color #3F5868 in popluar color models

3F5868
RGB6388104
HSL203°24.55%32.75%
HSB/HSV203°39.42%40.78%
CMYK39.42%15.38%0.00%
59.22%

Color #3F5868 in popluar number systems.

HEX3F5868
Decimal6388104
Binary11111110110001101000
Octal77130150

Shades and tints

Shades of #3F5868

#3F5868
(63,88,104)
#3A505F
(58,80,95)
#354856
(53,72,86)
#30404D
(48,64,77)
#2B3844
(43,56,68)
#26303B
(38,48,59)
#212832
(33,40,50)
#1C2029
(28,32,41)
#171820
(23,24,32)
#121017
(18,16,23)
#0D080E
(13,8,14)
#000000
(0,0,0)

Tints of #3F5868

#3F5868
(63,88,104)
#506775
(80,103,117)
#617682
(97,118,130)
#72858F
(114,133,143)
#83949C
(131,148,156)
#94A3A9
(148,163,169)
#A5B2B6
(165,178,182)
#B6C1C3
(182,193,195)
#C7D0D0
(199,208,208)
#D8DFDD
(216,223,221)
#E9EEEA
(233,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5868 color. Also use rgb(63,88,104) instead hex code.

Text Font Color

.myTextColor { color: #3F5868; }

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

This text font color is #3F5868.


Background Color

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

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

This div background color is #3F5868.


Border color

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

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

This div border color is #3F5868.


Opacity

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

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

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

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

This text has shadow with #3F5868 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5868 on black background.


Color preview on white background

This text has color #3F5868 on white background.



Black color preview on #3F5868 background

This text has black color on #3F5868 background.


White color preview on #3F5868 background

This text has white color on #3F5868 background.