COLOR #3F5860

HEX: #3F5860
RGB: (63,88,96)

Color info

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

RGB color model

#3F5860 color RGB value is (63,88,96).

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

RGB channels and saturation

R 63 of 255 = 25%
G 88 of 255 = 35%
B 96 of 255 = 38%

63
88
96

R + G + B ~ 33%. #3F5860 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 88 + 96 = 247 (100%)
R 63 of 247 ~ 25.51%
G 88 of 247 ~ 35.63%
B 96 of 247 ~ 38.87%

%25.51
%35.63
%38.87

CMYK color model

#3F5860 color CMYK value is (34,8,0,62).

  • cyan value is 34.38%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(34,8,0,62)
C34M8Y0K62 
(34%,8%,0%,62%)
(0.34/0.08/0.00/0.62)	

CMYK percentages

%34.38
%8.33
%0
%62.35

Codes

Color #3F5860 in popluar color models

3F5860
RGB638896
HSL195°20.75%31.18%
HSB/HSV195°34.38%37.65%
CMYK34.38%8.33%0.00%
62.35%

Color #3F5860 in popluar number systems.

HEX3F5860
Decimal638896
Binary11111110110001100000
Octal77130140

Shades and tints

Shades of #3F5860

#3F5860
(63,88,96)
#3A5058
(58,80,88)
#354850
(53,72,80)
#304048
(48,64,72)
#2B3840
(43,56,64)
#263038
(38,48,56)
#212830
(33,40,48)
#1C2028
(28,32,40)
#171820
(23,24,32)
#121018
(18,16,24)
#0D0810
(13,8,16)
#000000
(0,0,0)

Tints of #3F5860

#3F5860
(63,88,96)
#50676E
(80,103,110)
#61767C
(97,118,124)
#72858A
(114,133,138)
#839498
(131,148,152)
#94A3A6
(148,163,166)
#A5B2B4
(165,178,180)
#B6C1C2
(182,193,194)
#C7D0D0
(199,208,208)
#D8DFDE
(216,223,222)
#E9EEEC
(233,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5860; }

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

This text font color is #3F5860.


Background Color

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

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

This div background color is #3F5860.


Border color

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

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

This div border color is #3F5860.


Opacity

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

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

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

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

This text has shadow with #3F5860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5860 on black background.


Color preview on white background

This text has color #3F5860 on white background.



Black color preview on #3F5860 background

This text has black color on #3F5860 background.


White color preview on #3F5860 background

This text has white color on #3F5860 background.