COLOR #3F6C73

HEX: #3F6C73
RGB: (63,108,115)

Color info

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

RGB color model

#3F6C73 color RGB value is (63,108,115).

  • red value is 63;
  • green value is 108;
  • blue value is 115.
RGB:
(63,108,115)
(25%,42%,45%)

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 115 of 255 = 45%

63
108
115

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

Portions of RGB colors in percentages

R + G + B =
63 + 108 + 115 = 286 (100%)
R 63 of 286 ~ 22.03%
G 108 of 286 ~ 37.76%
B 115 of 286 ~ 40.21%

%22.03
%37.76
%40.21

CMYK color model

#3F6C73 color CMYK value is (45,6,0,55).

  • cyan value is 45.22%
  • magenta value is 6.09%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(45,6,0,55)
C45M6Y0K55 
(45%,6%,0%,55%)
(0.45/0.06/0.00/0.55)	

CMYK percentages

%45.22
%6.09
%0
%54.9

Codes

Color #3F6C73 in popluar color models

3F6C73
RGB63108115
HSL188°29.21%34.90%
HSB/HSV188°45.22%45.10%
CMYK45.22%6.09%0.00%
54.90%

Color #3F6C73 in popluar number systems.

HEX3F6C73
Decimal63108115
Binary11111111011001110011
Octal77154163

Shades and tints

Shades of #3F6C73

#3F6C73
(63,108,115)
#3A6369
(58,99,105)
#355A5F
(53,90,95)
#305155
(48,81,85)
#2B484B
(43,72,75)
#263F41
(38,63,65)
#213637
(33,54,55)
#1C2D2D
(28,45,45)
#172423
(23,36,35)
#121B19
(18,27,25)
#0D120F
(13,18,15)
#000000
(0,0,0)

Tints of #3F6C73

#3F6C73
(63,108,115)
#50797F
(80,121,127)
#61868B
(97,134,139)
#729397
(114,147,151)
#83A0A3
(131,160,163)
#94ADAF
(148,173,175)
#A5BABB
(165,186,187)
#B6C7C7
(182,199,199)
#C7D4D3
(199,212,211)
#D8E1DF
(216,225,223)
#E9EEEB
(233,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6C73; }

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

This text font color is #3F6C73.


Background Color

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

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

This div background color is #3F6C73.


Border color

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

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

This div border color is #3F6C73.


Opacity

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

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

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

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

This text has shadow with #3F6C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6C73 on black background.


Color preview on white background

This text has color #3F6C73 on white background.



Black color preview on #3F6C73 background

This text has black color on #3F6C73 background.


White color preview on #3F6C73 background

This text has white color on #3F6C73 background.