COLOR #3F646A

HEX: #3F646A RGB: (63,100,106)

Color info

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

RGB color model

#3F646A color RGB value is (63,100,106).

RGB: (63,100,106) (25%, 39%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 100 of 255 = 39%
B 106 of 255 = 42%

63
100
106

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

Portions of RGB colors in percentages

R + G + B = 63 + 100 + 106 = 269 (100%)
R 63 of 269 ~ 23.42%
G 100 of 269 ~ 37.17%
B 106 of 269 ~ 39.41'%

%23.42
%37.17
%39.41

CMYK color model

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

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

CMYK percentages

%40.57
%5.66
%0
%58.43

Codes

Color #3F646A in popluar color models

3F 64 6A
RGB 63 100 106
HSL 188° 25.44% 33.14%
HSB/HSV 188° 40.57% 41.57%
CMYK 40.57% 5.66% 0.00%
58.43%

Color #3F646A in popluar number systems.

HEX 3F 64 6A
Decimal 63 100 106
Binary 111111 1100100 1101010
Octal 77 144 152

Shades and tints

Shades of #3F646A

#3F646A
(63,100,106)
#3A5B61
(58,91,97)
#355258
(53,82,88)
#30494F
(48,73,79)
#2B4046
(43,64,70)
#26373D
(38,55,61)
#212E34
(33,46,52)
#1C252B
(28,37,43)
#171C22
(23,28,34)
#121319
(18,19,25)
#0D0A10
(13,10,16)
#000000
(0,0,0)

Tints of #3F646A

#3F646A
(63,100,106)
#507277
(80,114,119)
#618084
(97,128,132)
#728E91
(114,142,145)
#839C9E
(131,156,158)
#94AAAB
(148,170,171)
#A5B8B8
(165,184,184)
#B6C6C5
(182,198,197)
#C7D4D2
(199,212,210)
#D8E2DF
(216,226,223)
#E9F0EC
(233,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F646A color. Also use rgb(63,100,106) instead hex code.

Text Font Color

.myTextColor { color: #3F646A; }

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

This text font color is #3F646A.

Background Color

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

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

This div background color is #3F646A.

Border color

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

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

This div border color is #3F646A.

Opacity

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

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

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

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

This text has shadow with #3F646A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F646A.

Preview

Color preview on black background

This text has color #3F646A on black background.


Color preview on white background

This text has color #3F646A on white background.


Black color preview on #3F646A background

This text has black color on #3F646A background.


White color preview on #3F646A background

This text has white color on #3F646A background.


Related colors

Complementary color

Complementary color for #hex is #C09B95.


I love getcolorcode.com

Triadic colors

1 #6A3F64 and #646A3F with #3F646A are triadic colors.

2 #6A643F and #643F6A with #3F646A are triadic colors.