COLOR #3F706C

HEX: #3F706C
RGB: (63,112,108)

Color info

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

RGB color model

#3F706C color RGB value is (63,112,108).

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

RGB channels and saturation

R 63 of 255 = 25%
G 112 of 255 = 44%
B 108 of 255 = 42%

63
112
108

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

Portions of RGB colors in percentages

R + G + B =
63 + 112 + 108 = 283 (100%)
R 63 of 283 ~ 22.26%
G 112 of 283 ~ 39.58%
B 108 of 283 ~ 38.16%

%22.26
%39.58
%38.16

CMYK color model

#3F706C color CMYK value is (44,0,4,56).

  • cyan value is 43.75%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 56.08%
CMYK:
(44,0,4,56)
C44M0Y4K56 
(44%,0%,4%,56%)
(0.44/0.00/0.04/0.56)	

CMYK percentages

%43.75
%0
%3.57
%56.08

Codes

Color #3F706C in popluar color models

3F706C
RGB63112108
HSL175°28.00%34.31%
HSB/HSV175°43.75%43.92%
CMYK43.75%0.00%3.57%
56.08%

Color #3F706C in popluar number systems.

HEX3F706C
Decimal63112108
Binary11111111100001101100
Octal77160154

Shades and tints

Shades of #3F706C

#3F706C
(63,112,108)
#3A6663
(58,102,99)
#355C5A
(53,92,90)
#305251
(48,82,81)
#2B4848
(43,72,72)
#263E3F
(38,62,63)
#213436
(33,52,54)
#1C2A2D
(28,42,45)
#172024
(23,32,36)
#12161B
(18,22,27)
#0D0C12
(13,12,18)
#000000
(0,0,0)

Tints of #3F706C

#3F706C
(63,112,108)
#507D79
(80,125,121)
#618A86
(97,138,134)
#729793
(114,151,147)
#83A4A0
(131,164,160)
#94B1AD
(148,177,173)
#A5BEBA
(165,190,186)
#B6CBC7
(182,203,199)
#C7D8D4
(199,216,212)
#D8E5E1
(216,229,225)
#E9F2EE
(233,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F706C; }

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

This text font color is #3F706C.


Background Color

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

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

This div background color is #3F706C.


Border color

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

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

This div border color is #3F706C.


Opacity

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

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

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

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

This text has shadow with #3F706C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F706C on black background.


Color preview on white background

This text has color #3F706C on white background.



Black color preview on #3F706C background

This text has black color on #3F706C background.


White color preview on #3F706C background

This text has white color on #3F706C background.