COLOR #3F5D66

HEX: #3F5D66 RGB: (63,93,102)

Color info

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

RGB color model

#3F5D66 color RGB value is (63,93,102).

RGB: (63,93,102) (25%, 36%, 40%)

RGB channels and saturation

R 63 of 255 = 25%
G 93 of 255 = 36%
B 102 of 255 = 40%

63
93
102

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

Portions of RGB colors in percentages

R + G + B = 63 + 93 + 102 = 258 (100%)
R 63 of 258 ~ 24.42%
G 93 of 258 ~ 36.05%
B 102 of 258 ~ 39.53'%

%24.42
%36.05
%39.53

CMYK color model

#3F5D66 color CMYK value is (38,9,0,60).

  • cyan value is 38.24%
  • magenta value is 8.82%
  • yellow value is 0.00%
  • key color value is 60.00%

CMYK: (38,9,0,60)
C38M9Y0K60 (38%, 9%, 0%, 60%)
(0.38 / 0.09 / 0.00 / 0.60)

CMYK percentages

%38.24
%8.82
%0
%60

Codes

Color #3F5D66 in popluar color models

3F 5D 66
RGB 63 93 102
HSL 194° 23.64% 32.35%
HSB/HSV 194° 38.24% 40.00%
CMYK 38.24% 8.82% 0.00%
60.00%

Color #3F5D66 in popluar number systems.

HEX 3F 5D 66
Decimal 63 93 102
Binary 111111 1011101 1100110
Octal 77 135 146

Shades and tints

Shades of #3F5D66

#3F5D66
(63,93,102)
#3A555D
(58,85,93)
#354D54
(53,77,84)
#30454B
(48,69,75)
#2B3D42
(43,61,66)
#263539
(38,53,57)
#212D30
(33,45,48)
#1C2527
(28,37,39)
#171D1E
(23,29,30)
#121515
(18,21,21)
#0D0D0C
(13,13,12)
#000000
(0,0,0)

Tints of #3F5D66

#3F5D66
(63,93,102)
#506B73
(80,107,115)
#617980
(97,121,128)
#72878D
(114,135,141)
#83959A
(131,149,154)
#94A3A7
(148,163,167)
#A5B1B4
(165,177,180)
#B6BFC1
(182,191,193)
#C7CDCE
(199,205,206)
#D8DBDB
(216,219,219)
#E9E9E8
(233,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F5D66 color. Also use rgb(63,93,102) instead hex code.

Text Font Color

.myTextColor { color: #3F5D66; }

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

This text font color is #3F5D66.

Background Color

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

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

This div background color is #3F5D66.

Border color

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

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

This div border color is #3F5D66.

Opacity

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

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

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

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

This text has shadow with #3F5D66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F5D66.

Preview

Color preview on black background

This text has color #3F5D66 on black background.


Color preview on white background

This text has color #3F5D66 on white background.


Black color preview on #3F5D66 background

This text has black color on #3F5D66 background.


White color preview on #3F5D66 background

This text has white color on #3F5D66 background.


Related colors

Complementary color

Complementary color for #hex is #C0A299.


I love getcolorcode.com

Triadic colors

1 #663F5D and #5D663F with #3F5D66 are triadic colors.

2 #665D3F and #5D3F66 with #3F5D66 are triadic colors.