COLOR #3F6C51

HEX: #3F6C51
RGB: (63,108,81)

Color info

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

RGB color model

#3F6C51 color RGB value is (63,108,81).

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

RGB channels and saturation

R 63 of 255 = 25%
G 108 of 255 = 42%
B 81 of 255 = 32%

63
108
81

R + G + B ~ 33%. #3F6C51 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
63 + 108 + 81 = 252 (100%)
R 63 of 252 ~ 25%
G 108 of 252 ~ 42.86%
B 81 of 252 ~ 32.14%

%25
%42.86
%32.14

CMYK color model

#3F6C51 color CMYK value is (42,0,25,58).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 57.65%
CMYK:
(42,0,25,58)
C42M0Y25K58 
(42%,0%,25%,58%)
(0.42/0.00/0.25/0.58)	

CMYK percentages

%41.67
%0
%25
%57.65

Codes

Color #3F6C51 in popluar color models

3F6C51
RGB6310881
HSL144°26.32%33.53%
HSB/HSV144°41.67%42.35%
CMYK41.67%0.00%25.00%
57.65%

Color #3F6C51 in popluar number systems.

HEX3F6C51
Decimal6310881
Binary11111111011001010001
Octal77154121

Shades and tints

Shades of #3F6C51

#3F6C51
(63,108,81)
#3A634A
(58,99,74)
#355A43
(53,90,67)
#30513C
(48,81,60)
#2B4835
(43,72,53)
#263F2E
(38,63,46)
#213627
(33,54,39)
#1C2D20
(28,45,32)
#172419
(23,36,25)
#121B12
(18,27,18)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #3F6C51

#3F6C51
(63,108,81)
#507960
(80,121,96)
#61866F
(97,134,111)
#72937E
(114,147,126)
#83A08D
(131,160,141)
#94AD9C
(148,173,156)
#A5BAAB
(165,186,171)
#B6C7BA
(182,199,186)
#C7D4C9
(199,212,201)
#D8E1D8
(216,225,216)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3F6C51; }

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

This text font color is #3F6C51.


Background Color

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

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

This div background color is #3F6C51.


Border color

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

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

This div border color is #3F6C51.


Opacity

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

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

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

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

This text has shadow with #3F6C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3F6C51 on black background.


Color preview on white background

This text has color #3F6C51 on white background.



Black color preview on #3F6C51 background

This text has black color on #3F6C51 background.


White color preview on #3F6C51 background

This text has white color on #3F6C51 background.