COLOR #3F6C6B

HEX: #3F6C6B RGB: (63,108,107)

Color info

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

RGB color model

#3F6C6B color RGB value is (63,108,107).

RGB: (63,108,107) (25%, 42%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 107 of 255 = 42%

63
108
107

R + G + B ~ 36%. #3F6C6B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 63 + 108 + 107 = 278 (100%)
R 63 of 278 ~ 22.66%
G 108 of 278 ~ 38.85%
B 107 of 278 ~ 38.49'%

%22.66
%38.85
%38.49

CMYK color model

#3F6C6B color CMYK value is (42,0,1,58).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 57.65%
CMYK: (42,0,1,58) C42M0Y1K58 (42%,0%,1%,58%) (0.42/0.00/0.01/0.58) 

CMYK percentages

%41.67
%0
%0.93
%57.65

Codes

Color #3F6C6B in popluar color models

3F 6C 6B
RGB 63 108 107
HSL 179° 26.32% 33.53%
HSB/HSV 179° 41.67% 42.35%
CMYK 41.67% 0.00% 0.93%
57.65%

Color #3F6C6B in popluar number systems.

HEX 3F 6C 6B
Decimal 63 108 107
Binary 111111 1101100 1101011
Octal 77 154 153

Shades and tints

Shades of #3F6C6B

#3F6C6B
(63,108,107)
#3A6362
(58,99,98)
#355A59
(53,90,89)
#305150
(48,81,80)
#2B4847
(43,72,71)
#263F3E
(38,63,62)
#213635
(33,54,53)
#1C2D2C
(28,45,44)
#172423
(23,36,35)
#121B1A
(18,27,26)
#0D1211
(13,18,17)
#000000
(0,0,0)

Tints of #3F6C6B

#3F6C6B
(63,108,107)
#507978
(80,121,120)
#618685
(97,134,133)
#729392
(114,147,146)
#83A09F
(131,160,159)
#94ADAC
(148,173,172)
#A5BAB9
(165,186,185)
#B6C7C6
(182,199,198)
#C7D4D3
(199,212,211)
#D8E1E0
(216,225,224)
#E9EEED
(233,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6C6B; }

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

This text font color is #3F6C6B.

Background Color

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

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

This div background color is #3F6C6B.

Border color

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

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

This div border color is #3F6C6B.

Opacity

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

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

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

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

This text has shadow with #3F6C6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6C6B.

Preview

Color preview on black background

This text has color #3F6C6B on black background.


Color preview on white background

This text has color #3F6C6B on white background.


Black color preview on #3F6C6B background

This text has black color on #3F6C6B background.


White color preview on #3F6C6B background

This text has white color on #3F6C6B background.


Related colors

Complementary color

Complementary color for #hex is #C09394.


I love getcolorcode.com

Triadic colors

1 #6B3F6C and #6C6B3F with #3F6C6B are triadic colors.

2 #6B6C3F and #6C3F6B with #3F6C6B are triadic colors.