COLOR #3F6F6B

HEX: #3F6F6B RGB: (63,111,107)

Color info

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

RGB color model

#3F6F6B color RGB value is (63,111,107).

RGB: (63,111,107) (25%, 44%, 42%)

RGB channels and saturation

R 63 of 255 = 25%
G 111 of 255 = 44%
B 107 of 255 = 42%

63
111
107

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

Portions of RGB colors in percentages

R + G + B = 63 + 111 + 107 = 281 (100%)
R 63 of 281 ~ 22.42%
G 111 of 281 ~ 39.5%
B 107 of 281 ~ 38.08'%

%22.42
%39.5
%38.08

CMYK color model

#3F6F6B color CMYK value is (43,0,4,56).

  • cyan value is 43.24%
  • magenta value is 0.00%
  • yellow value is 3.60%
  • key color value is 56.47%

CMYK: (43,0,4,56)
C43M0Y4K56 (43%, 0%, 4%, 56%)
(0.43 / 0.00 / 0.04 / 0.56)

CMYK percentages

%43.24
%0
%3.6
%56.47

Codes

Color #3F6F6B in popluar color models

3F 6F 6B
RGB 63 111 107
HSL 175° 27.59% 34.12%
HSB/HSV 175° 43.24% 43.53%
CMYK 43.24% 0.00% 3.60%
56.47%

Color #3F6F6B in popluar number systems.

HEX 3F 6F 6B
Decimal 63 111 107
Binary 111111 1101111 1101011
Octal 77 157 153

Shades and tints

Shades of #3F6F6B

#3F6F6B
(63,111,107)
#3A6562
(58,101,98)
#355B59
(53,91,89)
#305150
(48,81,80)
#2B4747
(43,71,71)
#263D3E
(38,61,62)
#213335
(33,51,53)
#1C292C
(28,41,44)
#171F23
(23,31,35)
#12151A
(18,21,26)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #3F6F6B

#3F6F6B
(63,111,107)
#507C78
(80,124,120)
#618985
(97,137,133)
#729692
(114,150,146)
#83A39F
(131,163,159)
#94B0AC
(148,176,172)
#A5BDB9
(165,189,185)
#B6CAC6
(182,202,198)
#C7D7D3
(199,215,211)
#D8E4E0
(216,228,224)
#E9F1ED
(233,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6F6B; }

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

This text font color is #3F6F6B.

Background Color

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

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

This div background color is #3F6F6B.

Border color

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

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

This div border color is #3F6F6B.

Opacity

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

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

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

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

This text has shadow with #3F6F6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3F6F6B.

Preview

Color preview on black background

This text has color #3F6F6B on black background.


Color preview on white background

This text has color #3F6F6B on white background.


Black color preview on #3F6F6B background

This text has black color on #3F6F6B background.


White color preview on #3F6F6B background

This text has white color on #3F6F6B background.


Related colors

Complementary color

Complementary color for #hex is #C09094.


I love getcolorcode.com

Triadic colors

1 #6B3F6F and #6F6B3F with #3F6F6B are triadic colors.

2 #6B6F3F and #6F3F6B with #3F6F6B are triadic colors.