COLOR #3F656F

HEX: #3F656F
RGB: (63,101,111)

Color info

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

RGB color model

#3F656F color RGB value is (63,101,111).

  • red value is 63;
  • green value is 101;
  • blue value is 111.
RGB:
(63,101,111)
(25%,40%,44%)

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 111 of 255 = 44%

63
101
111

R + G + B ~ 36%. #3F656F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 111 = 275 (100%)
R 63 of 275 ~ 22.91%
G 101 of 275 ~ 36.73%
B 111 of 275 ~ 40.36%

%22.91
%36.73
%40.36

CMYK color model

#3F656F color CMYK value is (43,9,0,56).

  • cyan value is 43.24%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 56.47%
CMYK:
(43,9,0,56)
C43M9Y0K56 
(43%,9%,0%,56%)
(0.43/0.09/0.00/0.56)	

CMYK percentages

%43.24
%9.01
%0
%56.47

Codes

Color #3F656F in popluar color models

3F656F
RGB63101111
HSL193°27.59%34.12%
HSB/HSV193°43.24%43.53%
CMYK43.24%9.01%0.00%
56.47%

Color #3F656F in popluar number systems.

HEX3F656F
Decimal63101111
Binary11111111001011101111
Octal77145157

Shades and tints

Shades of #3F656F

#3F656F
(63,101,111)
#3A5C65
(58,92,101)
#35535B
(53,83,91)
#304A51
(48,74,81)
#2B4147
(43,65,71)
#26383D
(38,56,61)
#212F33
(33,47,51)
#1C2629
(28,38,41)
#171D1F
(23,29,31)
#121415
(18,20,21)
#0D0B0B
(13,11,11)
#000000
(0,0,0)

Tints of #3F656F

#3F656F
(63,101,111)
#50737C
(80,115,124)
#618189
(97,129,137)
#728F96
(114,143,150)
#839DA3
(131,157,163)
#94ABB0
(148,171,176)
#A5B9BD
(165,185,189)
#B6C7CA
(182,199,202)
#C7D5D7
(199,213,215)
#D8E3E4
(216,227,228)
#E9F1F1
(233,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F656F color. Also use rgb(63,101,111) instead hex code.

Text Font Color

.myTextColor { color: #3F656F; }

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

This text font color is #3F656F.


Background Color

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

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

This div background color is #3F656F.


Border color

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

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

This div border color is #3F656F.


Opacity

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

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

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

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

This text has shadow with #3F656F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F656F on black background.


Color preview on white background

This text has color #3F656F on white background.



Black color preview on #3F656F background

This text has black color on #3F656F background.


White color preview on #3F656F background

This text has white color on #3F656F background.