COLOR #3F6860

HEX: #3F6860
RGB: (63,104,96)

Color info

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

RGB color model

#3F6860 color RGB value is (63,104,96).

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

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 96 of 255 = 38%

63
104
96

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

Portions of RGB colors in percentages

R + G + B =
63 + 104 + 96 = 263 (100%)
R 63 of 263 ~ 23.95%
G 104 of 263 ~ 39.54%
B 96 of 263 ~ 36.5%

%23.95
%39.54
%36.5

CMYK color model

#3F6860 color CMYK value is (39,0,8,59).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 7.69%
  • key color value is 59.22%
CMYK:
(39,0,8,59)
C39M0Y8K59 
(39%,0%,8%,59%)
(0.39/0.00/0.08/0.59)	

CMYK percentages

%39.42
%0
%7.69
%59.22

Codes

Color #3F6860 in popluar color models

3F6860
RGB6310496
HSL168°24.55%32.75%
HSB/HSV168°39.42%40.78%
CMYK39.42%0.00%7.69%
59.22%

Color #3F6860 in popluar number systems.

HEX3F6860
Decimal6310496
Binary11111111010001100000
Octal77150140

Shades and tints

Shades of #3F6860

#3F6860
(63,104,96)
#3A5F58
(58,95,88)
#355650
(53,86,80)
#304D48
(48,77,72)
#2B4440
(43,68,64)
#263B38
(38,59,56)
#213230
(33,50,48)
#1C2928
(28,41,40)
#172020
(23,32,32)
#121718
(18,23,24)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #3F6860

#3F6860
(63,104,96)
#50756E
(80,117,110)
#61827C
(97,130,124)
#728F8A
(114,143,138)
#839C98
(131,156,152)
#94A9A6
(148,169,166)
#A5B6B4
(165,182,180)
#B6C3C2
(182,195,194)
#C7D0D0
(199,208,208)
#D8DDDE
(216,221,222)
#E9EAEC
(233,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6860; }

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

This text font color is #3F6860.


Background Color

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

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

This div background color is #3F6860.


Border color

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

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

This div border color is #3F6860.


Opacity

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

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

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

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

This text has shadow with #3F6860 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6860 on black background.


Color preview on white background

This text has color #3F6860 on white background.



Black color preview on #3F6860 background

This text has black color on #3F6860 background.


White color preview on #3F6860 background

This text has white color on #3F6860 background.