COLOR #3F6D5C

HEX: #3F6D5C
RGB: (63,109,92)

Color info

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

RGB color model

#3F6D5C color RGB value is (63,109,92).

  • red value is 63;
  • green value is 109;
  • blue value is 92.
RGB:
(63,109,92)
(25%,43%,36%)

RGB channels and saturation

R 63 of 255 = 25%
G 109 of 255 = 43%
B 92 of 255 = 36%

63
109
92

R + G + B ~ 35%. #3F6D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 109 + 92 = 264 (100%)
R 63 of 264 ~ 23.86%
G 109 of 264 ~ 41.29%
B 92 of 264 ~ 34.85%

%23.86
%41.29
%34.85

CMYK color model

#3F6D5C color CMYK value is (42,0,16,57).

  • cyan value is 42.20%
  • magenta value is 0.00%
  • yellow value is 15.60%
  • key color value is 57.25%
CMYK:
(42,0,16,57)
C42M0Y16K57 
(42%,0%,16%,57%)
(0.42/0.00/0.16/0.57)	

CMYK percentages

%42.2
%0
%15.6
%57.25

Codes

Color #3F6D5C in popluar color models

3F6D5C
RGB6310992
HSL158°26.74%33.73%
HSB/HSV158°42.20%42.75%
CMYK42.20%0.00%15.60%
57.25%

Color #3F6D5C in popluar number systems.

HEX3F6D5C
Decimal6310992
Binary11111111011011011100
Octal77155134

Shades and tints

Shades of #3F6D5C

#3F6D5C
(63,109,92)
#3A6454
(58,100,84)
#355B4C
(53,91,76)
#305244
(48,82,68)
#2B493C
(43,73,60)
#264034
(38,64,52)
#21372C
(33,55,44)
#1C2E24
(28,46,36)
#17251C
(23,37,28)
#121C14
(18,28,20)
#0D130C
(13,19,12)
#000000
(0,0,0)

Tints of #3F6D5C

#3F6D5C
(63,109,92)
#507A6A
(80,122,106)
#618778
(97,135,120)
#729486
(114,148,134)
#83A194
(131,161,148)
#94AEA2
(148,174,162)
#A5BBB0
(165,187,176)
#B6C8BE
(182,200,190)
#C7D5CC
(199,213,204)
#D8E2DA
(216,226,218)
#E9EFE8
(233,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3F6D5C color. Also use rgb(63,109,92) instead hex code.

Text Font Color

.myTextColor { color: #3F6D5C; }

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

This text font color is #3F6D5C.


Background Color

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

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

This div background color is #3F6D5C.


Border color

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

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

This div border color is #3F6D5C.


Opacity

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

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

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

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

This text has shadow with #3F6D5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6D5C on black background.


Color preview on white background

This text has color #3F6D5C on white background.



Black color preview on #3F6D5C background

This text has black color on #3F6D5C background.


White color preview on #3F6D5C background

This text has white color on #3F6D5C background.