COLOR #3F5060

HEX: #3F5060
RGB: (63,80,96)

Color info

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

RGB color model

#3F5060 color RGB value is (63,80,96).

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

RGB channels and saturation

R 63 of 255 = 25%
G 80 of 255 = 31%
B 96 of 255 = 38%

63
80
96

R + G + B ~ 31%. #3F5060 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 80 + 96 = 239 (100%)
R 63 of 239 ~ 26.36%
G 80 of 239 ~ 33.47%
B 96 of 239 ~ 40.17%

%26.36
%33.47
%40.17

CMYK color model

#3F5060 color CMYK value is (34,17,0,62).

  • cyan value is 34.38%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(34,17,0,62)
C34M17Y0K62 
(34%,17%,0%,62%)
(0.34/0.17/0.00/0.62)	

CMYK percentages

%34.38
%16.67
%0
%62.35

Codes

Color #3F5060 in popluar color models

3F5060
RGB638096
HSL209°20.75%31.18%
HSB/HSV209°34.38%37.65%
CMYK34.38%16.67%0.00%
62.35%

Color #3F5060 in popluar number systems.

HEX3F5060
Decimal638096
Binary11111110100001100000
Octal77120140

Shades and tints

Shades of #3F5060

#3F5060
(63,80,96)
#3A4958
(58,73,88)
#354250
(53,66,80)
#303B48
(48,59,72)
#2B3440
(43,52,64)
#262D38
(38,45,56)
#212630
(33,38,48)
#1C1F28
(28,31,40)
#171820
(23,24,32)
#121118
(18,17,24)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #3F5060

#3F5060
(63,80,96)
#505F6E
(80,95,110)
#616E7C
(97,110,124)
#727D8A
(114,125,138)
#838C98
(131,140,152)
#949BA6
(148,155,166)
#A5AAB4
(165,170,180)
#B6B9C2
(182,185,194)
#C7C8D0
(199,200,208)
#D8D7DE
(216,215,222)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5060; }

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

This text font color is #3F5060.


Background Color

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

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

This div background color is #3F5060.


Border color

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

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

This div border color is #3F5060.


Opacity

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

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

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

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

This text has shadow with #3F5060 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5060 on black background.


Color preview on white background

This text has color #3F5060 on white background.



Black color preview on #3F5060 background

This text has black color on #3F5060 background.


White color preview on #3F5060 background

This text has white color on #3F5060 background.