COLOR #3F665E

HEX: #3F665E RGB: (63,102,94)

Color info

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

RGB color model

#3F665E color RGB value is (63,102,94).

RGB: (63,102,94) (25%, 40%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 102 of 255 = 40%
B 94 of 255 = 37%

63
102
94

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

Portions of RGB colors in percentages

R + G + B = 63 + 102 + 94 = 259 (100%)
R 63 of 259 ~ 24.32%
G 102 of 259 ~ 39.38%
B 94 of 259 ~ 36.29'%

%24.32
%39.38
%36.29

CMYK color model

#3F665E color CMYK value is (38,0,8,60).

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

CMYK: (38,0,8,60)
C38M0Y8K60 (38%, 0%, 8%, 60%)
(0.38 / 0.00 / 0.08 / 0.60)

CMYK percentages

%38.24
%0
%7.84
%60

Codes

Color #3F665E in popluar color models

3F 66 5E
RGB 63 102 94
HSL 168° 23.64% 32.35%
HSB/HSV 168° 38.24% 40.00%
CMYK 38.24% 0.00% 7.84%
60.00%

Color #3F665E in popluar number systems.

HEX 3F 66 5E
Decimal 63 102 94
Binary 111111 1100110 1011110
Octal 77 146 136

Shades and tints

Shades of #3F665E

#3F665E
(63,102,94)
#3A5D56
(58,93,86)
#35544E
(53,84,78)
#304B46
(48,75,70)
#2B423E
(43,66,62)
#263936
(38,57,54)
#21302E
(33,48,46)
#1C2726
(28,39,38)
#171E1E
(23,30,30)
#121516
(18,21,22)
#0D0C0E
(13,12,14)
#000000
(0,0,0)

Tints of #3F665E

#3F665E
(63,102,94)
#50736C
(80,115,108)
#61807A
(97,128,122)
#728D88
(114,141,136)
#839A96
(131,154,150)
#94A7A4
(148,167,164)
#A5B4B2
(165,180,178)
#B6C1C0
(182,193,192)
#C7CECE
(199,206,206)
#D8DBDC
(216,219,220)
#E9E8EA
(233,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F665E; }

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

This text font color is #3F665E.

Background Color

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

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

This div background color is #3F665E.

Border color

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

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

This div border color is #3F665E.

Opacity

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

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

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

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

This text has shadow with #3F665E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F665E.

Preview

Color preview on black background

This text has color #3F665E on black background.


Color preview on white background

This text has color #3F665E on white background.


Black color preview on #3F665E background

This text has black color on #3F665E background.


White color preview on #3F665E background

This text has white color on #3F665E background.


Related colors

Complementary color

Complementary color for #hex is #C099A1.


I love getcolorcode.com

Triadic colors

1 #5E3F66 and #665E3F with #3F665E are triadic colors.

2 #5E663F and #663F5E with #3F665E are triadic colors.