COLOR #3F685E

HEX: #3F685E RGB: (63,104,94)

Color info

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

RGB color model

#3F685E color RGB value is (63,104,94).

RGB: (63,104,94) (25%, 41%, 37%)

RGB channels and saturation

R 63 of 255 = 25%
G 104 of 255 = 41%
B 94 of 255 = 37%

63
104
94

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

Portions of RGB colors in percentages

R + G + B = 63 + 104 + 94 = 261 (100%)
R 63 of 261 ~ 24.14%
G 104 of 261 ~ 39.85%
B 94 of 261 ~ 36.02'%

%24.14
%39.85
%36.02

CMYK color model

#3F685E color CMYK value is (39,0,10,59).

  • cyan value is 39.42%
  • magenta value is 0.00%
  • yellow value is 9.62%
  • key color value is 59.22%
CMYK: (39,0,10,59) C39M0Y10K59 (39%,0%,10%,59%) (0.39/0.00/0.10/0.59) 

CMYK percentages

%39.42
%0
%9.62
%59.22

Codes

Color #3F685E in popluar color models

3F 68 5E
RGB 63 104 94
HSL 165° 24.55% 32.75%
HSB/HSV 165° 39.42% 40.78%
CMYK 39.42% 0.00% 9.62%
59.22%

Color #3F685E in popluar number systems.

HEX 3F 68 5E
Decimal 63 104 94
Binary 111111 1101000 1011110
Octal 77 150 136

Shades and tints

Shades of #3F685E

#3F685E
(63,104,94)
#3A5F56
(58,95,86)
#35564E
(53,86,78)
#304D46
(48,77,70)
#2B443E
(43,68,62)
#263B36
(38,59,54)
#21322E
(33,50,46)
#1C2926
(28,41,38)
#17201E
(23,32,30)
#121716
(18,23,22)
#0D0E0E
(13,14,14)
#000000
(0,0,0)

Tints of #3F685E

#3F685E
(63,104,94)
#50756C
(80,117,108)
#61827A
(97,130,122)
#728F88
(114,143,136)
#839C96
(131,156,150)
#94A9A4
(148,169,164)
#A5B6B2
(165,182,178)
#B6C3C0
(182,195,192)
#C7D0CE
(199,208,206)
#D8DDDC
(216,221,220)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F685E; }

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

This text font color is #3F685E.

Background Color

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

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

This div background color is #3F685E.

Border color

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

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

This div border color is #3F685E.

Opacity

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

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

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

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

This text has shadow with #3F685E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F685E.

Preview

Color preview on black background

This text has color #3F685E on black background.


Color preview on white background

This text has color #3F685E on white background.


Black color preview on #3F685E background

This text has black color on #3F685E background.


White color preview on #3F685E background

This text has white color on #3F685E background.


Related colors

Complementary color

Complementary color for #hex is #C097A1.


I love getcolorcode.com

Triadic colors

1 #5E3F68 and #685E3F with #3F685E are triadic colors.

2 #5E683F and #683F5E with #3F685E are triadic colors.