COLOR #3F6E6C

HEX: #3F6E6C RGB: (63,110,108)

Color info

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

RGB color model

#3F6E6C color RGB value is (63,110,108).

RGB: (63,110,108) (25%, 43%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 110 of 255 = 43%
B 108 of 255 = 42%

63
110
108

R + G + B ~ 37%. #3F6E6C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 110 + 108 = 281 (100%)
R 63 of 281 ~ 22.42%
G 110 of 281 ~ 39.15%
B 108 of 281 ~ 38.43'%

%22.42
%39.15
%38.43

CMYK color model

#3F6E6C color CMYK value is (43,0,2,57).

  • cyan value is 42.73%
  • magenta value is 0.00%
  • yellow value is 1.82%
  • key color value is 56.86%

CMYK: (43,0,2,57)
C43M0Y2K57 (43%, 0%, 2%, 57%)
(0.43 / 0.00 / 0.02 / 0.57)

CMYK percentages

%42.73
%0
%1.82
%56.86

Codes

Color #3F6E6C in popluar color models

3F 6E 6C
RGB 63 110 108
HSL 177° 27.17% 33.92%
HSB/HSV 177° 42.73% 43.14%
CMYK 42.73% 0.00% 1.82%
56.86%

Color #3F6E6C in popluar number systems.

HEX 3F 6E 6C
Decimal 63 110 108
Binary 111111 1101110 1101100
Octal 77 156 154

Shades and tints

Shades of #3F6E6C

#3F6E6C
(63,110,108)
#3A6463
(58,100,99)
#355A5A
(53,90,90)
#305051
(48,80,81)
#2B4648
(43,70,72)
#263C3F
(38,60,63)
#213236
(33,50,54)
#1C282D
(28,40,45)
#171E24
(23,30,36)
#12141B
(18,20,27)
#0D0A12
(13,10,18)
#000000
(0,0,0)

Tints of #3F6E6C

#3F6E6C
(63,110,108)
#507B79
(80,123,121)
#618886
(97,136,134)
#729593
(114,149,147)
#83A2A0
(131,162,160)
#94AFAD
(148,175,173)
#A5BCBA
(165,188,186)
#B6C9C7
(182,201,199)
#C7D6D4
(199,214,212)
#D8E3E1
(216,227,225)
#E9F0EE
(233,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6E6C color. Also use rgb(63,110,108) instead hex code.

Text Font Color

.myTextColor { color: #3F6E6C; }

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

This text font color is #3F6E6C.

Background Color

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

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

This div background color is #3F6E6C.

Border color

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

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

This div border color is #3F6E6C.

Opacity

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

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

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

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

This text has shadow with #3F6E6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6E6C.

Preview

Color preview on black background

This text has color #3F6E6C on black background.


Color preview on white background

This text has color #3F6E6C on white background.


Black color preview on #3F6E6C background

This text has black color on #3F6E6C background.


White color preview on #3F6E6C background

This text has white color on #3F6E6C background.


Related colors

Complementary color

Complementary color for #hex is #C09193.


I love getcolorcode.com

Triadic colors

1 #6C3F6E and #6E6C3F with #3F6E6C are triadic colors.

2 #6C6E3F and #6E3F6C with #3F6E6C are triadic colors.