COLOR #3F5D60

HEX: #3F5D60
RGB: (63,93,96)

Color info

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

RGB color model

#3F5D60 color RGB value is (63,93,96).

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

RGB channels and saturation

R 63 of 255 = 25%
G 93 of 255 = 36%
B 96 of 255 = 38%

63
93
96

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

Portions of RGB colors in percentages

R + G + B =
63 + 93 + 96 = 252 (100%)
R 63 of 252 ~ 25%
G 93 of 252 ~ 36.9%
B 96 of 252 ~ 38.1%

%25
%36.9
%38.1

CMYK color model

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

  • cyan value is 34.38%
  • magenta value is 3.12%
  • yellow value is 0.00%
  • key color value is 62.35%
CMYK:
(34,3,0,62)
C34M3Y0K62 
(34%,3%,0%,62%)
(0.34/0.03/0.00/0.62)	

CMYK percentages

%34.38
%3.12
%0
%62.35

Codes

Color #3F5D60 in popluar color models

3F5D60
RGB639396
HSL185°20.75%31.18%
HSB/HSV185°34.38%37.65%
CMYK34.38%3.12%0.00%
62.35%

Color #3F5D60 in popluar number systems.

HEX3F5D60
Decimal639396
Binary11111110111011100000
Octal77135140

Shades and tints

Shades of #3F5D60

#3F5D60
(63,93,96)
#3A5558
(58,85,88)
#354D50
(53,77,80)
#304548
(48,69,72)
#2B3D40
(43,61,64)
#263538
(38,53,56)
#212D30
(33,45,48)
#1C2528
(28,37,40)
#171D20
(23,29,32)
#121518
(18,21,24)
#0D0D10
(13,13,16)
#000000
(0,0,0)

Tints of #3F5D60

#3F5D60
(63,93,96)
#506B6E
(80,107,110)
#61797C
(97,121,124)
#72878A
(114,135,138)
#839598
(131,149,152)
#94A3A6
(148,163,166)
#A5B1B4
(165,177,180)
#B6BFC2
(182,191,194)
#C7CDD0
(199,205,208)
#D8DBDE
(216,219,222)
#E9E9EC
(233,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F5D60; }

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

This text font color is #3F5D60.


Background Color

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

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

This div background color is #3F5D60.


Border color

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

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

This div border color is #3F5D60.


Opacity

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

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

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

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

This text has shadow with #3F5D60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F5D60 on black background.


Color preview on white background

This text has color #3F5D60 on white background.



Black color preview on #3F5D60 background

This text has black color on #3F5D60 background.


White color preview on #3F5D60 background

This text has white color on #3F5D60 background.