COLOR #3F656B

HEX: #3F656B
RGB: (63,101,107)

Color info

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

RGB color model

#3F656B color RGB value is (63,101,107).

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

RGB channels and saturation

R 63 of 255 = 25%
G 101 of 255 = 40%
B 107 of 255 = 42%

63
101
107

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

Portions of RGB colors in percentages

R + G + B =
63 + 101 + 107 = 271 (100%)
R 63 of 271 ~ 23.25%
G 101 of 271 ~ 37.27%
B 107 of 271 ~ 39.48%

%23.25
%37.27
%39.48

CMYK color model

#3F656B color CMYK value is (41,6,0,58).

  • cyan value is 41.12%
  • magenta value is 5.61%
  • yellow value is 0.00%
  • key color value is 58.04%
CMYK:
(41,6,0,58)
C41M6Y0K58 
(41%,6%,0%,58%)
(0.41/0.06/0.00/0.58)	

CMYK percentages

%41.12
%5.61
%0
%58.04

Codes

Color #3F656B in popluar color models

3F656B
RGB63101107
HSL188°25.88%33.33%
HSB/HSV188°41.12%41.96%
CMYK41.12%5.61%0.00%
58.04%

Color #3F656B in popluar number systems.

HEX3F656B
Decimal63101107
Binary11111111001011101011
Octal77145153

Shades and tints

Shades of #3F656B

#3F656B
(63,101,107)
#3A5C62
(58,92,98)
#355359
(53,83,89)
#304A50
(48,74,80)
#2B4147
(43,65,71)
#26383E
(38,56,62)
#212F35
(33,47,53)
#1C262C
(28,38,44)
#171D23
(23,29,35)
#12141A
(18,20,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #3F656B

#3F656B
(63,101,107)
#507378
(80,115,120)
#618185
(97,129,133)
#728F92
(114,143,146)
#839D9F
(131,157,159)
#94ABAC
(148,171,172)
#A5B9B9
(165,185,185)
#B6C7C6
(182,199,198)
#C7D5D3
(199,213,211)
#D8E3E0
(216,227,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F656B; }

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

This text font color is #3F656B.


Background Color

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

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

This div background color is #3F656B.


Border color

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

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

This div border color is #3F656B.


Opacity

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

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

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

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

This text has shadow with #3F656B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F656B on black background.


Color preview on white background

This text has color #3F656B on white background.



Black color preview on #3F656B background

This text has black color on #3F656B background.


White color preview on #3F656B background

This text has white color on #3F656B background.