COLOR #3F6063

HEX: #3F6063 RGB: (63,96,99)

Color info

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

RGB color model

#3F6063 color RGB value is (63,96,99).

RGB: (63,96,99) (25%, 38%, 39%)

RGB channels and saturation

R 63 of 255 = 25%
G 96 of 255 = 38%
B 99 of 255 = 39%

63
96
99

R + G + B ~ 34%. #3F6063 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 96 + 99 = 258 (100%)
R 63 of 258 ~ 24.42%
G 96 of 258 ~ 37.21%
B 99 of 258 ~ 38.37'%

%24.42
%37.21
%38.37

CMYK color model

#3F6063 color CMYK value is (36,3,0,61).

  • cyan value is 36.36%
  • magenta value is 3.03%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK: (36,3,0,61) C36M3Y0K61 (36%,3%,0%,61%) (0.36/0.03/0.00/0.61) 

CMYK percentages

%36.36
%3.03
%0
%61.18

Codes

Color #3F6063 in popluar color models

3F 60 63
RGB 63 96 99
HSL 185° 22.22% 31.76%
HSB/HSV 185° 36.36% 38.82%
CMYK 36.36% 3.03% 0.00%
61.18%

Color #3F6063 in popluar number systems.

HEX 3F 60 63
Decimal 63 96 99
Binary 111111 1100000 1100011
Octal 77 140 143

Shades and tints

Shades of #3F6063

#3F6063
(63,96,99)
#3A585A
(58,88,90)
#355051
(53,80,81)
#304848
(48,72,72)
#2B403F
(43,64,63)
#263836
(38,56,54)
#21302D
(33,48,45)
#1C2824
(28,40,36)
#17201B
(23,32,27)
#121812
(18,24,18)
#0D1009
(13,16,9)
#000000
(0,0,0)

Tints of #3F6063

#3F6063
(63,96,99)
#506E71
(80,110,113)
#617C7F
(97,124,127)
#728A8D
(114,138,141)
#83989B
(131,152,155)
#94A6A9
(148,166,169)
#A5B4B7
(165,180,183)
#B6C2C5
(182,194,197)
#C7D0D3
(199,208,211)
#D8DEE1
(216,222,225)
#E9ECEF
(233,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6063; }

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

This text font color is #3F6063.

Background Color

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

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

This div background color is #3F6063.

Border color

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

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

This div border color is #3F6063.

Opacity

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

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

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

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

This text has shadow with #3F6063 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6063.

Preview

Color preview on black background

This text has color #3F6063 on black background.


Color preview on white background

This text has color #3F6063 on white background.


Black color preview on #3F6063 background

This text has black color on #3F6063 background.


White color preview on #3F6063 background

This text has white color on #3F6063 background.


Related colors

Complementary color

Complementary color for #hex is #C09F9C.


I love getcolorcode.com

Triadic colors

1 #633F60 and #60633F with #3F6063 are triadic colors.

2 #63603F and #603F63 with #3F6063 are triadic colors.